diff options
| author | Chong Yidong | 2008-02-01 23:35:06 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-02-01 23:35:06 +0000 |
| commit | 6e04a598eac95ae00e988d67f3378840f5b69c4f (patch) | |
| tree | fb7a1eca0580af684e385a6a388654328a51cde0 | |
| parent | 773b7a0d21736c77fec069e32ce9931de16e266b (diff) | |
| download | emacs-6e04a598eac95ae00e988d67f3378840f5b69c4f.tar.gz emacs-6e04a598eac95ae00e988d67f3378840f5b69c4f.zip | |
* progmodes/etags.el (next-file): Improve revert message.
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f0c5571f80b..727873f9130 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,8 +1,6 @@ | |||
| 1 | 2008-02-01 Chong Yidong <cyd@stupidchicken.com> | 1 | 2008-02-01 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * progmodes/etags.el (tags-loop-revert-buffers): Value `ask' means | 3 | * progmodes/etags.el (next-file): Improve revert message. |
| 4 | to query the user interactively. | ||
| 5 | (next-file): Implement it. | ||
| 6 | 4 | ||
| 7 | 2008-02-01 Juanma Barranquero <lekktu@gmail.com> | 5 | 2008-02-01 Juanma Barranquero <lekktu@gmail.com> |
| 8 | 6 | ||