diff options
| author | Brent Goodrick | 2011-01-02 22:13:35 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-01-02 22:13:35 -0800 |
| commit | 8d4708aff01e3ae30119bb7166cdf8517fbfa1a9 (patch) | |
| tree | 8b067572eedff93b106095451499d30f3b054ada /lisp/ChangeLog | |
| parent | 364df1cc7641e6787c09f83789c7f5f5bc5a6140 (diff) | |
| download | emacs-8d4708aff01e3ae30119bb7166cdf8517fbfa1a9.tar.gz emacs-8d4708aff01e3ae30119bb7166cdf8517fbfa1a9.zip | |
Abbrev.el fix for bug #7733. (tiny change)
* lisp/abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
table, get the value before switching to the output 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 1f522ff4b06..751049488ea 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-01-03 Brent Goodrick <bgoodr@gmail.com> | ||
| 2 | |||
| 3 | * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev | ||
| 4 | table, get the value before switching to the output buffer. (Bug#7733) | ||
| 5 | |||
| 1 | 2011-01-03 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2011-01-03 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628). | 8 | * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628). |