Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Jan 20 21:04:45 2011 -0800 +++ b/lisp/ChangeLog Fri Jan 21 13:07:41 2011 -0500 @@ -1,3 +1,8 @@ +2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca> + + * subr.el (shell-quote-argument): Properly quote \n (bug#7687). + Suggested by Flo <sensorflo@gmail.com>. + 2011-01-21 Glenn Morris <rgm@gnu.org> * progmodes/compile.el (compilation-error-regexp-alist):