Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f85064bd
Commit
f85064bd
authored
May 14, 2008
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(enum pvec_type): New member PREV_FONT.
(Fassoc_string): EXFUN it.
parent
3dcc8b84
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
src/lisp.h
src/lisp.h
+4
-2
No files found.
src/lisp.h
View file @
f85064bd
...
...
@@ -350,8 +350,9 @@ enum pvec_type
PVEC_HASH_TABLE
=
0x40000
,
PVEC_TERMINAL
=
0x80000
,
PVEC_SUB_CHAR_TABLE
=
0x100000
,
PVEC_OTHER
=
0x200000
,
PVEC_TYPE_MASK
=
0x2ffe00
PVEC_FONT
=
0x200000
,
PVEC_OTHER
=
0x400000
,
PVEC_TYPE_MASK
=
0x7ffe00
#if 0 /* This is used to make the value of PSEUDOVECTOR_FLAG available to
GDB. It doesn't work on OS Alpha. Moved to a variable in
...
...
@@ -2974,6 +2975,7 @@ EXFUN (Fread_minibuffer, 2);
EXFUN
(
Feval_minibuffer
,
2
);
EXFUN
(
Fread_string
,
5
);
EXFUN
(
Fread_no_blanks_input
,
3
);
EXFUN
(
Fassoc_string
,
3
);
extern
Lisp_Object
get_minibuffer
P_
((
int
));
extern
void
temp_echo_area_glyphs
P_
((
Lisp_Object
));
extern
void
init_minibuf_once
P_
((
void
));
...
...
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