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
08f7d623
Commit
08f7d623
authored
Apr 10, 1995
by
Richard M. Stallman
Browse files
Don't include keyboard.h.
(read_minibuf): Call single_kboard_state to switch to the single-kboard state.
parent
652e2240
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
src/minibuf.c
src/minibuf.c
+1
-4
No files found.
src/minibuf.c
View file @
08f7d623
...
@@ -26,7 +26,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
...
@@ -26,7 +26,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "frame.h"
#include "frame.h"
#include "window.h"
#include "window.h"
#include "syntax.h"
#include "syntax.h"
#include "keyboard.h"
#define min(a, b) ((a) < (b) ? (a) : (b))
#define min(a, b) ((a) < (b) ? (a) : (b))
...
@@ -134,9 +133,7 @@ read_minibuf (map, initial, prompt, backup_n, expflag, histvar, histpos)
...
@@ -134,9 +133,7 @@ read_minibuf (map, initial, prompt, backup_n, expflag, histvar, histpos)
Lisp_Object
mini_frame
;
Lisp_Object
mini_frame
;
struct
gcpro
gcpro1
,
gcpro2
,
gcpro3
;
struct
gcpro
gcpro1
,
gcpro2
,
gcpro3
;
#ifdef MULTI_KBOARD
single_kboard_state
();
kboard_locked
=
1
;
#endif
val
=
Qnil
;
val
=
Qnil
;
/* Don't need to protect PROMPT, HISTVAR, and HISTPOS because we
/* Don't need to protect PROMPT, HISTVAR, and HISTPOS because we
...
...
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