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
03d9c64c
Commit
03d9c64c
authored
Nov 22, 1999
by
Gerd Moellmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
--with-syntax-table changed.
parent
7624a507
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
etc/NEWS
etc/NEWS
+3
-3
No files found.
etc/NEWS
View file @
03d9c64c
...
...
@@ -582,9 +582,9 @@ specified table.
(with-syntax-table TABLE &rest BODY)
Evaluate BODY with syntax table of current buffer set to a copy of
TABLE.
Point, mark, current buffer, and
syntax table
are
saved, BODY
is evaluated, and the saved values are
restored, even in case of an
abnormal exit. Value is
what BODY returns.
TABLE.
The current
syntax table
is
saved, BODY
is evaluated, and the
saved table is
restored, even in case of an
abnormal exit. Value is
what BODY returns.
** The optional argument BUFFER of function file-local-copy has been
removed since it wasn't used by anything.
...
...
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