diff options
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'): ;; |