From: Dave Love Date: Fri, 20 Mar 1998 10:22:59 +0000 (+0000) Subject: (browse-url-of-region): Use its args. From X-Git-Tag: emacs-20.3~1843 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f64905b5b48ae0b5f3f5a0dba633240343abade1;p=emacs.git (browse-url-of-region): Use its args. From --- diff --git a/lisp/browse-url.el b/lisp/browse-url.el index c429ac062cb..e719ecab3d2 100644 --- a/lisp/browse-url.el +++ b/lisp/browse-url.el @@ -606,7 +606,7 @@ narrowed." (interactive "r") (save-excursion (save-restriction - (narrow-to-region (mark) (point)) + (narrow-to-region min max) (browse-url-of-buffer)))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;