diff options
| author | Glenn Morris | 2013-01-16 21:07:25 -0500 |
|---|---|---|
| committer | Glenn Morris | 2013-01-16 21:07:25 -0500 |
| commit | 19503d5abfb9d9c1faa2e6e9e8636623c7667e54 (patch) | |
| tree | 476ac3f69e501f0c5abe0363cd63e43c0ac6c2c5 /lisp/ChangeLog | |
| parent | 085d34c46ae83282b6bd1002ee9fb9be62e76594 (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2013-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 | |||
| 1 | 2013-01-16 Glenn Morris <rgm@gnu.org> | 6 | 2013-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. |