comparison lisp/progmodes/sh-script.el @ 20459:90f306f86f5d

Use imenu-case-fold-search.
author Dave Love <fx@gnu.org>
date Fri, 12 Dec 1997 17:10:08 +0000
parents 6cb3b9732db5
children c6d9f48bd2f8
comparison
equal deleted inserted replaced
20458:ad0d2c5040a0 20459:90f306f86f5d
827 comment-start-skip "#+[\t ]*" 827 comment-start-skip "#+[\t ]*"
828 mode-line-process (format "[%s]" sh-shell) 828 mode-line-process (format "[%s]" sh-shell)
829 sh-shell-variables nil 829 sh-shell-variables nil
830 sh-shell-variables-initialized nil 830 sh-shell-variables-initialized nil
831 imenu-generic-expression (sh-feature sh-imenu-generic-expression) 831 imenu-generic-expression (sh-feature sh-imenu-generic-expression)
832 imenu-case-fold-search nil
832 shell (sh-feature sh-variables)) 833 shell (sh-feature sh-variables))
833 (set-syntax-table (sh-feature sh-mode-syntax-table)) 834 (set-syntax-table (sh-feature sh-mode-syntax-table))
834 (while shell 835 (while shell
835 (sh-remember-variable (car shell)) 836 (sh-remember-variable (car shell))
836 (setq shell (cdr shell))) 837 (setq shell (cdr shell)))