diff lisp/find-dired.el @ 2571:b65cf676a09b

All fsets changed to defaliases.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Fri, 23 Apr 1993 06:51:44 +0000
parents 6314334d7c2b
children 77efda0d2b31
line wrap: on
line diff
--- a/lisp/find-dired.el	Fri Apr 23 06:50:51 1993 +0000
+++ b/lisp/find-dired.el	Fri Apr 23 06:51:44 1993 +0000
@@ -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 @@
 ;; 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.