1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-17 11:20:39 -08:00
emacs/lisp/progmodes
Paul Eggert 3213d77070 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.
2015-06-30 15:08:02 -07:00
..
ada-mode.el Fix byte-compiler warnings about looking-back. 2015-04-20 21:55:00 -04:00
ada-prj.el
ada-stmt.el
ada-xref.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
antlr-mode.el
asm-mode.el
autoconf.el
bat-mode.el
bug-reference.el
cc-align.el
cc-awk.el Quieten cc-mode compilation 2015-05-06 16:00:22 -04:00
cc-bytecomp.el
cc-cmds.el Quieten cc-mode compilation 2015-05-06 16:00:22 -04:00
cc-defs.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
cc-engine.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
cc-fonts.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
cc-guess.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
cc-langs.el Add C-language keyword constants to C++ 2015-05-25 13:51:35 -07:00
cc-menus.el
cc-mode.el Make c-submit-bug-report file reports at debbugs.gnu.org. (Bug#15784) 2015-05-26 23:29:25 -07:00
cc-styles.el
cc-vars.el
cfengine.el cfengine.el: update for the upcoming CFEngine 3.7 release 2015-06-29 23:07:30 -04:00
cmacexp.el Fix error diagnostics of c-macro-expand 2015-05-02 12:01:04 +03:00
compile.el In strings, prefer plain and ' to \ and \' 2015-06-30 15:08:02 -07:00
cperl-mode.el Fix minor quoting problems in doc strings 2015-05-28 00:22:03 -07:00
cpp.el
cwarn.el
dcl-mode.el
ebnf-abn.el
ebnf-bnf.el
ebnf-dtd.el
ebnf-ebx.el
ebnf-iso.el
ebnf-otz.el
ebnf-yac.el
ebnf2ps.el
ebrowse.el
elisp-mode.el Add missing function xref-location-group for elisp-mode. 2015-06-17 09:35:00 -05:00
etags.el In strings, prefer plain and ' to \ and \' 2015-06-30 15:08:02 -07:00
executable.el * lisp/progmodes/executable.el (executable-self-display): Obsolete. 2015-06-10 16:24:32 -04:00
f90.el * lisp/progmodes/f90.el (f90-backslash-not-special): Use user-error. 2015-06-10 16:57:59 -04:00
flymake.el In strings, prefer plain and ' to \ and \' 2015-06-30 15:08:02 -07:00
fortran.el
gdb-mi.el Fix minor quoting problems in doc strings 2015-05-19 15:01:16 -07:00
glasses.el
grep.el Bind grep-highlight-matches around the rgrep call 2015-06-28 04:38:11 +03:00
gud.el
hideif.el cl-lib.el: Partial revert of "2015-04-05 Rationalize c[ad]+r" 2015-04-10 01:50:22 -04:00
hideshow.el
icon.el
idlw-complete-structtag.el
idlw-help.el
idlw-shell.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
idlw-toolbar.el
idlwave.el Fix minor quoting problems in doc strings 2015-05-28 00:22:03 -07:00
inf-lisp.el ; Comment fixes. 2015-06-15 21:24:24 -04:00
js.el * lisp/progmodes/js.el (js--optimize-arglist): Remove declaration. 2015-05-05 20:11:22 -07:00
ld-script.el
m4-mode.el
make-mode.el In strings, prefer plain and ' to \ and \' 2015-06-30 15:08:02 -07:00
mantemp.el
meta-mode.el
mixal-mode.el
modula2.el
octave.el Address some compilation warnings. 2015-06-16 20:04:35 -04:00
opascal.el
pascal.el
perl-mode.el * lisp/progmodes/perl-mode.el: Refine handling of /re/ and y/abc/def/ 2015-06-15 17:10:06 -04:00
prog-mode.el Some generic support for multi-mode indentation. 2015-06-14 14:47:16 +00:00
prolog.el
ps-mode.el
python.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
ruby-mode.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
scheme.el
sh-script.el * lisp/progmodes/sh-script.el: Better handle nested quotes 2015-06-09 22:10:38 -04:00
simula.el
sql.el
subword.el
tcl.el * lisp/progmodes/tcl.el (tcl-filter): 2015-05-12 21:19:38 -04:00
vera-mode.el
verilog-mode.el Fix minor quoting problems in doc strings 2015-05-28 00:22:03 -07:00
vhdl-mode.el In strings, prefer plain and ' to \ and \' 2015-06-30 15:08:02 -07:00
which-func.el
xref.el Add --color Grep option to the command dynamically 2015-06-27 23:57:28 +03:00
xscheme.el