emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/info-xref.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/info-xref.el
Date: Fri, 26 Aug 2005 06:47:13 -0400

Index: emacs/lisp/info-xref.el
diff -c emacs/lisp/info-xref.el:1.9 emacs/lisp/info-xref.el:1.10
*** emacs/lisp/info-xref.el:1.9 Wed Aug 24 14:00:17 2005
--- emacs/lisp/info-xref.el     Fri Aug 26 10:47:13 2005
***************
*** 138,164 ****
  ;; Some dynamic variables are used to share information with sub-functions
  ;; below.
  ;;
! (eval-when-compile
!   ;;
!   ;; info-xref-filename-header - a heading message for the current top-level
!   ;;     filename, or "" when it's been printed.
!   ;;
!   (defvar info-xref-xfile-alist)
!   ;;
!   ;; info-xref-good - count of good cross references.
!   ;;
!   (defvar info-xref-good)
!   ;;
!   ;; info-xref-bad - count of bad cross references.
!   ;;
!   (defvar info-xref-bad)
!   ;;
!   ;; info-xref-xfile-alist - indexed by "(foo)" with value nil or t according
!   ;;     to whether "(foo)" exists or not.  This is used to suppress duplicate
!   ;;     messages about foo not being available.  (Duplicates within one
!   ;;     top-level file that is.)
!   ;;
!   (defvar info-xref-filename-heading))
  
  (defun info-xref-check-list (filename-list)
    "Check external references in info documents in FILENAME-LIST."
--- 138,162 ----
  ;; Some dynamic variables are used to share information with sub-functions
  ;; below.
  ;;
! ;; info-xref-filename-header - a heading message for the current top-level
! ;;     filename, or "" when it's been printed.
! ;;
! (defvar info-xref-xfile-alist)
! ;;
! ;; info-xref-good - count of good cross references.
! ;;
! (defvar info-xref-good)
! ;;
! ;; info-xref-bad - count of bad cross references.
! ;;
! (defvar info-xref-bad)
! ;;
! ;; info-xref-xfile-alist - indexed by "(foo)" with value nil or t according
! ;;     to whether "(foo)" exists or not.  This is used to suppress duplicate
! ;;     messages about foo not being available.  (Duplicates within one
! ;;     top-level file that is.)
! ;;
! (defvar info-xref-filename-heading)
  
  (defun info-xref-check-list (filename-list)
    "Check external references in info documents in FILENAME-LIST."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]