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
9e48ae9e
Commit
9e48ae9e
authored
Nov 21, 2004
by
Richard M. Stallman
Browse files
(Fread_from_minibuffer): Add arg in decl.
parent
74a4eee3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/lisp.h
src/lisp.h
+1
-1
No files found.
src/lisp.h
View file @
9e48ae9e
...
...
@@ -2808,7 +2808,7 @@ extern void syms_of_search P_ ((void));
extern
Lisp_Object
last_minibuf_string
;
extern
void
choose_minibuf_frame
P_
((
void
));
EXFUN
(
Fcompleting_read
,
8
);
EXFUN
(
Fread_from_minibuffer
,
7
);
EXFUN
(
Fread_from_minibuffer
,
8
);
EXFUN
(
Fread_variable
,
2
);
EXFUN
(
Fread_buffer
,
3
);
EXFUN
(
Fread_minibuffer
,
2
);
...
...
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