summaryrefslogtreecommitdiff
path: root/lisp/ffap.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-03-14 04:44:25 +0000
committerRichard M. Stallman <rms@gnu.org>1998-03-14 04:44:25 +0000
commit3c2c6be2b0c8884ef17e42dc8fead1331b54071e (patch)
treed186b72148273f7a4c680baba5015714f62a43e0 /lisp/ffap.el
parente3f1bc6b8c8dc52af083d444b76d7c512a6d8e8d (diff)
downloademacs-3c2c6be2b0c8884ef17e42dc8fead1331b54071e.tar.gz
(ffap-file-at-point): store-match-data => set-match-data.
Diffstat (limited to 'lisp/ffap.el')
-rw-r--r--lisp/ffap.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/ffap.el b/lisp/ffap.el
index e97c217e4da..caacd4bc5e7 100644
--- a/lisp/ffap.el
+++ b/lisp/ffap.el
@@ -1160,8 +1160,7 @@ which may actually result in an url rather than a filename."
(ffap-file-exists-string
(ffap-replace-path-component remote-dir name))))))
)
- (store-match-data data))))
-
+ (set-match-data data))))
;;; Prompting (`ffap-read-file-or-url'):
;;