Mercurial > emacs
changeset 12255:41083bd094ac
(Fhandle_switch_frame): Preserve prefix arg.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Fri, 16 Jun 1995 01:59:08 +0000 |
parents | cf9fbf172b0d |
children | e50e5d419c51 |
files | src/frame.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/frame.c Fri Jun 16 01:25:53 1995 +0000 +++ b/src/frame.c Fri Jun 16 01:59:08 1995 +0000 @@ -526,6 +526,8 @@ (frame, no_enter) Lisp_Object frame, no_enter; { + /* Preserve prefix arg that the command loop just cleared. */ + current_kboard->Vprefix_arg = Vcurrent_prefix_arg; return do_switch_frame (frame, no_enter, 0); }