Mercurial > emacs
comparison lisp/ChangeLog @ 112249:785e3b6e720b
Fix bug #6684 with shell pipelines on MS-Windows.
progmodes/grep.el (grep-compute-defaults): Quote the program
file name after the pipe symbol in Grep templates.
jka-compr.el (jka-compr-partial-uncompress): Likewise.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 09 Jan 2011 19:52:57 +0200 |
parents | 6335f5f3cb72 |
children | baabeab57e3e |
comparison
equal
deleted
inserted
replaced
112248:6335f5f3cb72 | 112249:785e3b6e720b |
---|---|
1 2011-01-09 Eli Zaretskii <eliz@gnu.org> | |
2 | |
3 * progmodes/grep.el (grep-compute-defaults): Quote the program | |
4 file name after the pipe symbol in Grep templates. (Bug#6784) | |
5 * jka-compr.el (jka-compr-partial-uncompress): Likewise. | |
6 | |
1 2011-01-08 Lennart Borgman <lennart.borgman@gmail.com> | 7 2011-01-08 Lennart Borgman <lennart.borgman@gmail.com> |
2 | 8 |
3 * buff-menu.el (Buffer-menu-buffer-list): New var. | 9 * buff-menu.el (Buffer-menu-buffer-list): New var. |
4 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a | 10 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a |
5 restricted buffer list is not lost on revert (Bug#7749). | 11 restricted buffer list is not lost on revert (Bug#7749). |