annotate modules/common/configure-post.ac @ 5214:0b4d355771bd

Import buffer-display-count, buffer-display-time; thank you, Jeff Sparkes. man/ChangeLog addition: 2010-05-17 Jeff Sparkes <jsparkes@gmail.com> * lispref/windows.texi (Buffers and Windows): Document buffer-display-count and buffer-display-time with descriptions from GNU emacs lispref. * lispref/locals.texi (Standard Buffer-Local Variables): Add buffer-display-count and buffer-display-time. src/ChangeLog addition: 2010-05-17 Jeff Sparkes <jsparkes@gmail.com> * buffer.c (complex_vars_of_buffer): Add buffer local variables buffer-display-count and buffer-display-time. (common_init_complex_vars_of_buffer): Initialize them here. * bufslots.h: Add slots for buffer-display-count and buffer-display-time. * window.c (Fset_window_buffer): Update buffer-display-count and buffer-display-time whenever a buffer is displayed.
author Aidan Kehoe <kehoea@parhasard.net>
date Fri, 28 May 2010 13:48:22 +0100
parents d87493ecc64b
children fe82be65969e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1083
d87493ecc64b [xemacs-hg @ 2002-11-04 05:19:45 by ben]
ben
parents:
diff changeset
1
d87493ecc64b [xemacs-hg @ 2002-11-04 05:19:45 by ben]
ben
parents:
diff changeset
2 # This part should appear unchanged in every module configure.ac
d87493ecc64b [xemacs-hg @ 2002-11-04 05:19:45 by ben]
ben
parents:
diff changeset
3 AC_SUBST(PROGNAME, "module")
d87493ecc64b [xemacs-hg @ 2002-11-04 05:19:45 by ben]
ben
parents:
diff changeset
4 AC_SUBST(MOD_CC, "@ELLCC@")
d87493ecc64b [xemacs-hg @ 2002-11-04 05:19:45 by ben]
ben
parents:
diff changeset
5 AC_SUBST(MODARCHDIR, "\$(shell @ELLCC@ --mod-archdir)")
d87493ecc64b [xemacs-hg @ 2002-11-04 05:19:45 by ben]
ben
parents:
diff changeset
6 AC_SUBST(MAKE_DOCFILE, "\$(MODARCHDIR)/make-docfile")
d87493ecc64b [xemacs-hg @ 2002-11-04 05:19:45 by ben]
ben
parents:
diff changeset
7 AC_SUBST(MODCFLAGS, "\$(CFLAGS) --mode=compile --mod-output=\$@ -I\$(MODARCHDIR)/include")
d87493ecc64b [xemacs-hg @ 2002-11-04 05:19:45 by ben]
ben
parents:
diff changeset
8 AC_SUBST(INSTALLPATH, "\$(shell @ELLCC@ --mod-site-location)")
d87493ecc64b [xemacs-hg @ 2002-11-04 05:19:45 by ben]
ben
parents:
diff changeset
9 AC_SUBST(MOD_INSTALL_PROGRAM, "@INSTALL_PROGRAM@")
d87493ecc64b [xemacs-hg @ 2002-11-04 05:19:45 by ben]
ben
parents:
diff changeset
10 AC_SUBST(OBJECT_TO_BUILD, "\$(MODNAME).ell")
d87493ecc64b [xemacs-hg @ 2002-11-04 05:19:45 by ben]
ben
parents:
diff changeset
11
d87493ecc64b [xemacs-hg @ 2002-11-04 05:19:45 by ben]
ben
parents:
diff changeset
12 AC_CONFIG_FILES([Makefile.in Makefile])
d87493ecc64b [xemacs-hg @ 2002-11-04 05:19:45 by ben]
ben
parents:
diff changeset
13 AC_OUTPUT