diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2015-09-20 15:53:51 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2015-09-20 15:53:51 -0400 |
commit | dd1e6846198e559b1c2ca321a1e6f8b05945fd66 (patch) | |
tree | 80611ab57585d9e48c6d7064185f28ffe77e267f /lisp/emacs-lisp/syntax.el | |
parent | bf006d59e665e1289c8b4fd4fb519d478b5d87d6 (diff) | |
download | emacs-dd1e6846198e559b1c2ca321a1e6f8b05945fd66.tar.gz |
* lisp/emacs-lisp/syntax.el (syntax-begin-function): Make obsolete
Diffstat (limited to 'lisp/emacs-lisp/syntax.el')
-rw-r--r-- | lisp/emacs-lisp/syntax.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/syntax.el b/lisp/emacs-lisp/syntax.el index fee62149b38..95ed775f6b4 100644 --- a/lisp/emacs-lisp/syntax.el +++ b/lisp/emacs-lisp/syntax.el @@ -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.") |