From: Tino Calancha Date: Wed, 19 Aug 2020 11:52:21 +0000 (+0200) Subject: Make thingatpt recognise files names with @ in them X-Git-Tag: emacs-28.0.90~6511 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6a61d5edd029f214384d3de95aee49fe43c83559;p=emacs.git Make thingatpt recognise files names with @ in them * lisp/thingatpt.el (thing-at-point-file-name-chars): Add @ (Bug#24606). --- 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)