summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTino Calancha <tino.calancha@gmail.com>2020-08-19 13:52:21 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2020-08-19 13:55:49 +0200
commit6a61d5edd029f214384d3de95aee49fe43c83559 (patch)
treeed328e494cd107ef22f3c749b7ef15de6eab28cf
parentbd3e2e848712bf4197000e02d832947b1f7928b6 (diff)
downloademacs-6a61d5edd029f214384d3de95aee49fe43c83559.tar.gz
Make thingatpt recognise files names with @ in them
* lisp/thingatpt.el (thing-at-point-file-name-chars): Add @ (Bug#24606).
-rw-r--r--lisp/thingatpt.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/thingatpt.el b/lisp/thingatpt.el
index 483a2c9bd83..3c2d766ffb1 100644
--- a/lisp/thingatpt.el
+++ b/lisp/thingatpt.el
@@ -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)