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:
parent
957ea28ac6
commit
d8059b0331
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue