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
9180dc8c
Commit
9180dc8c
authored
Oct 08, 2001
by
Pavel Janík
Browse files
*** empty log message ***
parent
01f67d2c
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
5 deletions
+9
-5
src/ChangeLog
src/ChangeLog
+2
-0
src/doc.c
src/doc.c
+1
-1
src/editfns.c
src/editfns.c
+1
-0
src/lisp.h
src/lisp.h
+1
-0
src/xfaces.c
src/xfaces.c
+2
-0
src/xfns.c
src/xfns.c
+2
-4
No files found.
src/ChangeLog
View file @
9180dc8c
2001-10-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* xfaces.c (free_frame_menubar): Add prototype.
* lisp.h (init_window): Add prototype.
* editfns.c: Include ctype.h.
...
...
src/doc.c
View file @
9180dc8c
...
...
@@ -396,7 +396,7 @@ DEFUN ("documentation-property", Fdocumentation_property,
Third argument RAW omitted or nil means pass the result through
\n
\
`substitute-command-keys' if it is a string.
\n
\
\n
\
This
is
differs from `get' in that it can refer to strings stored in the
\n
\
This differs from `get' in that it can refer to strings stored in the
\n
\
`etc/DOC' file; and that it evaluates documentation properties that
\n
\
aren't strings."
)
(
symbol
,
prop
,
raw
)
...
...
src/editfns.c
View file @
9180dc8c
...
...
@@ -21,6 +21,7 @@ Boston, MA 02111-1307, USA. */
#include <config.h>
#include <ctype.h>
#include <sys/types.h>
#ifdef VMS
...
...
src/lisp.h
View file @
9180dc8c
...
...
@@ -2773,6 +2773,7 @@ EXFUN (Fset_window_start, 3);
extern
void
temp_output_buffer_show
P_
((
Lisp_Object
));
extern
void
replace_buffer_in_all_windows
P_
((
Lisp_Object
));
extern
void
init_window_once
P_
((
void
));
extern
void
init_window
P_
((
void
));
extern
void
syms_of_window
P_
((
void
));
extern
void
keys_of_window
P_
((
void
));
...
...
src/xfaces.c
View file @
9180dc8c
...
...
@@ -605,6 +605,8 @@ extern Lisp_Object w32_list_fonts P_ ((struct frame *, Lisp_Object, int, int));
#ifdef USE_X_TOOLKIT
static void x_update_menu_appearance P_ ((struct frame *));
extern void free_frame_menubar P_ ((struct frame *));
#endif /* USE_X_TOOLKIT */
#endif /* HAVE_WINDOW_SYSTEM */
...
...
src/xfns.c
View file @
9180dc8c
...
...
@@ -11149,7 +11149,7 @@ Text larger than the specified size is clipped.")
DEFUN ("x-hide-tip", Fx_hide_tip, Sx_hide_tip, 0, 0, 0,
"Hide the current tooltip window, if there is any.\n\
Value is t i
s
tooltip was open, nil otherwise.")
Value is t i
f
tooltip was open, nil otherwise.")
()
{
int count;
...
...
@@ -11185,7 +11185,7 @@ Value is t is tooltip was open, nil otherwise.")
struct frame *f = SELECTED_FRAME ();
Widget w = f->output_data.x->menubar_widget;
extern void xlwmenu_redisplay P_ ((Widget));
if (!DoesSaveUnders (FRAME_X_DISPLAY_INFO (f)->screen)
&& w != NULL)
{
...
...
@@ -11253,9 +11253,7 @@ selection dialog's entry field, if MUSTMATCH is non-nil.")
Arg al[10];
int ac = 0;
extern XtAppContext Xt_app_con;
char *title;
XmString dir_xmstring, pattern_xmstring;
int popup_activated_flag;
int count = specpdl_ptr - specpdl;
struct gcpro gcpro1, gcpro2, gcpro3, gcpro4, gcpro5;
...
...
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