]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/find-dired.el (lookfor-dired): Make obsolete.
authorStefan Kangas <stefan@marxist.se>
Thu, 4 Aug 2022 10:25:17 +0000 (12:25 +0200)
committerStefan Kangas <stefan@marxist.se>
Thu, 4 Aug 2022 10:35:24 +0000 (12:35 +0200)
lisp/find-dired.el

index fba5126133e6ef2ee0409cc82a46e4b6a9f07567..be3d106912a79684b991b32e35cb2c6dcd995bcf 100644 (file)
@@ -1,7 +1,6 @@
 ;;; find-dired.el --- run a `find' command and dired the output  -*- lexical-binding: t -*-
 
-;; Copyright (C) 1992, 1994-1995, 2000-2022 Free Software Foundation,
-;; Inc.
+;; Copyright (C) 1992-2022 Free Software Foundation, Inc.
 
 ;; Author: Roland McGrath <roland@gnu.org>,
 ;;        Sebastian Kremer <sk@thp.uni-koeln.de>
@@ -320,7 +319,7 @@ See `find-name-arg' to customize the arguments."
 ;; Date: 10 May 91 17:50:00 GMT
 ;; Organization: University of Waterloo
 
-(defalias 'lookfor-dired 'find-grep-dired)
+(define-obsolete-function-alias 'lookfor-dired #'find-grep-dired "29.1")
 ;;;###autoload
 (defun find-grep-dired (dir regexp)
   "Find files in DIR that contain matches for REGEXP and start Dired on output.