mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
Make thingatpt recognise files names with @ in them
* lisp/thingatpt.el (thing-at-point-file-name-chars): Add @ (Bug#24606).
This commit is contained in:
parent
bd3e2e8487
commit
6a61d5edd0
@ -258,7 +258,7 @@ E.g.:
|
||||
|
||||
;; Filenames
|
||||
|
||||
(defvar thing-at-point-file-name-chars "-~/[:alnum:]_.${}#%,:"
|
||||
(defvar thing-at-point-file-name-chars "-@~/[:alnum:]_.${}#%,:"
|
||||
"Characters allowable in filenames.")
|
||||
|
||||
(define-thing-chars filename thing-at-point-file-name-chars)
|
||||
|
Loading…
Reference in New Issue
Block a user