aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/browse-url.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/browse-url.el b/lisp/browse-url.el
index 6521dfdef29..3be0331196b 100644
--- a/lisp/browse-url.el
+++ b/lisp/browse-url.el
@@ -700,7 +700,7 @@ used instead of `browse-url-new-window-p'."
700 ;; include at least commas; presumably also close parens. 700 ;; include at least commas; presumably also close parens.
701 (while (string-match "[,)]" url) 701 (while (string-match "[,)]" url)
702 (setq url (replace-match 702 (setq url (replace-match
703 (format "%x" (string-to-char (match-string 0 url))) t t url))) 703 (format "%%%x" (string-to-char (match-string 0 url))) t t url)))
704 (let* ((process-environment (browse-url-process-environment)) 704 (let* ((process-environment (browse-url-process-environment))
705 (process (apply 'start-process 705 (process (apply 'start-process
706 (concat "netscape " url) nil 706 (concat "netscape " url) nil