]> git.eshelyaron.com Git - emacs.git/commit
Remedy ineffective backslashes and fix regexps
authorMattias Engdegård <mattiase@acm.org>
Sun, 8 May 2022 21:37:10 +0000 (23:37 +0200)
committerMattias Engdegård <mattiase@acm.org>
Wed, 11 May 2022 08:28:08 +0000 (10:28 +0200)
commit474241f356c638bfd8d4eecb7138e3af76a8c036
treedd6fcb8028c5025c0de3be27b9b741d511406686
parent14fe0eec0cc6e4ad636d28832ca6ae22955abd81
Remedy ineffective backslashes and fix regexps

* lisp/info.el (Info-read-node-name-2): Double backslash for intended
escaping effect.
* lisp/term.el (term-send-function-key): Remove redundant `+`.
* lisp/leim/quail/indian.el:
* lisp/simple.el (scratch-buffer, get-scratch-buffer-create):
Remove ineffective backslashes.
lisp/info.el
lisp/leim/quail/indian.el
lisp/simple.el
lisp/term.el