1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

(ffap-file-at-point): store-match-data => set-match-data.

This commit is contained in:
Richard M. Stallman 1998-03-14 04:44:25 +00:00
parent e3f1bc6b8c
commit 3c2c6be2b0

View File

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