summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2021-01-19 04:28:18 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2021-01-19 04:29:56 +0100
commitf844ce69cd0a07d45852a8b04ed3f1c84a699ed8 (patch)
treedde6eebf2b1d5ffdda6edd86d90a1d68f4dd9841
parent4ca808ee7adda7b17a7dedffbce9e9e49ee4cd93 (diff)
downloademacs-f844ce69cd0a07d45852a8b04ed3f1c84a699ed8.tar.gz
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.
-rw-r--r--.gitignore1
-rw-r--r--lisp/dired-x.el2
2 files changed, 1 insertions, 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.