mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
Revert "* .gitignore: add src/fingerprint.c"
This reverts commit 2644353cbc
.
The src/fingerprint.c file is no longer generated, and the spelling of the obsolete function was correct.
This commit is contained in:
parent
4ca808ee7a
commit
f844ce69cd
1
.gitignore
vendored
1
.gitignore
vendored
@ -298,4 +298,3 @@ nt/emacs.rc
|
||||
nt/emacsclient.rc
|
||||
src/gdb.ini
|
||||
/var/
|
||||
src/fingerprint.c
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user