+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.
(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)