X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/8f1d2ef658f95549eb33fe5265f8f11c5129bece..2e5a663126a0260f5a8bb9d12b8c02c3745ea94b:/lisp/informat.el diff --git a/lisp/informat.el b/lisp/informat.el index 77ead94123..f64cede4ae 100644 --- a/lisp/informat.el +++ b/lisp/informat.el @@ -1,6 +1,6 @@ ;;; informat.el --- info support functions package for Emacs -;; Copyright (C) 1986, 2001-2011 Free Software Foundation, Inc. +;; Copyright (C) 1986, 2001-2012 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: help @@ -31,6 +31,10 @@ (declare-function texinfo-format-refill "texinfmt" ()) +;; From texinfmt.el +(defvar texinfo-command-start) +(defvar texinfo-command-end) + ;;;###autoload (defun Info-tagify (&optional input-buffer-name) "Create or update Info file tag table in current buffer or in a region."