diff options
Diffstat (limited to 'lisp/thingatpt.el')
| -rw-r--r-- | lisp/thingatpt.el | 2 |
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.: | |||
| 258 | 258 | ||
| 259 | ;; Filenames | 259 | ;; Filenames |
| 260 | 260 | ||
| 261 | (defvar thing-at-point-file-name-chars "-~/[:alnum:]_.${}#%,:" | 261 | (defvar thing-at-point-file-name-chars "-@~/[:alnum:]_.${}#%,:" |
| 262 | "Characters allowable in filenames.") | 262 | "Characters allowable in filenames.") |
| 263 | 263 | ||
| 264 | (define-thing-chars filename thing-at-point-file-name-chars) | 264 | (define-thing-chars filename thing-at-point-file-name-chars) |