emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/font-lock.el


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/font-lock.el
Date: Sun, 22 May 2005 19:48:13 -0400

Index: emacs/lisp/font-lock.el
diff -c emacs/lisp/font-lock.el:1.257 emacs/lisp/font-lock.el:1.258
*** emacs/lisp/font-lock.el:1.257       Fri May 20 13:25:58 2005
--- emacs/lisp/font-lock.el     Sun May 22 23:48:12 2005
***************
*** 563,573 ****
  a place such that any bracket-pairs outside it can be ignored for Emacs
  syntax analysis and fontification).
  
! If this is nil, the beginning of the buffer is used, which is
! always correct but tends to be slow.
! This is normally set via `font-lock-defaults'.
! This variable is semi-obsolete; we recommend setting
! `syntax-begin-function' instead.")
  
  (defvar font-lock-mark-block-function nil
    "*Non-nil means use this function to mark a block of text.
--- 563,573 ----
  a place such that any bracket-pairs outside it can be ignored for Emacs
  syntax analysis and fontification).
  
! If this is nil, Font Lock uses `syntax-begin-function' to move back
! outside of any comment, string, or sexp.  This variable is semi-obsolete;
! we recommend setting `syntax-begin-function' instead.
! 
! This is normally set via `font-lock-defaults'.")
  
  (defvar font-lock-mark-block-function nil
    "*Non-nil means use this function to mark a block of text.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]