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
e762cafe
Commit
e762cafe
authored
Jun 08, 2011
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* data.c (Qcompiled_function): Now static.
parent
c6f072e7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
src/ChangeLog
src/ChangeLog
+4
-0
src/data.c
src/data.c
+2
-2
No files found.
src/ChangeLog
View file @
e762cafe
2011-06-09 Paul Eggert <eggert@cs.ucla.edu>
* data.c (Qcompiled_function): Now static.
2011-06-08 Paul Eggert <eggert@cs.ucla.edu>
* window.c (window_body_lines): Now static.
...
...
src/data.c
View file @
e762cafe
...
...
@@ -89,8 +89,8 @@ Lisp_Object Qinteger;
static
Lisp_Object
Qsymbol
,
Qstring
,
Qcons
,
Qmarker
,
Qoverlay
;
Lisp_Object
Qwindow
;
static
Lisp_Object
Qfloat
,
Qwindow_configuration
;
static
Lisp_Object
Qprocess
;
Lisp_Object
Qcompiled_function
,
Qbuffer
,
Qframe
,
Qvector
;
static
Lisp_Object
Qprocess
,
Qcompiled_function
;
Lisp_Object
Qbuffer
,
Qframe
,
Qvector
;
static
Lisp_Object
Qchar_table
,
Qbool_vector
,
Qhash_table
;
static
Lisp_Object
Qsubrp
,
Qmany
,
Qunevalled
;
Lisp_Object
Qfont_spec
,
Qfont_entity
,
Qfont_object
;
...
...
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