emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/cm.c


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/src/cm.c
Date: Tue, 30 Jul 2002 07:33:39 -0400

Index: emacs/src/cm.c
diff -c emacs/src/cm.c:1.14 emacs/src/cm.c:1.15
*** emacs/src/cm.c:1.14 Thu Aug 17 10:04:16 2000
--- emacs/src/cm.c      Tue Nov 21 07:04:03 2000
***************
*** 25,31 ****
  #include "cm.h"
  #include "termhooks.h"
  
! #ifdef HAVE_TERMCAP_H
  #include <termcap.h>
  #else
  extern void tputs P_ ((const char *, int, int (*)(int)));
--- 25,35 ----
  #include "cm.h"
  #include "termhooks.h"
  
! /* For now, don't try to include termcap.h.  On some systems,
!    configure finds a non-standard termcap.h that the main build
!    won't find.  */
! 
! #if defined HAVE_TERMCAP_H && 0
  #include <termcap.h>
  #else
  extern void tputs P_ ((const char *, int, int (*)(int)));



reply via email to

[Prev in Thread] Current Thread [Next in Thread]