1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-29 19:48:19 +00:00
emacs/lisp/progmodes
Paul Eggert 753fbfbef4 Fix several backslash typos in Elisp strings
* lisp/calendar/todo-mode.el (todo-files, todo-rename-file)
(todo-find-filtered-items-file, todo-reset-nondiary-marker)
(todo-reset-done-string, todo-reset-comment-string)
(todo-reset-highlight-item):
* lisp/erc/erc-networks.el (erc-networks-alist):
* lisp/gnus/gnus-art.el (gnus-button-handle-library):
* lisp/gnus/gnus-group.el (gnus-read-ephemeral-gmane-group-url):
* lisp/gnus/nntp.el (nntp-via-shell-prompt)
(nntp-telnet-shell-prompt):
* lisp/gnus/spam-report.el (spam-report-gmane-regex):
* lisp/image-dired.el (image-dired-rotate-original):
(image-dired-get-exif-file-name):
* lisp/international/latin1-disp.el (latin1-display-ucs-per-lynx):
* lisp/mail/undigest.el (rmail-digest-parse-rfc1153strict):
* lisp/mh-e/mh-letter.el (mh-file-is-vcard-p):
* lisp/mh-e/mh-mime.el (mh-file-mime-type-substitutions):
* lisp/net/shr-color.el (shr-color->hexadecimal):
* lisp/org/org-bibtex.el (org-bibtex-fields):
* lisp/org/org-docview.el (org-docview-export):
* lisp/org/org-entities.el (org-entities):
* lisp/org/ox-icalendar.el (org-icalendar-cleanup-string):
* lisp/progmodes/cperl-mode.el (cperl-indent-exp):
* lisp/progmodes/ebnf2ps.el (ebnf-file-suffix-regexp)
(ebnf-style-database):
* lisp/progmodes/idlw-help.el (idlwave-do-context-help1):
* lisp/progmodes/ruby-mode.el (ruby-imenu-create-index-in-block):
* lisp/progmodes/sql.el (sql-product-alist):
* lisp/progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist)
(verilog-error-font-lock-keywords)
(verilog-assignment-operator-re):
* lisp/progmodes/vhdl-mode.el (vhdl-compiler-alist):
* lisp/textmodes/reftex-parse.el (reftex-parse-from-file):
* lisp/vc/add-log.el (change-log-version-number-regexp-list):
Fix typo by replacing ‘\’ with ‘\\’ in a string literal.
For example, to get the regular expression ‘\.’ use the string
literal "\\.", not "\." (which is equivalent to ".").
* lisp/emulation/viper-util.el (viper-glob-unix-files):
Remove stray ‘\j’ from string.
* lisp/gnus/nntp.el (nntp-via-shell-prompt)
(nntp-telnet-shell-prompt):
Treat > like $ when matching a shell prompt.
* lisp/progmodes/make-mode.el (makefile-browse):
Properly quote a diagnostic.
2015-09-17 12:39:54 -07:00
..
ada-mode.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
ada-prj.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
ada-stmt.el
ada-xref.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
antlr-mode.el Bind inhibit-modification-hooks rather than a/b-c-f 2015-09-12 00:30:02 -04:00
asm-mode.el
autoconf.el
bat-mode.el
bug-reference.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
cc-align.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
cc-awk.el * lisp/progmodes/cc-*.el: Fix up commenting style 2015-08-21 23:46:21 -04:00
cc-bytecomp.el * lisp/progmodes/cc-*.el: Fix up commenting style 2015-08-21 23:46:21 -04:00
cc-cmds.el * lisp/progmodes/cc-*.el: Fix up commenting style 2015-08-21 23:46:21 -04:00
cc-defs.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
cc-engine.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
cc-fonts.el * lisp/progmodes/cc-*.el: Fix up commenting style 2015-08-21 23:46:21 -04:00
cc-guess.el * lisp/progmodes/cc-*.el: Fix up commenting style 2015-08-21 23:46:21 -04:00
cc-langs.el * lisp/progmodes/cc-langs.el (c-make-init-lang-vars-fun): Use dolist 2015-09-14 09:26:54 -04:00
cc-menus.el * lisp/progmodes/cc-*.el: Fix up commenting style 2015-08-21 23:46:21 -04:00
cc-mode.el * lisp/progmodes/cc-*.el: Fix up commenting style 2015-08-21 23:46:21 -04:00
cc-styles.el * lisp/progmodes/cc-*.el: Fix up commenting style 2015-08-21 23:46:21 -04:00
cc-vars.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
cfengine.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
cmacexp.el Quoting fixes in lisp/progmodes 2015-08-30 23:12:29 -07:00
compile.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
cperl-mode.el Fix several backslash typos in Elisp strings 2015-09-17 12:39:54 -07:00
cpp.el Quoting fixes in lisp/progmodes 2015-08-30 23:12:29 -07:00
cwarn.el
dcl-mode.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
ebnf2ps.el Fix several backslash typos in Elisp strings 2015-09-17 12:39:54 -07:00
ebnf-abn.el
ebnf-bnf.el
ebnf-dtd.el
ebnf-ebx.el
ebnf-iso.el
ebnf-otz.el
ebnf-yac.el
ebrowse.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
elisp-mode.el Fix a bug in elisp--xref-find-definitions related to cl-generic defaults 2015-09-15 14:44:46 -05:00
etags.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
executable.el Quoting fixes in lisp/progmodes 2015-08-30 23:12:29 -07:00
f90.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
flymake.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
fortran.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
gdb-mi.el Fix display of complex local data types in GDB-MI 2015-09-09 18:56:06 +03: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 hideif.el: Recognize .h++ as C++ header. 2015-09-01 00:56:53 +01:00
hideshow.el Escape ` and ' in doc 2015-09-01 18:23:21 -07:00
icon.el
idlw-complete-structtag.el
idlw-help.el Fix several backslash typos in Elisp strings 2015-09-17 12:39:54 -07:00
idlw-shell.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
idlw-toolbar.el
idlwave.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
inf-lisp.el ; Comment fixes. 2015-06-15 21:24:24 -04:00
js.el * lisp/progmodes/js.el (js-mode): Don't eagerly syntax propertize. 2015-08-21 09:03:52 -04:00
ld-script.el
m4-mode.el
make-mode.el Fix several backslash typos in Elisp strings 2015-09-17 12:39:54 -07:00
mantemp.el
meta-mode.el
mixal-mode.el
modula2.el
octave.el Quoting fixes in lisp/progmodes 2015-08-30 23:12:29 -07:00
opascal.el Don't overflow if computing approximate percentage 2015-07-31 10:13:38 -07:00
pascal.el Don't quote symbols 'like-this' in docstrings etc. 2015-08-20 17:34:57 -07:00
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 Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
project.el Add project-vc-search-path and project-vc-ignores 2015-08-10 04:05:24 +03:00
prolog.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
ps-mode.el
python.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
ruby-mode.el Fix several backslash typos in Elisp strings 2015-09-17 12:39:54 -07:00
scheme.el
sh-script.el * lisp/progmodes/sh-script.el (sh-mode): Handle .cshrc (bug#21049) 2015-08-13 17:05:44 -04:00
simula.el
sql.el Fix several backslash typos in Elisp strings 2015-09-17 12:39:54 -07:00
subword.el
tcl.el
vera-mode.el
verilog-mode.el Fix several backslash typos in Elisp strings 2015-09-17 12:39:54 -07:00
vhdl-mode.el Fix several backslash typos in Elisp strings 2015-09-17 12:39:54 -07:00
which-func.el Fix which-func for curly quotes: look for symbol, not message 2015-08-29 18:06:13 -07:00
xref.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
xscheme.el