diff options
| author | Glenn Morris | 2009-10-31 02:19:41 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-10-31 02:19:41 +0000 |
| commit | 5cf3709cc648fe3cab3d37358c8709e2e89b7b51 (patch) | |
| tree | 3a5cb0b29fde63782eaf728771c51567fd7f6cb9 /lisp/ChangeLog | |
| parent | 4c814fd27ca4e6bda5f956913d405d552130d086 (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2009-10-31 Glenn Morris <rgm@gnu.org> | 1 | 2009-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 | ||