From: Stefan Monnier Date: Sat, 11 Sep 2010 13:00:19 +0000 (+0200) Subject: * lisp/font-lock.el (font-lock-beginning-of-syntax-function): X-Git-Tag: emacs-pretest-23.2.90~126 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=71e657fcb81573e0d9fd0c909dbf095669258787;p=emacs.git * lisp/font-lock.el (font-lock-beginning-of-syntax-function): Mark as obsolete. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ec00a671799..66865dc0b8a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2010-09-11 Stefan Monnier + + * font-lock.el (font-lock-beginning-of-syntax-function): + Mark as obsolete. + 2010-09-10 Glenn Morris * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar @@ -15,11 +20,10 @@ * whitespace.el: Allow cleaning up blanks without blank visualization (Bug#6651). Adjust help window for whitespace-toggle-options (Bug#6479). Allow to use fill-column - instead of whitespace-line-column (from EmacsWiki). New version - 13.1. - (whitespace-style): Added new value 'face. Adjust docstring. - (whitespace-space, whitespace-hspace, whitespace-tab): Adjust - foreground property face. + instead of whitespace-line-column (from EmacsWiki). New version 13.1. + (whitespace-style): Add new value 'face. Adjust docstring. + (whitespace-space, whitespace-hspace, whitespace-tab): + Adjust foreground property face. (whitespace-line-column): Adjust docstring and type declaration. (whitespace-style-value-list, whitespace-toggle-option-alist) (whitespace-help-text): Adjust const initialization. diff --git a/lisp/font-lock.el b/lisp/font-lock.el index b4a2a72eee8..85a7ff1b371 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -560,6 +560,8 @@ 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'.") +(make-obsolete-variable 'font-lock-beginning-of-syntax-function + 'syntax-begin-function "23.3") (defvar font-lock-mark-block-function nil "*Non-nil means use this function to mark a block of text.