Mercurial > emacs
comparison lisp/ChangeLog @ 55522:e340e08a42b9
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 11 May 2004 05:01:05 +0000 |
parents | 0224aadaa92f |
children | bfe54b4136f1 |
comparison
equal
deleted
inserted
replaced
55521:ea0f46cadeb2 | 55522:e340e08a42b9 |
---|---|
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 |
8 * progmodes/compile.el (compile): Add universal prefix arg. | 13 * progmodes/compile.el (compile): Add universal prefix arg. |
9 (compilation-error-regexp-alist-alist): Add edg patterns. | 14 (compilation-error-regexp-alist-alist): Add edg patterns. |
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 |
18 * progmodes/python.el (help-buffer): Autoload when compiling. | 23 * progmodes/python.el (help-buffer): Autoload when compiling. |
19 (python-after-info-look): Don't assume Info-goto-node returns non-nil. | 24 (python-after-info-look): Don't assume Info-goto-node returns non-nil. |