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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/font-lock.el
Date: Wed, 12 Jun 2002 08:16:08 -0400

Index: emacs/lisp/font-lock.el
diff -c emacs/lisp/font-lock.el:1.198 emacs/lisp/font-lock.el:1.199
*** emacs/lisp/font-lock.el:1.198       Wed Jun 12 00:54:41 2002
--- emacs/lisp/font-lock.el     Wed Jun 12 08:16:08 2002
***************
*** 519,530 ****
  This is normally set via `font-lock-defaults'.")
  
  (defvar font-lock-beginning-of-syntax-function nil
!   "*Non-nil means use this function to move back outside of a syntactic block.
! When called with no args it should leave point at the beginning of any
! enclosing syntactic block.
! If this is nil, the beginning of the buffer is used (in the worst case).
  This is normally set via `font-lock-defaults'.
! It is preferable to set `syntax-begin-function' instead.")
  
  (defvar font-lock-mark-block-function nil
    "*Non-nil means use this function to mark a block of text.
--- 519,535 ----
  This is normally set via `font-lock-defaults'.")
  
  (defvar font-lock-beginning-of-syntax-function nil
!   "*Non-nil means use this function to move back outside all constructs.
! When called with no args it should move point backward to a place which
! is not in a string or comment and not within any bracket-pairs (or else,
! 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.



reply via email to

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