aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2012-01-07 01:26:10 +0100
committerJuanma Barranquero2012-01-07 01:26:10 +0100
commitadf4e762813e58cd7b68982d448269965bb45616 (patch)
tree4c24921c6247b34ef144144d17ef7ad5bd1a6b5d /lisp/ChangeLog
parent89bd9ccd5bf4c2553bb1403ba71f4ed51dbb09b5 (diff)
downloademacs-adf4e762813e58cd7b68982d448269965bb45616.tar.gz
emacs-adf4e762813e58cd7b68982d448269965bb45616.zip
lisp/progmodes/which-func.el (which-func-mode): Fix bug#10428.
Turn into a non-interactive function and mark as obsolete.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ec3eacfbc38..704efea7135 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12012-01-07 Juanma Barranquero <lekktu@gmail.com>
2
3 * progmodes/which-func.el (which-func-mode): Turn into a
4 non-interactive function and mark as obsolete (bug#10428).
5
12012-01-06 Chong Yidong <cyd@gnu.org> 62012-01-06 Chong Yidong <cyd@gnu.org>
2 7
3 * files.el (hack-dir-local-variables-non-file-buffer): Add doc. 8 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.