diff options
| author | Stefan Monnier | 2004-05-11 05:01:05 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2004-05-11 05:01:05 +0000 |
| commit | f68d54e7db22838f1441aa8d28350c0ae7757f27 (patch) | |
| tree | 81269e670633ce5bb26dcb54f4acbffb608c85ac | |
| parent | 7a439904ec5545434105348abfb1fc686c34c691 (diff) | |
| download | emacs-f68d54e7db22838f1441aa8d28350c0ae7757f27.tar.gz emacs-f68d54e7db22838f1441aa8d28350c0ae7757f27.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 373eb59adae..6b862a48799 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,12 @@ | |||
| 1 | 2004-05-11 Juanma Barranquero <lektu@terra.es> | 1 | 2004-05-11 Juanma Barranquero <lektu@terra.es> |
| 2 | 2 | ||
| 3 | * custom.el (custom-initialize-default, defcustom): Fix typo in | 3 | * custom.el (custom-initialize-default, defcustom): Typo in docstring. |
| 4 | docstring. | 4 | |
| 5 | 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 6 | |||
| 7 | * emacs-lisp/lisp-mode.el (prin1-char): Use eventp. | ||
| 8 | |||
| 9 | * subr.el (eventp): Be more discriminating with integers. | ||
| 5 | 10 | ||
| 6 | 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org> | 11 | 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org> |
| 7 | 12 | ||
| @@ -10,8 +15,8 @@ | |||
| 10 | 15 | ||
| 11 | 2004-05-10 Sam Steingold <sds@gnu.org> | 16 | 2004-05-10 Sam Steingold <sds@gnu.org> |
| 12 | 17 | ||
| 13 | * textmodes/ispell.el (ispell-message): Use | 18 | * textmodes/ispell.el (ispell-message): |
| 14 | `message-cite-prefix-regexp' instead of `message-yank-prefix'. | 19 | Use `message-cite-prefix-regexp' instead of `message-yank-prefix'. |
| 15 | 20 | ||
| 16 | 2004-05-10 Dave Love <fx@gnu.org> | 21 | 2004-05-10 Dave Love <fx@gnu.org> |
| 17 | 22 | ||