From: Karl Heuer Date: Wed, 27 Apr 1994 21:43:24 +0000 (+0000) Subject: Use C-style comments. X-Git-Tag: emacs-19.34~8716 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2c32715abd66962ef05de3e95819ffe8ccb42900;p=emacs.git Use C-style comments. --- diff --git a/src/Makefile.in b/src/Makefile.in index 02e98304600..faceaee84a1 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -858,8 +858,8 @@ relock: chmod -w $(SOURCES) chmod +w paths.h -# Arrange to make a tags table in ../lisp, and another in this dir -# which includes ../lisp/TAGS by reference. +/* Arrange to make a tags table in ../lisp, and another in this dir + which includes ../lisp/TAGS by reference. */ ctagsfiles = [a-zA-Z]*.h [a-zA-Z]*.c lisptagsfiles = ../lisp/[a-zA-Z]*.el ../lisp/term/[a-zA-Z]*.el TAGS: $(ctagsfiles)