emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100030: * lisp/font-lock.el (font


From: Stefan Monnier
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100030: * lisp/font-lock.el (font-lock-beginning-of-syntax-function):
Date: Sat, 11 Sep 2010 15:00:19 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100030
committer: Stefan Monnier <address@hidden>
branch nick: emacs-23
timestamp: Sat 2010-09-11 15:00:19 +0200
message:
  * lisp/font-lock.el (font-lock-beginning-of-syntax-function):
  Mark as obsolete.
modified:
  lisp/ChangeLog
  lisp/font-lock.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-09-10 03:04:26 +0000
+++ b/lisp/ChangeLog    2010-09-11 13:00:19 +0000
@@ -1,3 +1,8 @@
+2010-09-11  Stefan Monnier  <address@hidden>
+
+       * font-lock.el (font-lock-beginning-of-syntax-function):
+       Mark as obsolete.
+
 2010-09-10  Glenn Morris  <address@hidden>
 
        * 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.

=== modified file 'lisp/font-lock.el'
--- a/lisp/font-lock.el 2010-06-16 20:00:22 +0000
+++ b/lisp/font-lock.el 2010-09-11 13:00:19 +0000
@@ -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.


reply via email to

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