1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00

* lisp/emacs-lisp/syntax.el (syntax-begin-function): Make obsolete

This commit is contained in:
Stefan Monnier 2015-09-20 15:53:51 -04:00
parent bf006d59e6
commit dd1e684619
2 changed files with 3 additions and 1 deletions

View File

@ -867,7 +867,8 @@ a typographically-correct documents.
* Incompatible Lisp Changes in Emacs 25.1
** Removed font-lock-beginning-of-syntax-function and the SYNTAX-BEGIN
** `syntax-begin-function' is declared obsolete.
Removed font-lock-beginning-of-syntax-function and the SYNTAX-BEGIN
slot in font-lock-defaults.
+++

View File

@ -374,6 +374,7 @@ from each other, to avoid keeping too much useless info.")
"Function to move back outside of any comment/string/paren.
This function should move the cursor back to some syntactically safe
point (where the PPSS is equivalent to nil).")
(make-obsolete-variable 'syntax-begin-function nil "25.1")
(defvar syntax-ppss-cache nil
"List of (POS . PPSS) pairs, in decreasing POS order.")