diff options
| -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." | |||
| 1160 | (ffap-file-exists-string | 1160 | (ffap-file-exists-string |
| 1161 | (ffap-replace-path-component remote-dir name)))))) | 1161 | (ffap-replace-path-component remote-dir name)))))) |
| 1162 | ) | 1162 | ) |
| 1163 | (store-match-data data)))) | 1163 | (set-match-data data)))) |
| 1164 | |||
| 1165 | 1164 | ||
| 1166 | ;;; Prompting (`ffap-read-file-or-url'): | 1165 | ;;; Prompting (`ffap-read-file-or-url'): |
| 1167 | ;; | 1166 | ;; |