1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-24 15:22:26 -07:00

(prolog-mode-variables): Fix imenu-generic-expression.

This commit is contained in:
Juri Linkov 2004-12-01 19:48:52 +00:00
parent 957ea28ac6
commit d8059b0331

View file

@ -101,7 +101,7 @@ nil means send actual operating system end of file."
(make-local-variable 'paragraph-ignore-fill-prefix)
(setq paragraph-ignore-fill-prefix t)
(make-local-variable 'imenu-generic-expression)
(setq imenu-generic-expression "^[a-z][a-zA-Z0-9_]+")
(setq imenu-generic-expression '((nil "^\\sw+" 0)))
(make-local-variable 'indent-line-function)
(setq indent-line-function 'prolog-indent-line)
(make-local-variable 'comment-start)