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
4f103e04
Commit
4f103e04
authored
Mar 31, 2010
by
Chong Yidong
Browse files
* nsterm.h: Fix last change.
parent
a6d676d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/nsterm.h
src/nsterm.h
+1
-1
No files found.
src/ChangeLog
View file @
4f103e04
2010-03-31 Chong Yidong <cyd@stupidchicken.com>
* nsterm.h: Fix last change.
2010-03-30 Bernhard Herzog <bh@intevation.de> (tiny change)
* menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
...
...
src/nsterm.h
View file @
4f103e04
...
...
@@ -709,7 +709,7 @@ extern int ns_lisp_to_cursor_type ();
extern
Lisp_Object
ns_cursor_type_to_lisp
(
int
arg
);
extern
Lisp_Object
Qnone
;
extern
void
ns_set_name_as_filename
(
struct
frame
*
f
);
extern
void
ns_set_doc_edited
(
struct
frame
*
f
,
Lisp_Object
arg
);
extern
void
ns_set_doc_edited
(
struct
frame
*
f
,
Lisp_Object
arg
,
Lisp_Object
oldval
);
extern
int
ns_defined_color
(
struct
frame
*
f
,
char
*
name
,
XColor
*
color_def
,
int
alloc
,
...
...
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