mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
Font lock fix for batch mode (Bug#5719).
* generic-x.el (bat-generic-mode): Fix regexp for command line switches (Bug#5719).
This commit is contained in:
parent
b7d4de5185
commit
dfc6544ca0
2 changed files with 8 additions and 4 deletions
|
|
@ -1,7 +1,12 @@
|
|||
2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
|
||||
|
||||
* generic-x.el (bat-generic-mode): Fix regexp for command line
|
||||
switches (Bug#5719).
|
||||
|
||||
2010-06-27 Masatake YAMATO <yamato@redhat.com>
|
||||
|
||||
* htmlfontify.el (hfy-face-attr-for-class): Use `append' instead
|
||||
of `nconc' (Bug#6239).
|
||||
* htmlfontify.el (hfy-face-attr-for-class): Use append instead
|
||||
of nconc to avoid pure storage error (Bug#6239).
|
||||
|
||||
2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
|
||||
|
||||
|
|
|
|||
|
|
@ -508,8 +508,7 @@ like an INI file. You can add this hook to `find-file-hook'."
|
|||
'("^[ \t]*\\(:\\sw+\\)" 1 font-lock-function-name-face t)
|
||||
'("\\(%\\sw+%\\)" 1 font-lock-variable-name-face t)
|
||||
'("\\(%[0-9]\\)" 1 font-lock-variable-name-face t)
|
||||
'("\\(/[^/ \"\t\n]+\\)" 1 font-lock-type-face)
|
||||
'("[\t ]+\\([+-][^\t\n\" ]+\\)" 1 font-lock-type-face)
|
||||
'("[\t ]+\\([+-/][^\t\n\" ]+\\)" 1 font-lock-type-face)
|
||||
'("[ \t\n|]\\<\\([gG][oO][tT][oO]\\)\\>[ \t]*\\(\\sw+\\)?"
|
||||
(1 font-lock-keyword-face)
|
||||
(2 font-lock-function-name-face nil t))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue