diff options
| author | Alan Mackenzie | 2008-01-26 19:58:09 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2008-01-26 19:58:09 +0000 |
| commit | 30719e6c95c570674e2736ece52677e7161143a7 (patch) | |
| tree | 973a156ba9db8335a1c520036248f03b42ab7782 | |
| parent | 405b8be3fc7ad1232d744142cc7fa7429621dfdb (diff) | |
| download | emacs-30719e6c95c570674e2736ece52677e7161143a7.tar.gz emacs-30719e6c95c570674e2736ece52677e7161143a7.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3399fcea80e..442f7669b28 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2008-01-26 Alan Mackenzie <acm@muc.de> | ||
| 2 | |||
| 3 | * progmodes/cc-defs.el (c-save-buffer-state): Bind | ||
| 4 | buffer-file-name and buffer-file-truename to nil, to prevent | ||
| 5 | primitives generating "buffer is read only" messages. | ||
| 6 | |||
| 1 | 2008-01-26 Eli Zaretskii <eliz@gnu.org> | 7 | 2008-01-26 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * progmodes/etags.el (tags-query-replace): Doc fix. | 9 | * progmodes/etags.el (tags-query-replace): Doc fix. |