diff options
| author | Leo Liu | 2014-10-11 22:27:47 +0800 |
|---|---|---|
| committer | Leo Liu | 2014-10-11 22:27:47 +0800 |
| commit | 541961c945a3e7061b23bc07dae758ab911cc61d (patch) | |
| tree | 7eaaa05df3a4ad08d67a07cb114d9b9ff03cc7f4 /lisp | |
| parent | 217f4eed7b41858c11e4a1aa19159c0d4ba02d4a (diff) | |
| download | emacs-541961c945a3e7061b23bc07dae758ab911cc61d.tar.gz emacs-541961c945a3e7061b23bc07dae758ab911cc61d.zip | |
Fix last change
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/progmodes/cfengine.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/cfengine.el b/lisp/progmodes/cfengine.el index 14eb379a709..8e43c812470 100644 --- a/lisp/progmodes/cfengine.el +++ b/lisp/progmodes/cfengine.el | |||
| @@ -1302,8 +1302,8 @@ Use it by enabling `eldoc-mode'." | |||
| 1302 | "A function for `imenu-create-index-function'." | 1302 | "A function for `imenu-create-index-function'." |
| 1303 | (goto-char (point-min)) | 1303 | (goto-char (point-min)) |
| 1304 | (let ((re (concat "^\\s-*" cfengine3-defuns-regex | 1304 | (let ((re (concat "^\\s-*" cfengine3-defuns-regex |
| 1305 | "\\s-*\\(\\(?:\\w\\|\\s_\\)+\\)" ;type | 1305 | "\\s-+\\(\\(?:\\w\\|\\s_\\)+\\)" ;type |
| 1306 | "\\s-*\\(\\(?:\\w\\|\\s_\\)+\\)" ;id | 1306 | "\\s-+\\(\\(?:\\w\\|\\s_\\)+\\)" ;id |
| 1307 | )) | 1307 | )) |
| 1308 | (defuns ())) | 1308 | (defuns ())) |
| 1309 | (while (re-search-forward re nil t) | 1309 | (while (re-search-forward re nil t) |