emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/desktop.el
Date: Mon, 07 Jul 2003 17:04:29 -0400

Index: emacs/lisp/desktop.el
diff -c emacs/lisp/desktop.el:1.58 emacs/lisp/desktop.el:1.59
*** emacs/lisp/desktop.el:1.58  Wed Jun  4 18:19:03 2003
--- emacs/lisp/desktop.el       Mon Jul  7 17:04:28 2003
***************
*** 795,801 ****
              (second (nth 1 desktop-buffer-misc)))
        (when (and first second)
          (require 'info)
!         (Info-find-node first second)
          (current-buffer))))))
  
  ;; 
----------------------------------------------------------------------------
--- 795,802 ----
              (second (nth 1 desktop-buffer-misc)))
        (when (and first second)
          (require 'info)
!         (with-no-warnings
!          (Info-find-node first second))
          (current-buffer))))))
  
  ;; 
----------------------------------------------------------------------------
***************
*** 814,820 ****
  ;; 
----------------------------------------------------------------------------
  (defun desktop-buffer-mh () "Load a folder in the mh system."
    (if (eq 'mh-folder-mode desktop-buffer-major-mode)
!       (progn
        (mh-find-path)
          (mh-visit-folder desktop-buffer-name)
        (current-buffer))))
--- 815,821 ----
  ;; 
----------------------------------------------------------------------------
  (defun desktop-buffer-mh () "Load a folder in the mh system."
    (if (eq 'mh-folder-mode desktop-buffer-major-mode)
!       (with-no-warnings
        (mh-find-path)
          (mh-visit-folder desktop-buffer-name)
        (current-buffer))))




reply via email to

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