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
78f64af0
Commit
78f64af0
authored
Mar 21, 2011
by
Stefan Monnier
Browse files
* subr.el (deferred-action-list, deferred-action-function): Mark obsolete.
parent
810f7698
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
0 deletions
+8
-0
etc/NEWS
etc/NEWS
+1
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/subr.el
lisp/subr.el
+2
-0
No files found.
etc/NEWS
View file @
78f64af0
...
...
@@ -746,6 +746,7 @@ sc.el, x-menu.el, rnews.el, rnewspost.el
* Lisp changes in Emacs 24.1
** byte-compile-disable-print-circle is obsolete.
** deferred-action-list and deferred-action-function are obsolete.
** Removed the stack-trace-on-error variable.
Also the debugger can now "continue" from an error, which means it will jump
to the error handler as if the debugger had not been invoked instead of
...
...
lisp/ChangeLog
View file @
78f64af0
2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
* subr.el (deferred-action-list, deferred-action-function):
Mark obsolete.
2011-03-21 Leo Liu <sdl.web@gmail.com>
* vc/log-view.el: Remove (require 'wid-edit), not needed after the
...
...
lisp/subr.el
View file @
78f64af0
...
...
@@ -1101,6 +1101,8 @@ is converted into a string by expressing it in decimal."
(
make-obsolete-variable
'define-key-rebound-commands
nil
"23.2"
)
(
make-obsolete-variable
'redisplay-end-trigger-functions
'jit-lock-register
"23.1"
)
(
make-obsolete-variable
'deferred-action-list
'post-command-hook
"24.1"
)
(
make-obsolete-variable
'deferred-action-function
'post-command-hook
"24.1"
)
(
make-obsolete
'window-redisplay-end-trigger
nil
"23.1"
)
(
make-obsolete
'set-window-redisplay-end-trigger
nil
"23.1"
)
...
...
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