changeset 110345:9fae9dc41486

* lisp/font-lock.el (font-lock-beginning-of-syntax-function): Mark as obsolete.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 11 Sep 2010 15:00:19 +0200
parents cad11be547dd
children 05bd64a0d747
files lisp/ChangeLog lisp/font-lock.el
diffstat 2 files changed, 11 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Sep 11 14:53:21 2010 +0200
+++ b/lisp/ChangeLog	Sat Sep 11 15:00:19 2010 +0200
@@ -1,3 +1,8 @@
+2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* font-lock.el (font-lock-beginning-of-syntax-function):
+	Mark as obsolete.
+
 2010-09-10  Glenn Morris  <rgm@gnu.org>
 
 	* 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.
--- a/lisp/font-lock.el	Sat Sep 11 14:53:21 2010 +0200
+++ b/lisp/font-lock.el	Sat Sep 11 15:00:19 2010 +0200
@@ -560,6 +560,8 @@
 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.