summaryrefslogtreecommitdiff
path: root/lisp/info.el
diff options
context:
space:
mode:
authorLars Hansen <larsh@soem.dk>2004-04-22 19:49:45 +0000
committerLars Hansen <larsh@soem.dk>2004-04-22 19:49:45 +0000
commit2a3f604d663dd96b960ded8bc78a11bbd98e3707 (patch)
tree5735ebbcb13631833eac1f4031bbf81571947f2e /lisp/info.el
parent608c2ea2d0236a6d85463ee8d042ed7a2a79186e (diff)
downloademacs-2a3f604d663dd96b960ded8bc78a11bbd98e3707.tar.gz
(Info-restore-desktop-buffer): Delete with-no-warnings.
Diffstat (limited to 'lisp/info.el')
-rw-r--r--lisp/info.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/info.el b/lisp/info.el
index ad04d8ece73..a284ca7fa2e 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -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)