emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 r117068: browse-url.el comment


From: Glenn Morris
Subject: [Emacs-diffs] emacs-24 r117068: browse-url.el comment
Date: Tue, 06 May 2014 03:55:57 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117068
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Mon 2014-05-05 20:55:54 -0700
message:
  browse-url.el comment
modified:
  lisp/net/browse-url.el         
browseurl.el-20091113204419-o5vbwnq5f7feedwu-1785
=== modified file 'lisp/net/browse-url.el'
--- a/lisp/net/browse-url.el    2014-02-10 01:34:22 +0000
+++ b/lisp/net/browse-url.el    2014-05-06 03:55:54 +0000
@@ -1340,6 +1340,9 @@
          (kill-buffer nil)))
     (if (and pid (zerop (signal-process pid 0))) ; Mosaic running
        (save-excursion
+         ;; This is a predictable temp-file name, which is bad,
+         ;; but it is what Mosaic uses/used.
+         ;; So it's not Emacs's problem.  http://bugs.debian.org/747100
          (find-file (format "/tmp/Mosaic.%d" pid))
          (erase-buffer)
          (insert (if (browse-url-maybe-new-window new-window)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]