# HG changeset patch # User Lars Hansen # Date 1082663351 0 # Node ID b8934c440dd67424f0356040e07e8668b1b6f60c # Parent d8aac01c5fc7e0fb41513584ce17d1b678be1537 (Info-restore-desktop-buffer): Delete with-no-warnings. diff -r d8aac01c5fc7 -r b8934c440dd6 lisp/info.el --- 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)