* .gitignore: add src/fingerprint.c
* lisp/dired-x.el (dired-file-name-at-point): Fix spelling in obsolete message.
This commit is contained in:
parent
4dc72dd9de
commit
2644353cbc
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -298,3 +298,4 @@ 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-filename-at-point
|
||||
(define-obsolete-function-alias 'dired-file-name-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…
Add table
Reference in a new issue