diff options
| author | Glenn Morris | 2009-09-01 03:27:52 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-09-01 03:27:52 +0000 |
| commit | d80619faefb04b289ea2dfb9d83256d3a61159f6 (patch) | |
| tree | 17e6c263998d609c33447a0ac02fc745b0143d62 /lisp/ChangeLog | |
| parent | 8c3ee88c2f5acda520cd3e1c48ca7aeec2610754 (diff) | |
| download | emacs-d80619faefb04b289ea2dfb9d83256d3a61159f6.tar.gz emacs-d80619faefb04b289ea2dfb9d83256d3a61159f6.zip | |
(etags-goto-tag-location): Use forward-line rather than goto-line.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 280d258cca4..66e5caea47d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2009-09-01 Glenn Morris <rgm@gnu.org> | 1 | 2009-09-01 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * mail/feedmail.el (file-name-buffer-file-type-alist): Define for | ||
| 4 | compiler. | ||
| 5 | |||
| 3 | * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu) | 6 | * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu) |
| 4 | (eudc-bob-sound-menu): Use defvar rather than defconst, since | 7 | (eudc-bob-sound-menu): Use defvar rather than defconst, since |
| 5 | easy-menu-define wants to modify these. | 8 | easy-menu-define wants to modify these. |
| @@ -10,6 +13,7 @@ | |||
| 10 | * term/internal.el (dos-codepage-setup): | 13 | * term/internal.el (dos-codepage-setup): |
| 11 | Use default-value rather than default-enable-multibyte-characters. | 14 | Use default-value rather than default-enable-multibyte-characters. |
| 12 | 15 | ||
| 16 | * progmodes/etags.el (etags-goto-tag-location): | ||
| 13 | * progmodes/flymake.el (flymake-highlight-line) | 17 | * progmodes/flymake.el (flymake-highlight-line) |
| 14 | (flymake-goto-file-and-line, flymake-goto-line): | 18 | (flymake-goto-file-and-line, flymake-goto-line): |
| 15 | * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump) | 19 | * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump) |