aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2009-10-31 02:19:41 +0000
committerGlenn Morris2009-10-31 02:19:41 +0000
commit5cf3709cc648fe3cab3d37358c8709e2e89b7b51 (patch)
tree3a5cb0b29fde63782eaf728771c51567fd7f6cb9 /lisp/ChangeLog
parent4c814fd27ca4e6bda5f956913d405d552130d086 (diff)
downloademacs-5cf3709cc648fe3cab3d37358c8709e2e89b7b51.tar.gz
emacs-5cf3709cc648fe3cab3d37358c8709e2e89b7b51.zip
(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.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a3183fb08b8..8cf34e1bdc7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
12009-10-31 Glenn Morris <rgm@gnu.org> 12009-10-31 Glenn Morris <rgm@gnu.org>
2 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.
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