mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-22 20:42:26 -08:00
(pascal-imenu-generic-expression): Add menu-title and fix parentheses.
This commit is contained in:
parent
f3f6315be6
commit
92c63329f0
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* progmodes/pascal.el (pascal-imenu-generic-expression): Add
|
||||
menu-title and fix parentheses.
|
||||
|
||||
2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@
|
|||
)
|
||||
|
||||
(defvar pascal-imenu-generic-expression
|
||||
'("^[ \t]*\\(function\\|procedure\\)[ \t\n]+\\([a-zA-Z0-9_.:]+\\)" . (2))
|
||||
'((nil "^[ \t]*\\(function\\|procedure\\)[ \t\n]+\\([a-zA-Z0-9_.:]+\\)" 2))
|
||||
"Imenu expression for Pascal-mode. See `imenu-generic-expression'.")
|
||||
|
||||
(defvar pascal-keywords
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue