]> git.eshelyaron.com Git - emacs.git/commitdiff
; Comments related to src/termcap.c
authorGlenn Morris <rgm@gnu.org>
Sat, 6 Jan 2018 02:50:31 +0000 (18:50 -0800)
committerGlenn Morris <rgm@gnu.org>
Sat, 6 Jan 2018 02:50:31 +0000 (18:50 -0800)
src/Makefile.in
src/termcap.c

index e622ade931e518ff1ac8d51389fc22c43a57bacc..15ca1667d652d1f50581c5aa262197dbaabd591f 100644 (file)
@@ -170,7 +170,7 @@ NOTIFY_LIBS = @NOTIFY_LIBS@
 
 ## -ltermcap, or -lncurses, or -lcurses, or "".
 LIBS_TERMCAP=@LIBS_TERMCAP@
-## terminfo.o if TERMINFO, else tparam.o.
+## terminfo.o if TERMINFO, else (on MS-DOS only: termcap.o +) tparam.o.
 TERMCAP_OBJ=@TERMCAP_OBJ@
 
 LIBXMU=@LIBXMU@
index ee0b8f5cbb6b99e7f198cb2e5b9f993d046962f9..4d85323a9efccce61932d114ee8435bc29c3a351 100644 (file)
@@ -15,6 +15,9 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
 
+/* Since 2010-03, 073589f4, Emacs 24.1, this file is only used
+   by the MS-DOS port of Emacs.  */
+
 /* Emacs config.h may rename various library functions such as malloc.  */
 #include <config.h>
 #include <sys/file.h>