diff options
| author | Stefan Monnier | 2010-12-03 19:49:49 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2010-12-03 19:49:49 -0500 |
| commit | b2e6e5bd1549cdda271e6a5370615cd72c8f4fd6 (patch) | |
| tree | b31fdc12b98701e739991c7043357c2a35b8f1fa /lisp/ChangeLog | |
| parent | 7f0ea0ffc90f140cd6e19bc2adb25eb87f3e90d9 (diff) | |
| download | emacs-b2e6e5bd1549cdda271e6a5370615cd72c8f4fd6.tar.gz emacs-b2e6e5bd1549cdda271e6a5370615cd72c8f4fd6.zip | |
* lisp/progmodes/which-func.el (which-func-ff-hook): Log the error message.
(which-func-update-1): Distinguish symbols from strings.
(which-function): Stay within 80 columns.
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 d8aa0eb8398..141881a17a4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2010-12-04 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * progmodes/which-func.el (which-func-ff-hook): Log the error message. | ||
| 4 | (which-func-update-1): Distinguish symbols from strings. | ||
| 5 | (which-function): Stay within 80 columns. | ||
| 6 | |||
| 1 | 2010-12-03 Stefan Monnier <monnier@iro.umontreal.ca> | 7 | 2010-12-03 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 8 | ||
| 3 | * subr.el (with-demoted-errors): Distinguish symbols from strings. | 9 | * subr.el (with-demoted-errors): Distinguish symbols from strings. |