]> git.eshelyaron.com Git - emacs.git/commitdiff
* .gitignore: add src/fingerprint.c
authorStephen Leake <stephen_leake@stephe-leake.org>
Fri, 15 Jan 2021 18:03:06 +0000 (10:03 -0800)
committerStephen Leake <stephen_leake@stephe-leake.org>
Fri, 15 Jan 2021 18:03:06 +0000 (10:03 -0800)
* lisp/dired-x.el (dired-file-name-at-point): Fix spelling in obsolete
message.

.gitignore
lisp/dired-x.el

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