1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-28 19:42:02 +00:00
emacs/lisp/progmodes
Glenn Morris f3ca7378c1 Use find -exec with '+' for grep-find if supported.
* lisp/progmodes/grep.el (grep-find-use-xargs): Doc fix.
(grep-compute-defaults): Check for `-exec COMMAND +' support.
Set grep-find-use-xargs, grep-find-command, and grep-find-template
accordingly.  Don't add the null-device if not needed.
2011-04-02 11:52:08 -07:00
..
.gitignore
ada-mode.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
ada-prj.el Replace many instances of read-file-name with read-directory-name. 2011-03-05 16:56:00 -05:00
ada-stmt.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
ada-xref.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
antlr-mode.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
asm-mode.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
autoconf.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
bug-reference.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
cap-words.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
cc-align.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
cc-awk.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
cc-bytecomp.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
cc-cmds.el Fix a cc-cmds.el patch from acm that I applied incorrectly (Bug#7595). 2011-03-07 15:29:03 -05:00
cc-compat.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
cc-defs.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
cc-engine.el (c-guess-basic-syntax): Move CASE 19 to a different place, correctly to 2011-03-06 17:03:45 +00:00
cc-fonts.el Proper fix for CC mode Bug#7722. 2011-02-13 15:25:15 -05:00
cc-langs.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
cc-menus.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
cc-mode.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
cc-styles.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
cc-vars.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
cfengine.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
cmacexp.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
compile.el * lisp/progmodes/compile.el (compilation--previous-directory): Fix up 2011-03-11 23:29:22 -05:00
cperl-mode.el Merge from emacs-23; up to 2010-06-03T05:41:49Z!rgm@gnu.org. 2011-02-27 17:07:29 -08:00
cpp.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
cwarn.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
dcl-mode.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
delphi.el lisp/progmodes/delphi.el: Fix typos. 2011-03-16 02:28:20 +01:00
ebnf2ps.el Replace many instances of read-file-name with read-directory-name. 2011-03-05 16:56:00 -05:00
ebnf-abn.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
ebnf-bnf.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
ebnf-dtd.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
ebnf-ebx.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
ebnf-iso.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
ebnf-otz.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
ebnf-yac.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
ebrowse.el Fix misuse of quote in `case'. 2011-03-15 13:39:56 -04:00
etags.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
executable.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
f90.el * lisp/progmodes/f90.el (f90-find-tag-default): Handle multiple `%'. 2011-03-31 00:20:38 -07:00
flymake.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
fortran.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
gdb-mi.el * lisp/progmodes/gdb-mi.el (gdb): Fix typo in previous change. 2011-03-22 19:50:28 -07:00
glasses.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
grep.el Use find -exec with '+' for grep-find if supported. 2011-04-02 11:52:08 -07:00
gud.el * lisp/progmodes/gud.el (gdb-script-syntax-propertize-function): 2011-03-06 15:55:52 -05:00
hideif.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
hideshow.el Prevent hideshow from parsing braces inside comments (Bug#8036). 2011-02-19 17:20:35 -05:00
icon.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
idlw-complete-structtag.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
idlw-help.el Move keymap initialization into declaration. 2011-02-10 11:56:00 -05:00
idlw-shell.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
idlw-toolbar.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
idlwave.el lisp/progmodes/idlwave.el: Use dolist' rather than mapcar'. 2011-04-02 00:33:37 +02:00
inf-lisp.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
js.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
ld-script.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
m4-mode.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
make-mode.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
mantemp.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
meta-mode.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
mixal-mode.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
modula2.el Nuke arch-tags. 2011-01-15 15:16:57 -08:00
octave-inf.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
octave-mod.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
pascal.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
perl-mode.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
prolog.el Fix typos. 2011-03-06 03:43:19 +01:00
ps-mode.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
python.el * progmodes/python.el (python-default-interpreter) 2011-03-30 16:44:07 -06:00
ruby-mode.el Fix misuse of quote in `case'. 2011-03-15 13:39:56 -04:00
scheme.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
sh-script.el * lisp/progmodes/sh-script.el (sh-syntax-propertize-here-doc): 2011-02-18 16:46:08 -05:00
simula.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
sql.el Fix some mis-spellings of "precede" that are not in emacs-23 branch. 2011-02-22 23:27:09 -08:00
subword.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
tcl.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
vera-mode.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
verilog-mode.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
vhdl-mode.el Merge from emacs-23; up to 2010-06-03T05:41:49Z!rgm@gnu.org. 2011-02-27 17:07:29 -08:00
which-func.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
xscheme.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00