]> code.delx.au - gnu-emacs/commitdiff
(Info-restore-desktop-buffer): Delete with-no-warnings.
authorLars Hansen <larsh@soem.dk>
Thu, 22 Apr 2004 19:49:45 +0000 (19:49 +0000)
committerLars Hansen <larsh@soem.dk>
Thu, 22 Apr 2004 19:49:45 +0000 (19:49 +0000)
lisp/ChangeLog
lisp/info.el

index 4b5ab80a042f7a6a57b6e07cac659b9e2be48d8c..d1992f60108905731de25fa557df79bd3b5b6ca5 100644 (file)
@@ -1,3 +1,8 @@
+2004-04-22  Lars Hansen  <larsh@math.ku.dk>
+
+       * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
+       * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
+
 2004-04-22  Kim F. Storm  <storm@cua.dk>
 
        * net/telnet.el (telnet): Add optional port arg.
index ad04d8ece73fb6397c43bbecb2cdec345882a899..a284ca7fa2e0a86c348ec3792750c03d2ffdc02f 100644 (file)
@@ -3724,8 +3724,7 @@ BUFFER is the buffer speedbar is requesting buttons for."
   (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)