(ffap-file-at-point): store-match-data => set-match-data.
authorRichard M. Stallman <rms@gnu.org>
Sat, 14 Mar 1998 04:44:25 +0000 (04:44 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 14 Mar 1998 04:44:25 +0000 (04:44 +0000)
lisp/ffap.el

index e97c217..caacd4b 100644 (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))))
 \f
 ;;; Prompting (`ffap-read-file-or-url'):
 ;;