X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/7c82f3e23e37cc848a38b1f8be7149fd672a6393..672b871d9838335ac12faaf62793a811f1269a66:/lisp/info-xref.el diff --git a/lisp/info-xref.el b/lisp/info-xref.el index e317b10bcd..41da9d12c9 100644 --- a/lisp/info-xref.el +++ b/lisp/info-xref.el @@ -1,7 +1,6 @@ ;;; info-xref.el --- check external references in an Info document -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 -;; Free Software Foundation, Inc. +;; Copyright (C) 2003-2011 Free Software Foundation, Inc. ;; Author: Kevin Ryde ;; Keywords: docs @@ -152,7 +151,7 @@ overall good/bad count summary inserted at the very end." (unless info-xref-in-progress (info-xref-output "done, %d good, %d bad, %d unavailable" info-xref-good info-xref-bad info-xref-unavail)))) - + (defun info-xref-output (fmt &rest args) "Emit a `format'-ed message FMT+ARGS to the `info-xref-output-buffer'." (with-current-buffer info-xref-output-buffer @@ -201,7 +200,7 @@ buffer's line and column of point." (save-excursion (save-window-excursion (prog1 - (condition-case err + (condition-case nil (progn (Info-goto-node node (when (get-buffer "*info*")