diff lisp/packages/info.el @ 48:56c54cf7c5b6 r19-16b90

Import from CVS: tag r19-16b90
author cvs
date Mon, 13 Aug 2007 08:56:04 +0200
parents 8fc7fe29b841
children 131b0175ea99
line wrap: on
line diff
--- a/lisp/packages/info.el	Mon Aug 13 08:55:32 2007 +0200
+++ b/lisp/packages/info.el	Mon Aug 13 08:56:04 2007 +0200
@@ -361,7 +361,7 @@
 changed to name of the file to decode, otherwise the file is given to
 the command as standard input.  If STRING is nil, no decoding is done.")
 
-(defvar Info-footnote-tag "See"
+(defvar Info-footnote-tag "Note"
   "*Symbol that identifies a footnote or cross-reference.
 All \"*Note\" references will be changed to use this word instead.")
 
@@ -1829,7 +1829,9 @@
     (bury-buffer (current-buffer))
     (if (and (featurep 'toolbar)
 	     (eq toolbar-info-frame (selected-frame)))
-	(delete-frame toolbar-info-frame)
+	(condition-case nil
+	    (delete-frame toolbar-info-frame)
+	  (error (bury-buffer)))
       (switch-to-buffer (other-buffer (current-buffer))))))
 
 (defun Info-undefined ()