comparison lisp/info.el @ 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 dd4c270b21af
children 1f59134413ff
comparison
equal deleted inserted replaced
55083:d8aac01c5fc7 55084:b8934c440dd6
3722 desktop-buffer-misc) 3722 desktop-buffer-misc)
3723 "Restore an info buffer specified in a desktop file." 3723 "Restore an info buffer specified in a desktop file."
3724 (let ((first (nth 0 desktop-buffer-misc)) 3724 (let ((first (nth 0 desktop-buffer-misc))
3725 (second (nth 1 desktop-buffer-misc))) 3725 (second (nth 1 desktop-buffer-misc)))
3726 (when (and first second) 3726 (when (and first second)
3727 (with-no-warnings 3727 (Info-find-node first second)
3728 (Info-find-node first second))
3729 (current-buffer)))) 3728 (current-buffer))))
3730 3729
3731 (provide 'info) 3730 (provide 'info)
3732 3731
3733 ;;; arch-tag: f2480fe2-2139-40c1-a49b-6314991164ac 3732 ;;; arch-tag: f2480fe2-2139-40c1-a49b-6314991164ac