diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-11-28 21:25:25 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-11-28 21:25:25 -0800 |
commit | 49faeaaf89c820082ba816d089fab5711c9d2b06 (patch) | |
tree | d317ea923409fc6948fdc1fd2a7eaaf4d6c08078 /lisp/emacs-lisp/tabulated-list.el | |
parent | c8f0efc2e89d9cfc7befa7f20f584f3f0b12f487 (diff) | |
download | emacs-49faeaaf89c820082ba816d089fab5711c9d2b06.tar.gz emacs-49faeaaf89c820082ba816d089fab5711c9d2b06.tar.bz2 emacs-49faeaaf89c820082ba816d089fab5711c9d2b06.zip |
Fix minor problems found by static checking.
* buffer.h (struct buffer_text, struct buffer):
* frame.h (struct frame):
* window.h (struct window):
Avoid 'bool foo : 1;', as it's not portable to pre-C99 compilers,
as described in ../lib/stdbool.in.h. Use 'unsigned foo : 1;' instead.
* menu.c (syms_of_menu): Define x-popup-dialog, removing a
no-longer-valid use of HAVE_MENUS.
* xdisp.c (propagate_buffer_redisplay): Now static.
Diffstat (limited to 'lisp/emacs-lisp/tabulated-list.el')
0 files changed, 0 insertions, 0 deletions