diff options
| author | Glenn Morris | 2007-12-06 04:00:12 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-12-06 04:00:12 +0000 |
| commit | 354c0c2deb79d02e7e1a58b3e008c33f353ab2c2 (patch) | |
| tree | a3f45a324097682cda8013a9dea1067d92d50c10 | |
| parent | c851bcec246c63ad76d6ed18c61cdce24aff7d06 (diff) | |
| download | emacs-354c0c2deb79d02e7e1a58b3e008c33f353ab2c2.tar.gz emacs-354c0c2deb79d02e7e1a58b3e008c33f353ab2c2.zip | |
Tidy, and remove reverted apropos.el entry.
| -rw-r--r-- | lisp/ChangeLog | 26 |
1 files changed, 9 insertions, 17 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f623747209f..a8028f95994 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -49,23 +49,15 @@ | |||
| 49 | 49 | ||
| 50 | 2007-12-05 D. Goel <deego3@gmail.com> | 50 | 2007-12-05 D. Goel <deego3@gmail.com> |
| 51 | 51 | ||
| 52 | * simple.el (undo): Ditto. | 52 | * simple.el (undo): |
| 53 | 53 | * image-dired.el (image-dired-display-thumb-properties): | |
| 54 | * image-dired.el (image-dired-display-thumb-properties): Ditto. | 54 | (image-dired-modify-mark-on-thumb-original-file): |
| 55 | (image-dired-modify-mark-on-thumb-original-file): Ditto. | 55 | (image-dired-dired-display-properties): |
| 56 | (image-dired-dired-display-properties): Ditto. | 56 | * help.el (help-window-display-message): |
| 57 | 57 | * files.el (hack-local-variables-confirm): | |
| 58 | * help.el (help-window-display-message): Ditto. | 58 | * ediff.el (ediff-version): |
| 59 | 59 | * complete.el (pc-chunk-after, PC-temp-minibuffer-message): | |
| 60 | * files.el (hack-local-variables-confirm): Ditto. | 60 | `message' and `error': Ensure that first arg is a format string. |
| 61 | |||
| 62 | * ediff.el (ediff-version): Ditto. | ||
| 63 | |||
| 64 | * complete.el (pc-chunk-after): Ditto. | ||
| 65 | (PC-temp-minibuffer-message): Ditto. | ||
| 66 | |||
| 67 | * apropos.el (apropos-command): `message' and `error': Ensure that first arg is | ||
| 68 | a format string. | ||
| 69 | 61 | ||
| 70 | * emacs-lisp/find-func.el (find-library-name): Prefer files with | 62 | * emacs-lisp/find-func.el (find-library-name): Prefer files with |
| 71 | ".el" suffix over "". | 63 | ".el" suffix over "". |