Fix recent bootstrap problems
* src/syntax.c (parse_sexp_propertize): Fix last fix. * lisp/nxml/nxml-mode.el (nxml-comment-quote-nested): Fix paren typo. * lisp/emacs-lisp/lisp-mode.el: Require cl-lib for cl-progv.
This commit is contained in:
parent
8c909d7512
commit
8f88db1494
3 changed files with 6 additions and 3 deletions
|
@ -28,6 +28,8 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(eval-when-compile (require 'cl-lib))
|
||||
|
||||
(defvar font-lock-comment-face)
|
||||
(defvar font-lock-doc-face)
|
||||
(defvar font-lock-keywords-case-fold-search)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue