unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Typo in font-lock.el
@ 2002-03-30  7:39 David Ponce
  0 siblings, 0 replies; only message in thread
From: David Ponce @ 2002-03-30  7:39 UTC (permalink / raw)


Hi All,

It seems there is a typo in latest CVS version of font-lock.el.
And font locking fails with the error:

"Error during redisplay: (void-variable modified)"

The following patch fixes that.

Sincerely,
David

*** font-lock.el.ori    Fri Mar 29 18:14:14 2002
--- font-lock.el    Fri Mar 29 23:21:49 2002
***************
*** 679,685 ****
      "Bind variables according to VARLIST and eval BODY restoring 
buffer state."
      (let ((modified (make-symbol "modified")))
        `(let* ,(append varlist
!               '((,modified (buffer-modified-p))
              (buffer-undo-list t)
              (inhibit-read-only t)
              (inhibit-point-motion-hooks t)
--- 679,685 ----
      "Bind variables according to VARLIST and eval BODY restoring 
buffer state."
      (let ((modified (make-symbol "modified")))
        `(let* ,(append varlist
!               `((,modified (buffer-modified-p))
              (buffer-undo-list t)
              (inhibit-read-only t)
              (inhibit-point-motion-hooks t)


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/emacs-devel


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-03-30  7:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-30  7:39 Typo in font-lock.el David Ponce

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).