Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8d371994
Commit
8d371994
authored
Jul 14, 2007
by
Richard M. Stallman
Browse files
*** empty log message ***
parent
f8b7331d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
etc/NEWS
etc/NEWS
+10
-0
No files found.
etc/NEWS
View file @
8d371994
...
...
@@ -146,6 +146,16 @@ on the corresponding remote system.
* Lisp Changes in Emacs 23.1
+++
** In `condition-case', a handler can specify "let the debugger run first".
You do this by writing `debug' in the list of conditions to be handled,
like this:
(condition-case nil
(foo bar)
((debug error) nil))
** The `require-match' argument to `completing-read' accepts a new value
`confirm-only'.
...
...
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