annotate doc/lispref/configure.in @ 94264:6d96ac31f7cd

(buffers-menu-max-size): Move its definition down to the "Buffers Menu" section. Change group name `mouse' to `menu'. (yank-menu-length): Change group name `mouse' to `menu'. (buffers-menu-buffer-name-length): New user option. (menu-bar-update-buffers): Use buffers-menu-buffer-name-length instead of the hard-coded number 27.
author Juri Linkov <juri@jurta.org>
date Tue, 22 Apr 2008 20:35:46 +0000
parents 827c7bc22e5a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
84056
827c7bc22e5a Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1 dnl Process this file with autoconf to produce a configure script.
827c7bc22e5a Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2 AC_INIT(elisp.texi)
827c7bc22e5a Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3 AC_OUTPUT(Makefile)
827c7bc22e5a Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
4
827c7bc22e5a Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5 m4_if(dnl Do not change this comment
827c7bc22e5a Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6 arch-tag: 61db4227-0d2b-4c4d-ad54-ca9a1ee518ea
827c7bc22e5a Move here from ../../lispref
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7 )dnl