From: Lars Ingebrigtsen Date: Tue, 19 Jan 2021 03:28:18 +0000 (+0100) Subject: Revert "* .gitignore: add src/fingerprint.c" X-Git-Tag: emacs-28.0.90~4227 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f844ce69cd0a07d45852a8b04ed3f1c84a699ed8;p=emacs.git Revert "* .gitignore: add src/fingerprint.c" This reverts commit 2644353cbc65927a6a0a76d68e00d017771cdd03. The src/fingerprint.c file is no longer generated, and the spelling of the obsolete function was correct. --- diff --git a/.gitignore b/.gitignore index 7e3e4341814..dd4eab759cb 100644 --- a/.gitignore +++ b/.gitignore @@ -298,4 +298,3 @@ nt/emacs.rc nt/emacsclient.rc src/gdb.ini /var/ -src/fingerprint.c diff --git a/lisp/dired-x.el b/lisp/dired-x.el index aebffe339eb..5a52eccbbe3 100644 --- a/lisp/dired-x.el +++ b/lisp/dired-x.el @@ -1483,7 +1483,7 @@ a prefix argument, when it offers the filename near point as a default." ;;; Internal functions. ;; Fixme: This should probably use `thing-at-point'. -- fx -(define-obsolete-function-alias 'dired-file-name-at-point +(define-obsolete-function-alias 'dired-filename-at-point #'dired-x-guess-file-name-at-point "28.1") (defun dired-x-guess-file-name-at-point () "Return the filename closest to point, expanded.