[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/s/darwin.h
From: |
Andrew Choi |
Subject: |
[Emacs-diffs] Changes to emacs/src/s/darwin.h |
Date: |
Tue, 27 Aug 2002 14:49:52 -0400 |
Index: emacs/src/s/darwin.h
diff -c emacs/src/s/darwin.h:1.8 emacs/src/s/darwin.h:1.9
*** emacs/src/s/darwin.h:1.8 Sun Aug 25 13:43:29 2002
--- emacs/src/s/darwin.h Tue Aug 27 14:49:52 2002
***************
*** 262,267 ****
--- 262,270 ----
option to use it. */
#ifdef HAVE_LIBNCURSES
#define LIBS_TERMCAP -lncurses
+ /* This prevents crashes when running Emacs in Terminal.app under
+ 10.2. */
+ #define TERMINFO
#endif
/* Link this program just by running cc. */