aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2010-12-03 19:49:49 -0500
committerStefan Monnier2010-12-03 19:49:49 -0500
commitb2e6e5bd1549cdda271e6a5370615cd72c8f4fd6 (patch)
treeb31fdc12b98701e739991c7043357c2a35b8f1fa /lisp/ChangeLog
parent7f0ea0ffc90f140cd6e19bc2adb25eb87f3e90d9 (diff)
downloademacs-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/ChangeLog6
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 @@
12010-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
12010-12-03 Stefan Monnier <monnier@iro.umontreal.ca> 72010-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.