diff options
author | Richard M. Stallman <rms@gnu.org> | 2003-01-26 14:51:40 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2003-01-26 14:51:40 +0000 |
commit | e6726b71927647ac2a60cc23a3abd2a836e0b95d (patch) | |
tree | fb17117c62aa55a250fbe807d7628a366a7a9733 /lisp/thingatpt.el | |
parent | d0bdb0602c9c73e1aa2d9d6de7680352c47eeb38 (diff) | |
download | emacs-e6726b71927647ac2a60cc23a3abd2a836e0b95d.tar.gz |
(thing-at-point-file-name-chars): Undo previous change.
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 3723caf76fd..3e6b344a3f2 100644 --- a/lisp/thingatpt.el +++ b/lisp/thingatpt.el @@ -195,7 +195,7 @@ a symbol as a valid THING." ;; Filenames and URLs www.com/foo%32bar -(defvar thing-at-point-file-name-chars "-~/[:alnum:]_.${}#%,:" +(defvar thing-at-point-file-name-chars "~/A-Za-z0-9---_.${}#%,:" "Characters allowable in filenames.") (put 'filename 'end-op |