diff options
| author | Juanma Barranquero | 2005-06-01 15:33:50 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-06-01 15:33:50 +0000 |
| commit | 358e4d6d1db0b101d2862f97475f6e5999f8bfa0 (patch) | |
| tree | f435e7f7e1dc986b9f9210adf1b9d26e8119fe96 /lisp/ChangeLog | |
| parent | 859463640aab206bbead70e359e5e480c8b11750 (diff) | |
| download | emacs-358e4d6d1db0b101d2862f97475f6e5999f8bfa0.tar.gz emacs-358e4d6d1db0b101d2862f97475f6e5999f8bfa0.zip | |
(defsetf): Improve argument/docstring consistency.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8312df06d6e..4ea507543e6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2005-06-01 Juanma Barranquero <lekktu@gmail.com> | 1 | 2005-06-01 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 2 | ||
| 3 | * emacs-lisp/cl-macs.el (defsetf): | ||
| 4 | Improve argument/docstring consistency. | ||
| 5 | |||
| 3 | * faces.el (list-faces-display): Improve the formatting by | 6 | * faces.el (list-faces-display): Improve the formatting by |
| 4 | computing the maximum length required for any face-name (reworked | 7 | computing the maximum length required for any face-name (reworked |
| 5 | patch of 1999-01-11, accidentally deleted on 1999-07-21). | 8 | patch of 1999-01-11, accidentally deleted on 1999-07-21). |