diff options
| author | Paul Eggert | 2012-08-26 03:04:27 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-08-26 03:04:27 -0700 |
| commit | b52d698579bbf035a70fb62440e154a06979b919 (patch) | |
| tree | 71c36e614ee268bbe76f93377fc50edd3444b055 /src/lisp.h | |
| parent | 67dbec33441a9594c39778f642e196e304341b4a (diff) | |
| download | emacs-b52d698579bbf035a70fb62440e154a06979b919.tar.gz emacs-b52d698579bbf035a70fb62440e154a06979b919.zip | |
Remove unused external symbols.
* data.c (Qcons, Qfloat, Qmisc, Qstring, Qvector):
* window.c (Qwindow_valid_p, decode_valid_window):
Now static, not extern.
* data.c (Qinterval): Remove; unused.
(syms_of_data): Do not define 'interval'.
* lisp.h (Qinteger, Qstring, Qmisc, Qvector, Qfloat, Qcons):
* window.h (decode_valid_window):
Remove decls.
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lisp.h b/src/lisp.h index 4437fa44b6d..5b842d371a2 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2573,8 +2573,7 @@ extern Lisp_Object Qoverflow_error, Qunderflow_error; | |||
| 2573 | extern Lisp_Object Qfloatp; | 2573 | extern Lisp_Object Qfloatp; |
| 2574 | extern Lisp_Object Qnumberp, Qnumber_or_marker_p; | 2574 | extern Lisp_Object Qnumberp, Qnumber_or_marker_p; |
| 2575 | 2575 | ||
| 2576 | extern Lisp_Object Qinteger, Qinterval, Qsymbol, Qstring; | 2576 | extern Lisp_Object Qbuffer, Qinteger, Qsymbol; |
| 2577 | extern Lisp_Object Qmisc, Qvector, Qfloat, Qcons, Qbuffer; | ||
| 2578 | 2577 | ||
| 2579 | extern Lisp_Object Qfont_spec, Qfont_entity, Qfont_object; | 2578 | extern Lisp_Object Qfont_spec, Qfont_entity, Qfont_object; |
| 2580 | 2579 | ||