User: viteno
Date: 05/03/04 20:38:36
Modified: packages/xemacs-packages/xemacs-base ChangeLog compile.el
Log:
From: Aidan Kehoe <kehoea(a)parhasard.net>
Subject: [PATCH] Alias grep-find to find-grep
Message-ID: <16928.44117.737288.947152(a)parhasard.net>
Revision Changes Path
1.162 +6 -0 XEmacs/packages/xemacs-packages/xemacs-base/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/xemacs-base/ChangeLog,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- ChangeLog 2004/12/22 21:46:41 1.161
+++ ChangeLog 2005/03/04 19:38:35 1.162
@@ -1,3 +1,9 @@
+2005-02-26 Aidan Kehoe <kehoea(a)parhasard.net>
+
+ * compile.el (find-grep): Alias it to grep-find--if you're used to
+ the shell, find and _then_ grep is the word order that springs to
+ mind.
+
2004-12-22 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.94 released.
1.33 +3 -0 XEmacs/packages/xemacs-packages/xemacs-base/compile.el
Index: compile.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/xemacs-base/compile.el,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- compile.el 2004/06/28 20:19:43 1.32
+++ compile.el 2005/03/04 19:38:35 1.33
@@ -768,6 +768,9 @@
(let ((grep-null-device nil)) ; see grep
(grep command-args)))
+;; XEmacs addition
+(defalias find-grep grep-find)
+
;; XEmacs addition: all grep-all-files stuff
(defun construct-grep-all-files-command (find-segment grep-segment)
Show replies by date