aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2012-11-17 14:48:10 +0800
committerChong Yidong2012-11-17 14:48:10 +0800
commit8e7696a18bbfbd9cf2b158b7a633f274fbb2b706 (patch)
treea5543ecc5fb326d766f3a16ae3bfa9fa2996cc55 /lisp/ChangeLog
parentec15e0ff0be9c3ab23d6df93953fc351fb4eb40e (diff)
downloademacs-8e7696a18bbfbd9cf2b158b7a633f274fbb2b706.tar.gz
emacs-8e7696a18bbfbd9cf2b158b7a633f274fbb2b706.zip
* help-mode.el (help-xref-interned): End on point-min.
Fixes: debbugs:12737
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0570703b11d..72192bc79e5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12012-11-17 Chong Yidong <cyd@gnu.org> 12012-11-17 Chong Yidong <cyd@gnu.org>
2 2
3 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
4
3 * filecache.el (file-cache-add-file): Handle relative file name in 5 * filecache.el (file-cache-add-file): Handle relative file name in
4 the argument (Bug#12694). 6 the argument (Bug#12694).
5 7