Mercurial > emacs
comparison lisp/ChangeLog @ 112418:106bf56d370e
* lisp/subr.el (shell-quote-argument): Properly quote \n.
Suggested by Flo <sensorflo@gmail.com>.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 21 Jan 2011 13:07:41 -0500 |
parents | a2432c16dc9f |
children | a651b7492a78 |
comparison
equal
deleted
inserted
replaced
112417:a2432c16dc9f | 112418:106bf56d370e |
---|---|
1 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * subr.el (shell-quote-argument): Properly quote \n (bug#7687). | |
4 Suggested by Flo <sensorflo@gmail.com>. | |
5 | |
1 2011-01-21 Glenn Morris <rgm@gnu.org> | 6 2011-01-21 Glenn Morris <rgm@gnu.org> |
2 | 7 |
3 * progmodes/compile.el (compilation-error-regexp-alist): | 8 * progmodes/compile.el (compilation-error-regexp-alist): |
4 Fix custom type. (Bug#7812) | 9 Fix custom type. (Bug#7812) |
5 | 10 |