1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 11:21:04 -08:00
emacs/lisp/cedet/ede
Paul Eggert 284c470ef7 Backslash cleanup in Elisp source files
This patch should not change behavior.  It typically omits backslashes
where they are redundant (e.g., in the string literal "^\$").
In a few places, insert backslashes where they make regular
expressions clearer: e.g., replace "^\*" (equivalent to "^*") with
"^\\*", which has the same effect as a regular expression.
Also, use ‘\ %’ instead of ‘\%’ when avoiding confusion with SCCS IDs,
and similarly use ‘\ $’ instead of ‘\$’ when avoiding confusion with
RCS IDs, as that makes it clearer that the backslash is intended.
2015-09-17 16:09:39 -07:00
..
auto.el * lisp/cedet/ede/auto.el (ede-project-autoload): Doc fix. 2015-09-09 23:23:27 -07:00
autoconf-edit.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
base.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
config.el Quieten cedet compilation 2015-05-06 16:02:32 -04:00
cpp-root.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
custom.el * lisp/cedet: Use cl-generic instead of EIEIO's defgeneric/defmethod 2015-02-04 13:49:49 -05:00
detect.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
dired.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
emacs.el * lisp/cedet: Use cl-generic instead of EIEIO's defgeneric/defmethod 2015-02-04 13:49:49 -05:00
files.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
generic.el Add monotone EDE generic project 2015-09-15 14:53:42 -05:00
linux.el * lisp/cedet: Use cl-generic instead of EIEIO's defgeneric/defmethod 2015-02-04 13:49:49 -05:00
locate.el ; ede-locate-create/update-root-database: Fix docstring typo 2015-05-01 23:41:27 +03:00
make.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
makefile-edit.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
pconf.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
pmake.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
proj-archive.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
proj-aux.el * lisp/cedet: Use cl-generic instead of EIEIO's defgeneric/defmethod 2015-02-04 13:49:49 -05:00
proj-comp.el * lisp/cedet: Use cl-generic instead of EIEIO's defgeneric/defmethod 2015-02-04 13:49:49 -05:00
proj-elisp.el * lisp/cedet: Use cl-generic instead of EIEIO's defgeneric/defmethod 2015-02-04 13:49:49 -05:00
proj-info.el * lisp/cedet: Use cl-generic instead of EIEIO's defgeneric/defmethod 2015-02-04 13:49:49 -05:00
proj-misc.el * lisp/cedet: Use cl-generic instead of EIEIO's defgeneric/defmethod 2015-02-04 13:49:49 -05:00
proj-obj.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
proj-prog.el Don't quote symbols 'like-this' in docstrings etc. 2015-08-20 17:34:57 -07:00
proj-scheme.el * lisp/cedet: Use cl-generic instead of EIEIO's defgeneric/defmethod 2015-02-04 13:49:49 -05:00
proj-shared.el Fix several backslash typos in Elisp strings 2015-09-17 12:39:54 -07:00
proj.el ede-proj-target-makefile docstring tweaks 2015-08-02 08:27:54 -07:00
project-am.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
shell.el * lisp/cedet: Use cl-generic instead of EIEIO's defgeneric/defmethod 2015-02-04 13:49:49 -05:00
simple.el * lisp/cedet: Use cl-generic instead of EIEIO's defgeneric/defmethod 2015-02-04 13:49:49 -05:00
source.el * lisp/cedet: Use cl-generic instead of EIEIO's defgeneric/defmethod 2015-02-04 13:49:49 -05:00
speedbar.el * lisp/cedet: Use cl-generic instead of EIEIO's defgeneric/defmethod 2015-02-04 13:49:49 -05:00
srecode.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
system.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
util.el * lisp/cedet: Use cl-generic instead of EIEIO's defgeneric/defmethod 2015-02-04 13:49:49 -05:00