aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2013-01-16 21:07:25 -0500
committerGlenn Morris2013-01-16 21:07:25 -0500
commit19503d5abfb9d9c1faa2e6e9e8636623c7667e54 (patch)
tree476ac3f69e501f0c5abe0363cd63e43c0ac6c2c5 /lisp/ChangeLog
parent085d34c46ae83282b6bd1002ee9fb9be62e76594 (diff)
downloademacs-19503d5abfb9d9c1faa2e6e9e8636623c7667e54.tar.gz
emacs-19503d5abfb9d9c1faa2e6e9e8636623c7667e54.zip
etags.el fix for bug#13412
* lisp/progmodes/etags.el (tags-table-check-computed-list): Preserve point in tags buffer.
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 c2d869ae827..cd7a013d55c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12013-01-17 Glenn Morris <rgm@gnu.org>
2
3 * progmodes/etags.el (tags-table-check-computed-list):
4 Preserve point in tags buffer. (Bug#13412)
5
12013-01-16 Glenn Morris <rgm@gnu.org> 62013-01-16 Glenn Morris <rgm@gnu.org>
2 7
3 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix. 8 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.