comparison lisp/ChangeLog @ 105811:18865054beee

(top-level): Don't require dired when compiling. (comint-last-output-start, comint-last-input-start) (comint-last-input-end): Don't defvar when compiling. (ange-ftp-process-file): Use bound-and-true-p.
author Glenn Morris <rgm@gnu.org>
date Sat, 31 Oct 2009 02:19:41 +0000
parents 9381dbed5719
children 68937a278ce7
comparison
equal deleted inserted replaced
105810:9381dbed5719 105811:18865054beee
1 2009-10-31 Glenn Morris <rgm@gnu.org> 1 2009-10-31 Glenn Morris <rgm@gnu.org>
2
3 * net/ange-ftp.el (top-level): Don't require dired when compiling.
4 (comint-last-output-start, comint-last-input-start)
5 (comint-last-input-end): Don't defvar when compiling.
6 (ange-ftp-process-file): Use bound-and-true-p.
2 7
3 * pcmpl-rpm.el (top-level): Move provide statement to end. 8 * pcmpl-rpm.el (top-level): Move provide statement to end.
4 (pcmpl-rpm): Remove unused custom group. 9 (pcmpl-rpm): Remove unused custom group.
5 10
6 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler. 11 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.