diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2003-02-04 14:56:31 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2003-02-04 14:56:31 +0000 |
commit | ef393e7645961c61ff1e776d67d3c3b9f494bc49 (patch) | |
tree | 1471dfc50643fdc560d1c94fff6318482fa8876b /mac/inc/config.h | |
parent | 270af5640a046aab319b9988fc29f41a47681f92 (diff) | |
download | emacs-ef393e7645961c61ff1e776d67d3c3b9f494bc49.tar.gz |
Trailing whitespace deleted.
Diffstat (limited to 'mac/inc/config.h')
-rw-r--r-- | mac/inc/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mac/inc/config.h b/mac/inc/config.h index a536ee9e877..beb8c0a6373 100644 --- a/mac/inc/config.h +++ b/mac/inc/config.h @@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */ /* No code in Emacs #includes config.h twice, but some of the code - intended to work with other packages as well (like gmalloc.c) + intended to work with other packages as well (like gmalloc.c) think they can include it as many times as they like. */ #ifndef EMACS_CONFIG_H #define EMACS_CONFIG_H @@ -41,7 +41,7 @@ Boston, MA 02111-1307, USA. */ /* Define REL_ALLOC if you want to use the relocating allocator for buffer space. */ /* #undef REL_ALLOC */ - + /* Define HAVE_X_WINDOWS if you want to use the X window system. */ /* #undef HAVE_X_WINDOWS */ |