aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2010-09-11 15:00:19 +0200
committerStefan Monnier2010-09-11 15:00:19 +0200
commit71e657fcb81573e0d9fd0c909dbf095669258787 (patch)
treea739406e345b6eb9d3726d1c417f4fa5d9ac69c2
parent65b3d997c854ed75f4557617faeea2e79fc14aac (diff)
downloademacs-71e657fcb81573e0d9fd0c909dbf095669258787.tar.gz
emacs-71e657fcb81573e0d9fd0c909dbf095669258787.zip
* lisp/font-lock.el (font-lock-beginning-of-syntax-function):
Mark as obsolete.
-rw-r--r--lisp/ChangeLog14
-rw-r--r--lisp/font-lock.el2
2 files changed, 11 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ec00a671799..66865dc0b8a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * font-lock.el (font-lock-beginning-of-syntax-function):
4 Mark as obsolete.
5
12010-09-10 Glenn Morris <rgm@gnu.org> 62010-09-10 Glenn Morris <rgm@gnu.org>
2 7
3 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar 8 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
@@ -15,11 +20,10 @@
15 * whitespace.el: Allow cleaning up blanks without blank 20 * whitespace.el: Allow cleaning up blanks without blank
16 visualization (Bug#6651). Adjust help window for 21 visualization (Bug#6651). Adjust help window for
17 whitespace-toggle-options (Bug#6479). Allow to use fill-column 22 whitespace-toggle-options (Bug#6479). Allow to use fill-column
18 instead of whitespace-line-column (from EmacsWiki). New version 23 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
19 13.1. 24 (whitespace-style): Add new value 'face. Adjust docstring.
20 (whitespace-style): Added new value 'face. Adjust docstring. 25 (whitespace-space, whitespace-hspace, whitespace-tab):
21 (whitespace-space, whitespace-hspace, whitespace-tab): Adjust 26 Adjust foreground property face.
22 foreground property face.
23 (whitespace-line-column): Adjust docstring and type declaration. 27 (whitespace-line-column): Adjust docstring and type declaration.
24 (whitespace-style-value-list, whitespace-toggle-option-alist) 28 (whitespace-style-value-list, whitespace-toggle-option-alist)
25 (whitespace-help-text): Adjust const initialization. 29 (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;
560we recommend setting `syntax-begin-function' instead. 560we recommend setting `syntax-begin-function' instead.
561 561
562This is normally set via `font-lock-defaults'.") 562This is normally set via `font-lock-defaults'.")
563(make-obsolete-variable 'font-lock-beginning-of-syntax-function
564 'syntax-begin-function "23.3")
563 565
564(defvar font-lock-mark-block-function nil 566(defvar font-lock-mark-block-function nil
565 "*Non-nil means use this function to mark a block of text. 567 "*Non-nil means use this function to mark a block of text.