comparison lisp/ChangeLog @ 87090:2694870c06a4

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Wed, 05 Dec 2007 07:09:53 +0000
parents ae738f87fa7a
children c82c15b719a3
comparison
equal deleted inserted replaced
87089:9c568a5e8648 87090:2694870c06a4
1 2007-12-05 Glenn Morris <rgm@gnu.org> 1 2007-12-05 Glenn Morris <rgm@gnu.org>
2
3 * eshell/em-alias.el (pcomplete-stub): Define for compiler.
4 (pcomplete-here): Autoload it.
5
6 * eshell/em-basic.el (print-func): No need to define for compiler.
7
8 * eshell/esh-cmd.el (eshell-debug-command):
9 * eshell/esh-io.el (eshell-print): Move definitions before use.
10
11 * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
12
13 * eshell/esh-util.el (top-level): Don't require pp. Use
14 condition-case rather than ignore-errors.
15
16 * eshell/eshell.el (eshell-buffer-name): Define for compiler.
17
18 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
19 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
20 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
21 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
22 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
23 * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
24 * eshell/esh-util.el, eshell/eshell.el: Require individual files
25 if needed when compiling, rather than esh-maint. Collect any
26 require statements. Move provide statement to end. Move any
27 commentary to start.
28
29 * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
30 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
31 * eshell/esh-proc.el, eshell/esh-var.el:
32 Require individual files if needed when compiling, rather than
33 esh-maint. Collect any require statements. Leave provide at start.
34 Move any commentary to start.
2 35
3 * emacs-lisp/bytecomp.el (byte-compile-declare-function): Remove 36 * emacs-lisp/bytecomp.el (byte-compile-declare-function): Remove
4 declared function from byte-compile-noruntime-functions. 37 declared function from byte-compile-noruntime-functions.
5 38
6 * ediff-util.el (ediff-version): 39 * ediff-util.el (ediff-version):