[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/info-look.el
From: |
Dave Love |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/info-look.el |
Date: |
Thu, 18 Jul 2002 14:18:47 -0400 |
Index: emacs/lisp/info-look.el
diff -c emacs/lisp/info-look.el:1.26 emacs/lisp/info-look.el:1.27
*** emacs/lisp/info-look.el:1.26 Fri Jan 25 00:04:37 2002
--- emacs/lisp/info-look.el Thu Jul 18 14:18:47 2002
***************
*** 56,63 ****
"Overlay object used for highlighting.")
(defcustom info-lookup-file-name-alist
! '(("\\`configure\\.in\\'" . autoconf-mode) ;already covered by
auto-mode-alist
! ("\\`ac\\(local\\|site\\|include\\)\\.m4\\'" . autoconf-mode))
"Alist of file names handled specially.
List elements are cons cells of the form
--- 56,62 ----
"Overlay object used for highlighting.")
(defcustom info-lookup-file-name-alist
! '(("\\`ac\\(local\\|site\\|include\\)\\.m4\\'" . autoconf-mode))
"Alist of file names handled specially.
List elements are cons cells of the form
***************
*** 672,678 ****
(info-lookup-maybe-add-help
:mode 'autoconf-mode
:regexp "A[CM]_[_A-Z0-9]+"
! :doc-spec '(("(autoconf)Macro Index" "AC_"
"^[ \t]+- \\(Macro\\|Variable\\): .*\\<" "\\>")
("(automake)Macro and Variable Index" nil
"^[ \t]*`" "'"))
--- 671,682 ----
(info-lookup-maybe-add-help
:mode 'autoconf-mode
:regexp "A[CM]_[_A-Z0-9]+"
! :doc-spec '(("(autoconf)Autoconf Macro Index" "AC_"
! "^[ \t]+- \\(Macro\\|Variable\\): .*\\<" "\\>")
! ("(automake)Macro and Variable Index" nil
! "^[ \t]*`" "'")
! ;; These are for older versions (probably pre autoconf 2.5x):
! ("(autoconf)Macro Index" "AC_"
"^[ \t]+- \\(Macro\\|Variable\\): .*\\<" "\\>")
("(automake)Macro and Variable Index" nil
"^[ \t]*`" "'"))