comparison lisp/textmodes/texinfo.el @ 20459:90f306f86f5d

Use imenu-case-fold-search.
author Dave Love <fx@gnu.org>
date Fri, 12 Dec 1997 17:10:08 +0000
parents 95743e18a01c
children adcb58a1c0f3
comparison
equal deleted inserted replaced
20458:ad0d2c5040a0 20459:90f306f86f5d
513 (setq comment-start-skip "@c +") 513 (setq comment-start-skip "@c +")
514 (make-local-variable 'words-include-escapes) 514 (make-local-variable 'words-include-escapes)
515 (setq words-include-escapes t) 515 (setq words-include-escapes t)
516 (make-local-variable 'imenu-generic-expression) 516 (make-local-variable 'imenu-generic-expression)
517 (setq imenu-generic-expression texinfo-imenu-generic-expression) 517 (setq imenu-generic-expression texinfo-imenu-generic-expression)
518 (setq imenu-case-fold-search nil)
518 (make-local-variable 'font-lock-defaults) 519 (make-local-variable 'font-lock-defaults)
519 (setq font-lock-defaults '(texinfo-font-lock-keywords t)) 520 (setq font-lock-defaults '(texinfo-font-lock-keywords t))
520 (make-local-variable 'outline-regexp) 521 (make-local-variable 'outline-regexp)
521 (setq outline-regexp 522 (setq outline-regexp
522 (concat "@\\(" 523 (concat "@\\("