diff options
| author | Paul Eggert | 2011-06-08 17:19:18 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-08 17:19:18 -0700 |
| commit | e762cafe713e475886e7f1aed75b0aa213fe4c74 (patch) | |
| tree | c12eaf62734402375d161dcc0f048db57b3c2371 /src/data.c | |
| parent | c6f072e7331307ee1f3233f6e162dd013b15a258 (diff) | |
| download | emacs-e762cafe713e475886e7f1aed75b0aa213fe4c74.tar.gz emacs-e762cafe713e475886e7f1aed75b0aa213fe4c74.zip | |
* data.c (Qcompiled_function): Now static.
Diffstat (limited to 'src/data.c')
| -rw-r--r-- | src/data.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data.c b/src/data.c index a41ffe7a1f6..85e6952efa5 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -89,8 +89,8 @@ Lisp_Object Qinteger; | |||
| 89 | static Lisp_Object Qsymbol, Qstring, Qcons, Qmarker, Qoverlay; | 89 | static Lisp_Object Qsymbol, Qstring, Qcons, Qmarker, Qoverlay; |
| 90 | Lisp_Object Qwindow; | 90 | Lisp_Object Qwindow; |
| 91 | static Lisp_Object Qfloat, Qwindow_configuration; | 91 | static Lisp_Object Qfloat, Qwindow_configuration; |
| 92 | static Lisp_Object Qprocess; | 92 | static Lisp_Object Qprocess, Qcompiled_function; |
| 93 | Lisp_Object Qcompiled_function, Qbuffer, Qframe, Qvector; | 93 | Lisp_Object Qbuffer, Qframe, Qvector; |
| 94 | static Lisp_Object Qchar_table, Qbool_vector, Qhash_table; | 94 | static Lisp_Object Qchar_table, Qbool_vector, Qhash_table; |
| 95 | static Lisp_Object Qsubrp, Qmany, Qunevalled; | 95 | static Lisp_Object Qsubrp, Qmany, Qunevalled; |
| 96 | Lisp_Object Qfont_spec, Qfont_entity, Qfont_object; | 96 | Lisp_Object Qfont_spec, Qfont_entity, Qfont_object; |