From f844ce69cd0a07d45852a8b04ed3f1c84a699ed8 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Tue, 19 Jan 2021 04:28:18 +0100 Subject: [PATCH] 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. --- .gitignore | 1 - lisp/dired-x.el | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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.