mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* lisp/font-lock.el (font-lock-fontify-buffer): Fix interactive-only markup.
This commit is contained in:
parent
dd7023e4f7
commit
3eb1d3a0f8
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2014-10-07 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* font-lock.el (font-lock-fontify-buffer): Fix interactive-only markup.
|
||||
|
||||
2014-10-07 Wilson Snyder <wsnyder@wsnyder.org>
|
||||
|
||||
Sync with upstream verilog-mode revision c075a492.
|
||||
|
|
|
|||
|
|
@ -1047,7 +1047,7 @@ The region it returns may start or end in the middle of a line.")
|
|||
;; Of course, this function doesn't do all of the above in all situations
|
||||
;; (e.g. depending on whether jit-lock is in use) and it can't guess what
|
||||
;; the caller wants.
|
||||
(interactive-only "use font-lock-ensure or font-lock-flush instead."))
|
||||
(interactive-only "use `font-lock-ensure' or `font-lock-flush' instead."))
|
||||
(interactive "p")
|
||||
(font-lock-set-defaults)
|
||||
(let ((font-lock-verbose (or font-lock-verbose interactively)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue