diff options
| author | Glenn Morris | 2012-01-25 00:20:24 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-01-25 00:20:24 -0800 |
| commit | 40047858c6c270c3a7eb842abcbea042bb2781fd (patch) | |
| tree | 3c641696f2a43d8174878b3a89474c8f3c72ad86 /lisp/ChangeLog | |
| parent | 21f50183955a2d7ba016b96ba3442aae3d3cf2c3 (diff) | |
| download | emacs-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/ChangeLog | 3 |
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 | ||
| 5 | 2012-01-25 Glenn Morris <rgm@gnu.org> | 5 | 2012-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) |