* lisp.h: Remove empty conditional.
This commit is contained in:
parent
4da41f1c10
commit
b676b881b2
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-07-07 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* lisp.h: Remove empty conditional.
|
||||
|
||||
2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* lread.c (load_path_check): Now static.
|
||||
|
|
|
@ -2958,8 +2958,6 @@ extern int indented_beyond_p (ptrdiff_t, ptrdiff_t, EMACS_INT);
|
|||
extern void syms_of_indent (void);
|
||||
|
||||
/* Defined in frame.c */
|
||||
#ifdef HAVE_WINDOW_SYSTEM
|
||||
#endif /* HAVE_WINDOW_SYSTEM */
|
||||
extern Lisp_Object Qonly;
|
||||
extern Lisp_Object Qvisible;
|
||||
extern void store_frame_param (struct frame *, Lisp_Object, Lisp_Object);
|
||||
|
|
Loading…
Add table
Reference in a new issue