Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
dd1e6846
Commit
dd1e6846
authored
Sep 20, 2015
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/emacs-lisp/syntax.el (syntax-begin-function): Make obsolete
parent
bf006d59
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
etc/NEWS
etc/NEWS
+2
-1
lisp/emacs-lisp/syntax.el
lisp/emacs-lisp/syntax.el
+1
-0
No files found.
etc/NEWS
View file @
dd1e6846
...
...
@@ -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.
+++
...
...
lisp/emacs-lisp/syntax.el
View file @
dd1e6846
...
...
@@ -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."
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment