emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 6a61d5e: Make thingatpt recognise files names with @ in them


From: Lars Ingebrigtsen
Subject: master 6a61d5e: Make thingatpt recognise files names with @ in them
Date: Wed, 19 Aug 2020 07:55:54 -0400 (EDT)

branch: master
commit 6a61d5edd029f214384d3de95aee49fe43c83559
Author: Tino Calancha <tino.calancha@gmail.com>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Make thingatpt recognise files names with @ in them
    
    * lisp/thingatpt.el (thing-at-point-file-name-chars): Add @
    (Bug#24606).
---
 lisp/thingatpt.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/thingatpt.el b/lisp/thingatpt.el
index 483a2c9..3c2d766 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]