Init some emacs variables.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1345 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-04-10 20:30:02 +00:00
parent 59e81049c8
commit 353f5485cf

View file

@ -254,3 +254,10 @@ AC_SUBST(LIBOBJECTS_SO)
#--------------------------------------------------------------------
AC_OUTPUT(Makefile src/Makefile checks/Makefile examples/Makefile
doc/Makefile NSCharacterSets/Makefile admin/Makefile src/objects/config.h)
dnl Local Variables:
dnl comment-start: "dnl "
dnl comment-end: ""
dnl comment-start-skip: "\\bdnl\\b\\s *"
dnl compile-command: "autoconf"
dnl End: