lisp/ffap.el: Fix reference to variable thing-at-point-default-mail-uri-scheme.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 9 Aug 2013 23:08:46 +0000 (01:08 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 9 Aug 2013 23:08:46 +0000 (01:08 +0200)
lisp/ChangeLog
lisp/ffap.el

index 7cbf733..3901885 100644 (file)
@@ -1,3 +1,8 @@
+2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
+
+       * ffap.el (ffap-url-at-point): Fix reference to variable
+       thing-at-point-default-mail-uri-scheme.
+
 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * subr.el (define-error): New function.
index ee0b87e..737de8b 100644 (file)
@@ -1073,7 +1073,7 @@ Assumes the buffer has not changed."
     (or (and (eq major-mode 'w3-mode) ; In a w3 buffer button?
             (w3-view-this-url t))
        (let ((thing-at-point-beginning-of-url-regexp ffap-url-regexp)
-             (thing-at-point-default-mail-scheme ffap-foo-at-bar-prefix))
+             (thing-at-point-default-mail-uri-scheme ffap-foo-at-bar-prefix))
          (thing-at-point-url-at-point t
                                       (if (use-region-p)
                                           (cons (region-beginning)