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
1a9e275b
Commit
1a9e275b
authored
Jan 24, 2003
by
Andreas Schwab
Browse files
(Fminibuffer_message): Verify type of parameter.
parent
f25dcaa0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/minibuf.c
src/minibuf.c
+2
-1
No files found.
src/ChangeLog
View file @
1a9e275b
2003-01-24 Andreas Schwab <schwab@suse.de>
* minibuf.c (Fminibuffer_message): Verify type of parameter.
2003-01-24 Jan D. <jan.h.d@swipnet.se>
* gtkutil.c (xg_initialize): Initialize id_to_widget here instead
...
...
src/minibuf.c
View file @
1a9e275b
/* Minibuffer input and completion.
Copyright (C) 1985, 1986, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
2000, 2001 Free Software Foundation, Inc.
2000, 2001
, 2003
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
@@ -2431,6 +2431,7 @@ or until the next input event arrives, whichever comes first. */)
(
string
)
Lisp_Object
string
;
{
CHECK_STRING
(
string
);
temp_echo_area_glyphs
(
SDATA
(
string
));
return
Qnil
;
}
...
...
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