1
0
Fork 0

fixed outline-regexp for xemacs, needs to be tests on emacs again

This commit is contained in:
Frank Celler 2013-12-12 12:10:06 +01:00
parent ef7e85053c
commit d1061d47c8
1 changed files with 1 additions and 1 deletions

2
GNUmakefile Normal file → Executable file
View File

@ -222,5 +222,5 @@ pack-arm-cmake:
## Local Variables:
## mode: outline-minor
## outline-regexp: "^\\(### @brief\\|## --SECTION--\\|# -\\*- \\)"
## outline-regexp: "### @brief\\|## --SECTION--"
## End: