In strings, prefer plain ` and ' to \` and \'
commit3213d7707026573ca425ba1c865b7fa1a8b46639
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 30 Jun 2015 22:06:31 +0000 (30 15:06 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 30 Jun 2015 22:08:02 +0000 (30 15:08 -0700)
tree594558b482ebdb376605c8f304532e6746df78d5
parent5f9e4b2e11adce9933af2267425b80dc536c4239
In strings, prefer plain ` and ' to \` and \'

* lisp/allout.el (allout-insert-listified):
* lisp/emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
* lisp/ls-lisp.el (ls-lisp-UCA-like-collation)
(ls-lisp-string-lessp):
* lisp/menu-bar.el (menu-bar-open):
* lisp/obsolete/otodo-mode.el (todo-top-priorities):
* lisp/progmodes/compile.el (compile):
* lisp/progmodes/etags.el (tags-loop-scan):
* lisp/progmodes/make-mode.el (makefile-browser-insert-continuation):
* lisp/subr.el (posn-actual-col-row):
* lisp/term/pc-win.el (x-list-fonts):
* lisp/textmodes/texinfmt.el (texinfmt-version):
* lisp/textmodes/texnfo-upd.el (texinfo-master-menu):
* lisp/time.el (display-time-world-list):
* lisp/tmm.el (tmm-menubar):
* src/buffer.c (syms_of_buffer):
* src/fileio.c (syms_of_fileio):
Omit unnecessary and confusing backslash before quote.
* lisp/erc/erc.el (erc-cmd-LASTLOG):
* lisp/progmodes/flymake.el (flymake-fix-file-name):
* lisp/progmodes/vhdl-mode.el (vhdl-in-extended-identifier-p):
Fix string that was intended to escape a backslash and not a quote.
19 files changed:
lisp/allout.el
lisp/emacs-lisp/easy-mmode.el
lisp/erc/erc.el
lisp/ls-lisp.el
lisp/menu-bar.el
lisp/obsolete/otodo-mode.el
lisp/progmodes/compile.el
lisp/progmodes/etags.el
lisp/progmodes/flymake.el
lisp/progmodes/make-mode.el
lisp/progmodes/vhdl-mode.el
lisp/subr.el
lisp/term/pc-win.el
lisp/textmodes/texinfmt.el
lisp/textmodes/texnfo-upd.el
lisp/time.el
lisp/tmm.el
src/buffer.c
src/fileio.c