emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/info.el


From: Romain Francoise
Subject: [Emacs-diffs] Changes to emacs/lisp/info.el
Date: Thu, 24 Nov 2005 11:10:02 -0500

Index: emacs/lisp/info.el
diff -c emacs/lisp/info.el:1.460 emacs/lisp/info.el:1.461
*** emacs/lisp/info.el:1.460    Wed Nov 23 17:57:46 2005
--- emacs/lisp/info.el  Thu Nov 24 16:10:00 2005
***************
*** 4132,4138 ****
  NODESPEC is a string of the form: (file)node."
    (save-excursion
      ;; Set up a buffer we can use to fake-out Info.
!     (set-buffer (get-buffer-create "*info-browse-tmp*"))
      (if (not (equal major-mode 'Info-mode))
        (Info-mode))
      ;; Get the node into this buffer
--- 4132,4138 ----
  NODESPEC is a string of the form: (file)node."
    (save-excursion
      ;; Set up a buffer we can use to fake-out Info.
!     (set-buffer (get-buffer-create " *info-browse-tmp*"))
      (if (not (equal major-mode 'Info-mode))
        (Info-mode))
      ;; Get the node into this buffer




reply via email to

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