Fix bug 134:
authorNelson Ferreira <nelson.ferreira@ieee.org>
Wed, 11 Jan 2012 00:13:08 +0000 (19:13 -0500)
committerNelson Ferreira <nelson.ferreira@ieee.org>
Wed, 11 Jan 2012 00:13:08 +0000 (19:13 -0500)
commitec08ce0c5bf97f13ce2ace66c6559e4f1fe58e91
tree7dd2ffd37c8a855b5f393a71bb27887703bba9d4
parent70d71b65ab762713399d9db2e2390756b10ddd3e
Fix bug 134:

* lisp/lisp-initd.el (lisp-initd-basename): replaces
lisp-initd-prefix, it is the basename of .el, .elc and dirnames
for the initd.

* lisp/lisp-initd.el (lisp-initd-dir): Delay file expansion, and
as such, just put as default the concat of user-init-directory and
lisp-initd-basename.

* lisp/lisp-initd.el (lisp-initd-compile): update argument
names. Do the proper directory filename expansion here. Use
lisp-initd-basename instead of the literal "init.d"

* lisp/lisp-initd.el (lisp-initd-compile): Issue warning when a
file was not included in compiled initd.el instead of the almost
unnoticeable message in the lossage.

* lisp/lisp-initd.el (lisp-initd-compile-and-load): Update
argument names and interactive usage.

Signed-off-by: Nelson Ferreira <nelson.ferreira@ieee.org>
lisp/lisp-initd.el