changeset 55084:b8934c440dd6

(Info-restore-desktop-buffer): Delete with-no-warnings.
author Lars Hansen <larsh@soem.dk>
date Thu, 22 Apr 2004 19:49:11 +0000
parents d8aac01c5fc7
children 27537b30e6d9
files lisp/info.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/info.el	Thu Apr 22 19:48:27 2004 +0000
+++ b/lisp/info.el	Thu Apr 22 19:49:11 2004 +0000
@@ -3724,8 +3724,7 @@
   (let ((first (nth 0 desktop-buffer-misc))
         (second (nth 1 desktop-buffer-misc)))
   (when (and first second)
-    (with-no-warnings
-      (Info-find-node first second))
+    (Info-find-node first second)
     (current-buffer))))
 
 (provide 'info)