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
bcdf2143
Commit
bcdf2143
authored
Jul 08, 2004
by
David Kastrup
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Lisp changes in 21.4): document (match-data t) change.
parent
0ecc9999
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
etc/ChangeLog
etc/ChangeLog
+4
-0
etc/NEWS
etc/NEWS
+6
-1
No files found.
etc/ChangeLog
View file @
bcdf2143
2004-07-08 David Kastrup <dak@gnu.org>
* NEWS (Lisp changes in 21.4): document (match-data t) change.
2002-06-26 Eli Zaretskii <eliz@is.elta.co.il>
* FOR-RELEASE: Moved to the admin directory.
...
...
etc/NEWS
View file @
bcdf2143
...
...
@@ -2171,7 +2171,7 @@ mode-lines in inverse-video.
** New package benchmark.el contains simple support for convenient
timing measurements of code (including the garbage collection component).
** The new Lisp library fringe.el controls the apperance of fringes.
** The new Lisp library fringe.el controls the appe
a
rance of fringes.
** `cfengine-mode' is a major mode for editing GNU Cfengine
configuration files.
...
...
@@ -3563,6 +3563,11 @@ it in that buffer.
** In `replace-match', the replacement text no longer inherits
properties from surrounding text.
+++
** `(match-data t)' will append the buffer as a final element of the
match data if the last match was on a buffer. `set-match-data' will
accept this for restoring the match state.
+++
** New function `buffer-local-value'.
...
...
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