Mercurial > emacs
changeset 35644:e504a8bd3e9a
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 27 Jan 2001 12:43:56 +0000 |
parents | cafc43e2ccfd |
children | 141f70353995 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Jan 27 12:41:59 2001 +0000 +++ b/lisp/ChangeLog Sat Jan 27 12:43:56 2001 +0000 @@ -1,5 +1,12 @@ 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il> + * shell.el (shell-unquote-argument): If the shell is one of the + mentioned in shell-dumb-shell-regexp, don't treat a backslash as a + quote character. + (shell-dumb-shell-regexp): Document that the shells which match + this regexp are supposed to not treat a backslash as a quote + character. + * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change from 2001-01-12. It is not needed, since backspace is mapped into DEL.