diff options
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 7763d257224..8b7f62a306e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2014-11-18 Juri Linkov <juri@linkov.net> | 1 | 2014-11-18 Juri Linkov <juri@linkov.net> |
| 2 | 2 | ||
| 3 | * simple.el (next-line-or-history-element): Wrap next-line | ||
| 4 | in with-no-warnings. | ||
| 5 | (previous-line-or-history-element): Wrap previous-line | ||
| 6 | in with-no-warnings. | ||
| 7 | |||
| 8 | 2014-11-18 Juri Linkov <juri@linkov.net> | ||
| 9 | |||
| 3 | * progmodes/grep.el (grep-compute-defaults): | 10 | * progmodes/grep.el (grep-compute-defaults): |
| 4 | Compute grep-highlight-matches before its use. | 11 | Compute grep-highlight-matches before its use. |
| 5 | 12 | ||