diff options
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5d11508a3e7..e2481a46642 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-07-15 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing | ||
| 4 | a defcustom with two :set or :type keywords. | ||
| 5 | |||
| 1 | 2005-07-15 Richard M. Stallman <rms@gnu.org> | 6 | 2005-07-15 Richard M. Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table): | 8 | * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table): |
| @@ -67,8 +72,8 @@ | |||
| 67 | * startup.el (command-line): Use `custom-reevaluate-setting' again | 72 | * startup.el (command-line): Use `custom-reevaluate-setting' again |
| 68 | for tooltip-mode. | 73 | for tooltip-mode. |
| 69 | 74 | ||
| 70 | * emacs-lisp/easy-mmode.el (define-minor-mode): Do not override | 75 | * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing |
| 71 | explicitly specified :initialize keyword. | 76 | a defcustom with two :initialize keywords. |
| 72 | 77 | ||
| 73 | 2005-07-13 Juanma Barranquero <lekktu@gmail.com> | 78 | 2005-07-13 Juanma Barranquero <lekktu@gmail.com> |
| 74 | 79 | ||