Partially revert previous prolog.el cleanup
* lisp/progmodes/prolog.el (prolog-font-lock-keywords): Partially revert previous patch -- we want the prolog-warning-face symbol, not its value.
This commit is contained in:
parent
6c7fad4ac4
commit
307b6f9353
1 changed files with 1 additions and 1 deletions
|
@ -1997,7 +1997,7 @@ Argument BOUND is a buffer position limiting searching."
|
|||
(if (eq prolog-system 'mercury)
|
||||
(list
|
||||
(regexp-opt prolog-directives-i 'words)
|
||||
0 prolog-warning-face)))
|
||||
0 'prolog-warning-face)))
|
||||
;; Inferior mode specific patterns
|
||||
(prompt
|
||||
;; FIXME: Should be handled by comint already.
|
||||
|
|
Loading…
Add table
Reference in a new issue