mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Use imenu-case-fold-search.
This commit is contained in:
parent
71a895c609
commit
c0b08eb017
15 changed files with 30 additions and 8 deletions
|
|
@ -596,6 +596,7 @@ If you use ada-xref.el:
|
|||
|
||||
(make-local-variable 'imenu-generic-expression)
|
||||
(setq imenu-generic-expression ada-imenu-generic-expression)
|
||||
(setq imenu-case-fold-search t)
|
||||
|
||||
(if (ada-xemacs) nil ; XEmacs uses properties
|
||||
(make-local-variable 'font-lock-defaults)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue