]> git.eshelyaron.com Git - emacs.git/commitdiff
* net/shr.el (shr-browse-url): Fix interactive spec.
authorIvan Kanis <ivan@kanis.fr>
Mon, 24 Jun 2013 17:41:26 +0000 (19:41 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 24 Jun 2013 17:41:26 +0000 (19:41 +0200)
lisp/ChangeLog
lisp/net/shr.el

index a1f6ceee6a54e601fd616e6609e76470ac28b9cb..97b3fcbc4f1e763b5b58098680417218a86a948c 100644 (file)
@@ -1,5 +1,7 @@
 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
 
+       * net/shr.el (shr-browse-url): Fix interactive spec.
+
        * net/eww.el (eww): Add a trailing slash to domain names.
 
 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
index bb58a99ce101ea45b1ce0597dc6fdf8cb8cd2f50..886308d55efa243448d7918c5da9b81c12670046 100644 (file)
@@ -648,7 +648,7 @@ size, and full-buffer size."
 (defun shr-browse-url (&optional external)
   "Browse the URL under point.
 If EXTERNAL, browse the URL using `shr-external-browser'."
-  (interactive "p")
+  (interactive "P")
   (let ((url (get-text-property (point) 'shr-url)))
     (cond
      ((not url)