]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert "* .gitignore: add src/fingerprint.c"
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 19 Jan 2021 03:28:18 +0000 (04:28 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 19 Jan 2021 03:29:56 +0000 (04:29 +0100)
This reverts commit 2644353cbc65927a6a0a76d68e00d017771cdd03.

The src/fingerprint.c file is no longer generated, and the spelling of the obsolete function was correct.

.gitignore
lisp/dired-x.el

index 7e3e43418146611b84649a0268034b148644620d..dd4eab759cb1a32f36c5cd8cfab11e3d0625efc3 100644 (file)
@@ -298,4 +298,3 @@ nt/emacs.rc
 nt/emacsclient.rc
 src/gdb.ini
 /var/
-src/fingerprint.c
index aebffe339eb1e23c7e02f0a3d07e2bfb48619672..5a52eccbbe3b0eb151c54c2bbd524c735288aad5 100644 (file)
@@ -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.