aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-01-25 00:20:24 -0800
committerGlenn Morris2012-01-25 00:20:24 -0800
commit40047858c6c270c3a7eb842abcbea042bb2781fd (patch)
tree3c641696f2a43d8174878b3a89474c8f3c72ad86 /lisp/ChangeLog
parent21f50183955a2d7ba016b96ba3442aae3d3cf2c3 (diff)
downloademacs-40047858c6c270c3a7eb842abcbea042bb2781fd.tar.gz
emacs-40047858c6c270c3a7eb842abcbea042bb2781fd.zip
dired-goto-file fix for some `ls -b' escapes.
* lisp/dired.el (dired-goto-file): Handle some of the more common characters that `ls -b' escapes. Fixes: debbugs:10596
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e1038b89072..6a47a9f0ece 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -4,6 +4,9 @@
4 4
52012-01-25 Glenn Morris <rgm@gnu.org> 52012-01-25 Glenn Morris <rgm@gnu.org>
6 6
7 * dired.el (dired-goto-file): Handle some of the more common
8 characters that `ls -b' escapes. (Bug#10596)
9
7 * progmodes/compile.el (compilation-next-error-function): 10 * progmodes/compile.el (compilation-next-error-function):
8 Respect compilation-first-column in the "*compilation*" buffer. 11 Respect compilation-first-column in the "*compilation*" buffer.
9 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594) 12 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)