]> git.eshelyaron.com Git - emacs.git/commit
Fix "\`" confusion in Lisp strings
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 15 Aug 2015 15:35:02 +0000 (08:35 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 15 Aug 2015 15:35:36 +0000 (08:35 -0700)
commit692cf1013b8354f9f7a17ebb5e6e39b76ddce414
treebfd2e16af2a1ef3af84069c04a0f168e8dae4286
parent2f30f8efb8e311c5fcd6c9d896bad5b6f703c3f1
Fix "\`" confusion in Lisp strings

* admin/authors.el (authors-canonical-author-name):
Fix typo by using "\\`" not "\`" in string RE.
* lisp/obsolete/complete.el (PC-complete-as-file-name):
* lisp/obsolete/vi.el (vi-backward-blank-delimited-word):
* lisp/progmodes/verilog-mode.el (verilog-mode-map):
Use plain "`", not the equivalent-but-confusing "\`", in strings.
* lisp/textmodes/texinfmt.el: Fix comment likewise.
admin/authors.el
lisp/obsolete/complete.el
lisp/obsolete/vi.el
lisp/progmodes/verilog-mode.el
lisp/textmodes/texinfmt.el