diff options
| author | Karoly Lorentey | 2004-04-18 01:40:02 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2004-04-18 01:40:02 +0000 |
| commit | f2e45864d10657552bbc5cda8f10a5dcf1bfe511 (patch) | |
| tree | 21af8d850cc6b15905949f6b2bc13733bfa7d184 /src/callint.c | |
| parent | 9002956fd888928dcca6ba30bbb90c739741377a (diff) | |
| parent | 06e2fd488e846d50952025d07a5e12cc0cd4ff81 (diff) | |
| download | emacs-f2e45864d10657552bbc5cda8f10a5dcf1bfe511.tar.gz emacs-f2e45864d10657552bbc5cda8f10a5dcf1bfe511.zip | |
Merged in changes from CVS trunk.
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-220
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-221
Restore deleted tagline in etc/TUTORIAL.ru
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-222
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-223
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-224
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-225
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-144
Diffstat (limited to 'src/callint.c')
| -rw-r--r-- | src/callint.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/callint.c b/src/callint.c index 50090db8b28..a3e4984fd16 100644 --- a/src/callint.c +++ b/src/callint.c | |||
| @@ -612,7 +612,7 @@ supply if the command inquires which events were used to invoke it. */) | |||
| 612 | Qnil, Qnil, Qnil, Qnil); | 612 | Qnil, Qnil, Qnil, Qnil); |
| 613 | unbind_to (speccount1, Qnil); | 613 | unbind_to (speccount1, Qnil); |
| 614 | teml = args[i]; | 614 | teml = args[i]; |
| 615 | visargs[i] = Fkey_description (teml); | 615 | visargs[i] = Fkey_description (teml, Qnil); |
| 616 | 616 | ||
| 617 | /* If the key sequence ends with a down-event, | 617 | /* If the key sequence ends with a down-event, |
| 618 | discard the following up-event. */ | 618 | discard the following up-event. */ |
| @@ -639,7 +639,7 @@ supply if the command inquires which events were used to invoke it. */) | |||
| 639 | args[i] = Fread_key_sequence (build_string (callint_message), | 639 | args[i] = Fread_key_sequence (build_string (callint_message), |
| 640 | Qnil, Qt, Qnil, Qnil); | 640 | Qnil, Qt, Qnil, Qnil); |
| 641 | teml = args[i]; | 641 | teml = args[i]; |
| 642 | visargs[i] = Fkey_description (teml); | 642 | visargs[i] = Fkey_description (teml, Qnil); |
| 643 | unbind_to (speccount1, Qnil); | 643 | unbind_to (speccount1, Qnil); |
| 644 | 644 | ||
| 645 | /* If the key sequence ends with a down-event, | 645 | /* If the key sequence ends with a down-event, |