mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fix last change
This commit is contained in:
parent
217f4eed7b
commit
541961c945
1 changed files with 2 additions and 2 deletions
|
|
@ -1302,8 +1302,8 @@ Use it by enabling `eldoc-mode'."
|
|||
"A function for `imenu-create-index-function'."
|
||||
(goto-char (point-min))
|
||||
(let ((re (concat "^\\s-*" cfengine3-defuns-regex
|
||||
"\\s-*\\(\\(?:\\w\\|\\s_\\)+\\)" ;type
|
||||
"\\s-*\\(\\(?:\\w\\|\\s_\\)+\\)" ;id
|
||||
"\\s-+\\(\\(?:\\w\\|\\s_\\)+\\)" ;type
|
||||
"\\s-+\\(\\(?:\\w\\|\\s_\\)+\\)" ;id
|
||||
))
|
||||
(defuns ()))
|
||||
(while (re-search-forward re nil t)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue