emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 d9d6e8a: ; Comments related to src/termcap.c


From: Glenn Morris
Subject: [Emacs-diffs] emacs-26 d9d6e8a: ; Comments related to src/termcap.c
Date: Fri, 5 Jan 2018 21:50:55 -0500 (EST)

branch: emacs-26
commit d9d6e8a04c81235f805f6625e6d26aaaa6797b9d
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    ; Comments related to src/termcap.c
---
 src/Makefile.in | 2 +-
 src/termcap.c   | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/Makefile.in b/src/Makefile.in
index e622ade..15ca166 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -170,7 +170,7 @@ NOTIFY_LIBS = @NOTIFY_LIBS@
 
 ## -ltermcap, or -lncurses, or -lcurses, or "".
 address@hidden@
-## terminfo.o if TERMINFO, else tparam.o.
+## terminfo.o if TERMINFO, else (on MS-DOS only: termcap.o +) tparam.o.
 address@hidden@
 
 address@hidden@
diff --git a/src/termcap.c b/src/termcap.c
index ee0b8f5..4d85323 100644
--- a/src/termcap.c
+++ b/src/termcap.c
@@ -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>



reply via email to

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