1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00
emacs/lisp/eshell
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
..
em-alias.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
em-banner.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
em-basic.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
em-cmpl.el PATH- and completion-related fixes in Eshell on MS-Windows 2015-04-29 20:52:02 +03:00
em-dirs.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
em-glob.el Fix several backslash typos in Elisp strings 2015-09-17 12:39:54 -07:00
em-hist.el Quoting fixes in ERC and Eshell 2015-08-31 15:10:37 -07:00
em-ls.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
em-pred.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
em-prompt.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
em-rebind.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
em-script.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
em-smart.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
em-term.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
em-tramp.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
em-unix.el Quoting fixes in ERC and Eshell 2015-08-31 15:10:37 -07:00
em-xtra.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
esh-arg.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
esh-cmd.el Quoting fixes in ERC and Eshell 2015-08-31 15:10:37 -07:00
esh-ext.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
esh-io.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
esh-mode.el Bind inhibit-modification-hooks rather than a/b-c-f 2015-09-12 00:30:02 -04:00
esh-module.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
esh-opt.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
esh-proc.el Quoting fixes in ERC and Eshell 2015-08-31 15:10:37 -07:00
esh-util.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
esh-var.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
eshell.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00