diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-03-14 04:44:25 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-03-14 04:44:25 +0000 |
commit | 3c2c6be2b0c8884ef17e42dc8fead1331b54071e (patch) | |
tree | d186b72148273f7a4c680baba5015714f62a43e0 /lisp/ffap.el | |
parent | e3f1bc6b8c8dc52af083d444b76d7c512a6d8e8d (diff) | |
download | emacs-3c2c6be2b0c8884ef17e42dc8fead1331b54071e.tar.gz emacs-3c2c6be2b0c8884ef17e42dc8fead1331b54071e.tar.bz2 emacs-3c2c6be2b0c8884ef17e42dc8fead1331b54071e.zip |
(ffap-file-at-point): store-match-data => set-match-data.
Diffstat (limited to 'lisp/ffap.el')
-rw-r--r-- | lisp/ffap.el | 3 |
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'): ;; |