diff options
| author | Stefan Monnier | 2010-11-08 15:01:01 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2010-11-08 15:01:01 -0500 |
| commit | 1398b795ef5edce34320a58d276f34cd5eee8f29 (patch) | |
| tree | 43eb7b06f2ae51f4b95e5f7f4b937169545ca30d /lisp/ChangeLog | |
| parent | db94771e2329c5943559c8e2dd5ee1e35172b26f (diff) | |
| download | emacs-1398b795ef5edce34320a58d276f34cd5eee8f29.tar.gz emacs-1398b795ef5edce34320a58d276f34cd5eee8f29.zip | |
* lisp/emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
(checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
(checkdoc-syntax-table): Initialize in the declaration.
(emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
the mode on unconditionally.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a7dc4e73d0c..0a61c68e53a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer) | ||
| 4 | (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list. | ||
| 5 | (checkdoc-syntax-table): Initialize in the declaration. | ||
| 6 | (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns | ||
| 7 | the mode on unconditionally. | ||
| 8 | |||
| 3 | * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority) | 9 | * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority) |
| 4 | (extent-end-position, extent-start-position): Remove setf method for | 10 | (extent-end-position, extent-start-position): Remove setf method for |
| 5 | non-existing functions (bug#7319). | 11 | non-existing functions (bug#7319). |