From: Dave Love Date: Fri, 19 Jun 1998 16:01:08 +0000 (+0000) Subject: (browse-url-netscape): Encode `)' too. X-Git-Tag: emacs-20.3~572 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9d843bef01373c831809fb3b773d1ddd6d008cf1;p=emacs.git (browse-url-netscape): Encode `)' too. --- diff --git a/lisp/browse-url.el b/lisp/browse-url.el index 00c15fb1cd9..6521dfdef29 100644 --- a/lisp/browse-url.el +++ b/lisp/browse-url.el @@ -46,10 +46,14 @@ ;; browse-url-mmm MMM ? ;; browse-url-generic arbitrary +;; [The Netscape browser is now free software +;; , albeit not GPLed, so it is +;; reasonable to keep it as the default.] + ;; Note that versions of Netscape before 1.1b1 did not have remote ;; control. . -;; Netscape can cache Web pages so it may be necessary to tell it to +;; Browsers can cache Web pages so it may be necessary to tell them to ;; reload the current page if it has changed (e.g. if you have edited ;; it). There is currently no perfect automatic solution to this. @@ -98,9 +102,9 @@ ;; support for Java applets and multicast) can be used like Mosaic by ;; setting `browse-url-mosaic-program' appropriately. -;; I [Denis Howe] recommend Nelson Minar 's excellent -;; html-helper-mode.el for editing HTML and thank Nelson for -;; his many useful comments on this code. +;; I [Denis Howe, not Dave Love] recommend Nelson Minar +;; 's excellent html-helper-mode.el for editing +;; HTML and thank Nelson for his many useful comments on this code. ;; ;; See also hm--html-menus