From: Stefan Kangas Date: Thu, 4 Aug 2022 10:25:17 +0000 (+0200) Subject: * lisp/find-dired.el (lookfor-dired): Make obsolete. X-Git-Tag: emacs-29.0.90~1447^2~461 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7ac0e30701cd16072d8122919fff48ab5517864d;p=emacs.git * lisp/find-dired.el (lookfor-dired): Make obsolete. --- diff --git a/lisp/find-dired.el b/lisp/find-dired.el index fba5126133e..be3d106912a 100644 --- a/lisp/find-dired.el +++ b/lisp/find-dired.el @@ -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 , ;; Sebastian Kremer @@ -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.