summaryrefslogtreecommitdiff
path: root/lisp/find-dired.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1993-04-23 06:51:44 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1993-04-23 06:51:44 +0000
commit143cbacb8c8430bf33e7d4c8c9b5c7307fda6c98 (patch)
tree3c363720c5107ef66d9a45deb3ba3ee3cf42855f /lisp/find-dired.el
parentef6ed06d57c44cc48d84d645e74a1edc7b9103b1 (diff)
downloademacs-143cbacb8c8430bf33e7d4c8c9b5c7307fda6c98.tar.gz
All fsets changed to defaliases.
Diffstat (limited to 'lisp/find-dired.el')
-rw-r--r--lisp/find-dired.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/find-dired.el b/lisp/find-dired.el
index 5fa664ed424..5524b2c230d 100644
--- a/lisp/find-dired.el
+++ b/lisp/find-dired.el
@@ -7,8 +7,8 @@
;; Maintainer: Sebastian Kremer <sk@thp.uni-koeln.de>
;; Keywords: unix
-(defconst find-dired-version (substring "$Revision: 1.10 $" 11 -2)
- "$Id: find-dired.el,v 1.10 1992/09/27 01:24:00 roland Exp eric $")
+(defconst find-dired-version (substring "$Revision: 1.11 $" 11 -2)
+ "$Id: find-dired.el,v 1.11 1993/03/17 15:24:18 eric Exp eric $")
;;; This program is free software; you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published by
@@ -33,7 +33,7 @@
;; find-dired|Roland McGrath, Sebastian Kremer
;; |roland@gnu.ai.mit.edu, sk@thp.uni-koeln.de
;; |Run a `find' command and dired the output
-;; |$Date: 1992/09/27 01:24:00 $|$Revision: 1.10 $|
+;; |$Date: 1993/03/17 15:24:18 $|$Revision: 1.11 $|
;; INSTALLATION ======================================================
@@ -148,7 +148,7 @@ The command run (after changing into DIR) is
;; Date: 10 May 91 17:50:00 GMT
;; Organization: University of Waterloo
-(fset 'lookfor-dired 'find-grep-dired)
+(defalias 'lookfor-dired 'find-grep-dired)
;;;###autoload
(defun find-grep-dired (dir args)
"Find files in DIR containing a regexp ARG and start Dired on output.