aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog.1
diff options
context:
space:
mode:
authorPaul Eggert2015-04-09 10:21:07 -0700
committerPaul Eggert2015-04-09 10:22:42 -0700
commitcf09ed1e4decc280d7e2e08cabc30ed8737e2d84 (patch)
tree3832e59f5684a8af7ce5565094773c17e4ef3ac3 /ChangeLog.1
parentcbef1e918d5b0a7f2f68eb6d742982987f102cf4 (diff)
downloademacs-cf09ed1e4decc280d7e2e08cabc30ed8737e2d84.tar.gz
emacs-cf09ed1e4decc280d7e2e08cabc30ed8737e2d84.zip
; Add missing (tiny change) and minor cleanup
Diffstat (limited to 'ChangeLog.1')
-rw-r--r--ChangeLog.19
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 @@
80 (eshell-test/escape-special-quoted): Add tests for new 80 (eshell-test/escape-special-quoted): Add tests for new
81 `eshell-parse-backslash' behavior. 81 `eshell-parse-backslash' behavior.
82 82
832015-04-08 Gustav HÃ¥llberg <gustav@gmail.com> 832015-04-08 Gustav HÃ¥llberg <gustav@gmail.com> (tiny change)
84 84
85 (diff-hunk-file-names): Don't require a TAB after the file name
86 Fixes: debbugs:20276
87
88 (diff-hunk-file-names): Don't require a TAB after the file name
89 * lisp/vc/diff-mode.el (diff-hunk-file-names): Don't require a TAB 85 * lisp/vc/diff-mode.el (diff-hunk-file-names): Don't require a TAB
90 after the file name (bug#20276). 86 after the file name.
87 Fixes: debbugs:20276
91 88
922015-04-08 Paul Eggert <eggert@cs.ucla.edu> 892015-04-08 Paul Eggert <eggert@cs.ucla.edu>
93 90