aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2008-03-29 01:46:10 +0000
committerStefan Monnier2008-03-29 01:46:10 +0000
commit58555d8187f3425f69e57316cfcd296f8fe08433 (patch)
tree6483ae1ed8053ad2f3ec7c41241a2e7ab443a5f1 /etc
parent769087cead629d7ad1fd5cfc15ce75625a78e6b3 (diff)
downloademacs-58555d8187f3425f69e57316cfcd296f8fe08433.tar.gz
emacs-58555d8187f3425f69e57316cfcd296f8fe08433.zip
* keyboard.c (pending_funcalls): New var.
(timer_check): Run it. (syms_of_keyboard): Initialize it. * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions) (Vdelete_terminal_functions): New vars. (syms_of_terminal): Initialize them. (Fdelete_terminal): Run delete-terminal-functions. * xdisp.c (safe_eval): Rewrite. (safe_call2): New fun. * frame.c (Qdelete_frame_functions): New var. (syms_of_frame): Initialize it. (Fdelete_frame): Use it and use safe_call2 and pending_funcalls. * lisp.h (safe_call2, pending_funcalls): Declare.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 236823fa2df..285b7428b2c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -614,6 +614,7 @@ for the list of extra keys that are available.
614 614
615* Incompatible Lisp Changes in Emacs 23.1 615* Incompatible Lisp Changes in Emacs 23.1
616 616
617+++
617** The multibyteness of process filters is determined by the coding-system 618** The multibyteness of process filters is determined by the coding-system
618used for decoding. The functions `process-filter-multibyte-p' and 619used for decoding. The functions `process-filter-multibyte-p' and
619`set-process-filter-multibyte' are obsolete. 620`set-process-filter-multibyte' are obsolete.
@@ -664,6 +665,8 @@ functions and variables (formerly used for Tamil script).
664 665
665* Lisp Changes in Emacs 23.1 666* Lisp Changes in Emacs 23.1
666 667
668** When deleting a terminal, run the special hook `delete-terminal-functions'.
669
667** The `read-shell-command' function does what its name says, with completion. 670** The `read-shell-command' function does what its name says, with completion.
668It uses the minibuffer-local-shell-command-map for that. 671It uses the minibuffer-local-shell-command-map for that.
669 672