changeset 2146:e0e6af0c26ef

(tigetstr): Add dummy definition to make Emacs link again.
author Richard M. Stallman <rms@gnu.org>
date Thu, 11 Mar 1993 21:36:22 +0000
parents aa0b19850348
children 1b6e54507323
files src/term.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/term.c	Thu Mar 11 18:50:04 1993 +0000
+++ b/src/term.c	Thu Mar 11 21:36:22 1993 +0000
@@ -1299,6 +1299,10 @@
    * Various mappings to try and get a better fit.
    */
   {
+/* ??? I have never heard of tigetstr, and it does not exist.
+   This at least enables the code below to compile -- rms.  */
+#define tigetstr(foo) 0
+
 #define CONDITIONAL_REASSIGN(cap1, cap2, sym) \
       if (!tigetstr(cap1) && tgetstr(cap2)) \
 	    Fdefine_key (Vfunction_key_map, \