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
3b8819d6
Commit
3b8819d6
authored
Jul 08, 1993
by
Roland McGrath
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Define Qmark_inactive.
(syms_of_data): Initialize it.
parent
83125cd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/data.c
src/data.c
+2
-1
No files found.
src/data.c
View file @
3b8819d6
...
...
@@ -43,7 +43,7 @@ Lisp_Object Qerror, Qquit, Qwrong_type_argument, Qargs_out_of_range;
Lisp_Object
Qvoid_variable
,
Qvoid_function
,
Qcyclic_function_indirection
;
Lisp_Object
Qsetting_constant
,
Qinvalid_read_syntax
;
Lisp_Object
Qinvalid_function
,
Qwrong_number_of_arguments
,
Qno_catch
;
Lisp_Object
Qend_of_file
,
Qarith_error
;
Lisp_Object
Qend_of_file
,
Qarith_error
,
Qmark_inactive
;
Lisp_Object
Qbeginning_of_buffer
,
Qend_of_buffer
,
Qbuffer_read_only
;
Lisp_Object
Qintegerp
,
Qnatnump
,
Qsymbolp
,
Qlistp
,
Qconsp
;
Lisp_Object
Qstringp
,
Qarrayp
,
Qsequencep
,
Qbufferp
;
...
...
@@ -1943,6 +1943,7 @@ syms_of_data ()
Qbeginning_of_buffer
=
intern
(
"beginning-of-buffer"
);
Qend_of_buffer
=
intern
(
"end-of-buffer"
);
Qbuffer_read_only
=
intern
(
"buffer-read-only"
);
Qmark_inactive
=
intern
(
"mark-inactive"
);
Qlistp
=
intern
(
"listp"
);
Qconsp
=
intern
(
"consp"
);
...
...
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