diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-04-09 10:21:07 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-04-09 10:22:42 -0700 |
commit | cf09ed1e4decc280d7e2e08cabc30ed8737e2d84 (patch) | |
tree | 3832e59f5684a8af7ce5565094773c17e4ef3ac3 /ChangeLog.1 | |
parent | cbef1e918d5b0a7f2f68eb6d742982987f102cf4 (diff) | |
download | emacs-cf09ed1e4decc280d7e2e08cabc30ed8737e2d84.tar.gz |
; Add missing (tiny change) and minor cleanup
Diffstat (limited to 'ChangeLog.1')
-rw-r--r-- | ChangeLog.1 | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/ChangeLog.1 b/ChangeLog.1 index b8e2c614585..223f9df7545 100644 --- a/ChangeLog.1 +++ b/ChangeLog.1 @@ -80,14 +80,11 @@ (eshell-test/escape-special-quoted): Add tests for new `eshell-parse-backslash' behavior. -2015-04-08 Gustav HÃ¥llberg <gustav@gmail.com> +2015-04-08 Gustav HÃ¥llberg <gustav@gmail.com> (tiny change) - (diff-hunk-file-names): Don't require a TAB after the file name - Fixes: debbugs:20276 - - (diff-hunk-file-names): Don't require a TAB after the file name * lisp/vc/diff-mode.el (diff-hunk-file-names): Don't require a TAB - after the file name (bug#20276). + after the file name. + Fixes: debbugs:20276 2015-04-08 Paul Eggert <eggert@cs.ucla.edu> |