diff options
| author | Paul Eggert | 2012-04-18 10:07:06 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-04-18 10:07:06 -0700 |
| commit | 99c8ec3fbfc439845c29144a61a42a5183441eaf (patch) | |
| tree | cbaf6f814980f68f463bd76155c973f5a19378a6 /lisp/ChangeLog | |
| parent | 6c94c34fe8fef20680c29731277ad8baf87bf47e (diff) | |
| parent | 12a106a903756aac5fd545ba8cb8f1b5dc7d9304 (diff) | |
| download | emacs-99c8ec3fbfc439845c29144a61a42a5183441eaf.tar.gz emacs-99c8ec3fbfc439845c29144a61a42a5183441eaf.zip | |
Merge from trunk.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 054b3ca5f47..de484dc68fa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2012-04-18 Leo Liu <sdl.web@gmail.com> | ||
| 2 | |||
| 3 | * abbrev.el (edit-abbrevs): Move point to the abbrev table of | ||
| 4 | current buffer. | ||
| 5 | (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if | ||
| 6 | LOCAL is nil. | ||
| 7 | |||
| 1 | 2012-04-18 Chong Yidong <cyd@gnu.org> | 8 | 2012-04-18 Chong Yidong <cyd@gnu.org> |
| 2 | 9 | ||
| 3 | * simple.el (line-move): Use forward-line if in batch mode | 10 | * simple.el (line-move): Use forward-line if in batch mode |