summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Potortì <pot@gnu.org>2002-09-30 15:29:23 +0000
committerFrancesco Potortì <pot@gnu.org>2002-09-30 15:29:23 +0000
commitc261aa3d3a28117734a4d82c286bf7f77dbd556a (patch)
treed9226ec86545230cd81855511344b5a2cbc93a59
parentaf3aa3313142bafa38c8f9f00373c34f3a862afa (diff)
downloademacs-c261aa3d3a28117734a4d82c286bf7f77dbd556a.tar.gz
Regenerated
-rwxr-xr-xconfigure489
-rw-r--r--lisp/cus-load.el15
-rw-r--r--lisp/loaddefs.el794
3 files changed, 694 insertions, 604 deletions
diff --git a/configure b/configure
index 71361931f16..5a72cb38525 100755
--- a/configure
+++ b/configure
@@ -5303,6 +5303,27 @@ fi
#define HAVE_JPEG 1
EOF
+ cat > conftest.$ac_ext <<EOF
+#line 5308 "configure"
+#include "confdefs.h"
+ #include <jpeglib.h>
+ version=JPEG_LIB_VERSION
+
+EOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+ egrep "version= *(6[2-9]|[7-9][0-9])" >/dev/null 2>&1; then
+ rm -rf conftest*
+ cat >> confdefs.h <<\EOF
+#define HAVE_JPEG 1
+EOF
+
+else
+ rm -rf conftest*
+ echo "configure: warning: libjpeg found, but not version 6b or later" 1>&2
+ HAVE_JPEG=no
+fi
+rm -f conftest*
+
fi
fi
@@ -5312,17 +5333,17 @@ if test "${HAVE_X11}" = "yes"; then
if test "${with_png}" != "no"; then
ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for png.h""... $ac_c" 1>&6
-echo "configure:5316: checking for png.h" >&5
+echo "configure:5337: checking for png.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 5321 "configure"
+#line 5342 "configure"
#include "confdefs.h"
#include <png.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:5326: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:5347: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -5339,7 +5360,7 @@ fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
echo "$ac_t""yes" 1>&6
echo $ac_n "checking for png_get_channels in -lpng""... $ac_c" 1>&6
-echo "configure:5343: checking for png_get_channels in -lpng" >&5
+echo "configure:5364: checking for png_get_channels in -lpng" >&5
ac_lib_var=`echo png'_'png_get_channels | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -5347,7 +5368,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lpng -lz -lm $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 5351 "configure"
+#line 5372 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -5358,7 +5379,7 @@ int main() {
png_get_channels()
; return 0; }
EOF
-if { (eval echo configure:5362: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5383: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -5398,17 +5419,17 @@ if test "${HAVE_X11}" = "yes"; then
if test "${with_tiff}" != "no"; then
ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
-echo "configure:5402: checking for tiffio.h" >&5
+echo "configure:5423: checking for tiffio.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 5407 "configure"
+#line 5428 "configure"
#include "confdefs.h"
#include <tiffio.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:5412: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:5433: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -5428,7 +5449,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
# At least one tiff package requires the jpeg library.
if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi
echo $ac_n "checking for TIFFGetVersion in -ltiff""... $ac_c" 1>&6
-echo "configure:5432: checking for TIFFGetVersion in -ltiff" >&5
+echo "configure:5453: checking for TIFFGetVersion in -ltiff" >&5
ac_lib_var=`echo tiff'_'TIFFGetVersion | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -5436,7 +5457,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-ltiff $tifflibs $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 5440 "configure"
+#line 5461 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -5447,7 +5468,7 @@ int main() {
TIFFGetVersion()
; return 0; }
EOF
-if { (eval echo configure:5451: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5472: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -5487,17 +5508,17 @@ if test "${HAVE_X11}" = "yes"; then
if test "${with_gif}" != "no"; then
ac_safe=`echo "gif_lib.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for gif_lib.h""... $ac_c" 1>&6
-echo "configure:5491: checking for gif_lib.h" >&5
+echo "configure:5512: checking for gif_lib.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 5496 "configure"
+#line 5517 "configure"
#include "confdefs.h"
#include <gif_lib.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:5501: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:5522: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -5513,27 +5534,29 @@ rm -f conftest*
fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
echo "$ac_t""yes" 1>&6
- echo $ac_n "checking for DGifOpen in -lungif""... $ac_c" 1>&6
-echo "configure:5518: checking for DGifOpen in -lungif" >&5
-ac_lib_var=`echo ungif'_'DGifOpen | sed 'y%./+-%__p_%'`
+ # EGifPutExtensionLast only exists from version libungif-4.1.0b1.
+# Earlier versions can crash Emacs.
+ echo $ac_n "checking for EGifPutExtensionLast in -lungif""... $ac_c" 1>&6
+echo "configure:5541: checking for EGifPutExtensionLast in -lungif" >&5
+ac_lib_var=`echo ungif'_'EGifPutExtensionLast | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
LIBS="-lungif $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 5526 "configure"
+#line 5549 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
-char DGifOpen();
+char EGifPutExtensionLast();
int main() {
-DGifOpen()
+EGifPutExtensionLast()
; return 0; }
EOF
-if { (eval echo configure:5537: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5560: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -5569,19 +5592,19 @@ fi
# If netdb.h doesn't declare h_errno, we must declare it by hand.
echo $ac_n "checking whether netdb declares h_errno""... $ac_c" 1>&6
-echo "configure:5573: checking whether netdb declares h_errno" >&5
+echo "configure:5596: checking whether netdb declares h_errno" >&5
if eval "test \"`echo '$''{'emacs_cv_netdb_declares_h_errno'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 5578 "configure"
+#line 5601 "configure"
#include "confdefs.h"
#include <netdb.h>
int main() {
return h_errno;
; return 0; }
EOF
-if { (eval echo configure:5585: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5608: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
emacs_cv_netdb_declares_h_errno=yes
else
@@ -5604,19 +5627,19 @@ fi
# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
# for constant arguments. Useless!
echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
-echo "configure:5608: checking for working alloca.h" >&5
+echo "configure:5631: checking for working alloca.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 5613 "configure"
+#line 5636 "configure"
#include "confdefs.h"
#include <alloca.h>
int main() {
char *p = alloca(2 * sizeof(int));
; return 0; }
EOF
-if { (eval echo configure:5620: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5643: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_header_alloca_h=yes
else
@@ -5637,12 +5660,12 @@ EOF
fi
echo $ac_n "checking for alloca""... $ac_c" 1>&6
-echo "configure:5641: checking for alloca" >&5
+echo "configure:5664: checking for alloca" >&5
if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 5646 "configure"
+#line 5669 "configure"
#include "confdefs.h"
#ifdef __GNUC__
@@ -5670,7 +5693,7 @@ int main() {
char *p = (char *) alloca(1);
; return 0; }
EOF
-if { (eval echo configure:5674: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5697: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_func_alloca_works=yes
else
@@ -5702,12 +5725,12 @@ EOF
echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
-echo "configure:5706: checking whether alloca needs Cray hooks" >&5
+echo "configure:5729: checking whether alloca needs Cray hooks" >&5
if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 5711 "configure"
+#line 5734 "configure"
#include "confdefs.h"
#if defined(CRAY) && ! defined(CRAY2)
webecray
@@ -5732,12 +5755,12 @@ echo "$ac_t""$ac_cv_os_cray" 1>&6
if test $ac_cv_os_cray = yes; then
for ac_func in _getb67 GETB67 getb67; do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:5736: checking for $ac_func" >&5
+echo "configure:5759: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 5741 "configure"
+#line 5764 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -5760,7 +5783,7 @@ $ac_func();
; return 0; }
EOF
-if { (eval echo configure:5764: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5787: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@@ -5787,7 +5810,7 @@ done
fi
echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
-echo "configure:5791: checking stack direction for C alloca" >&5
+echo "configure:5814: checking stack direction for C alloca" >&5
if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -5795,7 +5818,7 @@ else
ac_cv_c_stack_direction=0
else
cat > conftest.$ac_ext <<EOF
-#line 5799 "configure"
+#line 5822 "configure"
#include "confdefs.h"
find_stack_direction ()
{
@@ -5814,7 +5837,7 @@ main ()
exit (find_stack_direction() < 0);
}
EOF
-if { (eval echo configure:5818: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:5841: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_c_stack_direction=1
else
@@ -5839,7 +5862,7 @@ fi
# fmod, logb, and frexp are found in -lm on most systems.
# On HPUX 9.01, -lm does not contain logb, so check for sqrt.
echo $ac_n "checking for sqrt in -lm""... $ac_c" 1>&6
-echo "configure:5843: checking for sqrt in -lm" >&5
+echo "configure:5866: checking for sqrt in -lm" >&5
ac_lib_var=`echo m'_'sqrt | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -5847,7 +5870,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lm $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 5851 "configure"
+#line 5874 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -5858,7 +5881,7 @@ int main() {
sqrt()
; return 0; }
EOF
-if { (eval echo configure:5862: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5885: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -5888,7 +5911,7 @@ fi
# Check for mail-locking functions in a "mail" library
echo $ac_n "checking for maillock in -lmail""... $ac_c" 1>&6
-echo "configure:5892: checking for maillock in -lmail" >&5
+echo "configure:5915: checking for maillock in -lmail" >&5
ac_lib_var=`echo mail'_'maillock | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -5896,7 +5919,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lmail $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 5900 "configure"
+#line 5923 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -5907,7 +5930,7 @@ int main() {
maillock()
; return 0; }
EOF
-if { (eval echo configure:5911: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5934: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -5935,7 +5958,7 @@ else
fi
echo $ac_n "checking for maillock in -llockfile""... $ac_c" 1>&6
-echo "configure:5939: checking for maillock in -llockfile" >&5
+echo "configure:5962: checking for maillock in -llockfile" >&5
ac_lib_var=`echo lockfile'_'maillock | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -5943,7 +5966,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-llockfile $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 5947 "configure"
+#line 5970 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -5954,7 +5977,7 @@ int main() {
maillock()
; return 0; }
EOF
-if { (eval echo configure:5958: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5981: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -5988,7 +6011,7 @@ if test "$ac_cv_lib_lockfile_maillock" = no; then
# Extract the first word of "liblockfile.so", so it can be a program name with args.
set dummy liblockfile.so; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:5992: checking for $ac_word" >&5
+echo "configure:6015: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_liblockfile'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -6029,12 +6052,12 @@ fi
for ac_func in touchlock
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:6033: checking for $ac_func" >&5
+echo "configure:6056: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 6038 "configure"
+#line 6061 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -6057,7 +6080,7 @@ $ac_func();
; return 0; }
EOF
-if { (eval echo configure:6061: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6084: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@@ -6085,17 +6108,17 @@ for ac_hdr in maillock.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:6089: checking for $ac_hdr" >&5
+echo "configure:6112: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 6094 "configure"
+#line 6117 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:6099: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:6122: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -6131,12 +6154,12 @@ __fpending mblen mbrlen strsignal setitimer ualarm index rindex \
gai_strerror mkstemp
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:6135: checking for $ac_func" >&5
+echo "configure:6158: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 6140 "configure"
+#line 6163 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -6159,7 +6182,7 @@ $ac_func();
; return 0; }
EOF
-if { (eval echo configure:6163: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6186: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@@ -6188,17 +6211,17 @@ for ac_hdr in sys/time.h unistd.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:6192: checking for $ac_hdr" >&5
+echo "configure:6215: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 6197 "configure"
+#line 6220 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:6202: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:6225: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -6227,12 +6250,12 @@ done
for ac_func in alarm
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:6231: checking for $ac_func" >&5
+echo "configure:6254: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 6236 "configure"
+#line 6259 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -6255,7 +6278,7 @@ $ac_func();
; return 0; }
EOF
-if { (eval echo configure:6259: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6282: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@@ -6280,7 +6303,7 @@ fi
done
echo $ac_n "checking for working mktime""... $ac_c" 1>&6
-echo "configure:6284: checking for working mktime" >&5
+echo "configure:6307: checking for working mktime" >&5
if eval "test \"`echo '$''{'ac_cv_func_working_mktime'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -6288,7 +6311,7 @@ else
ac_cv_func_working_mktime=no
else
cat > conftest.$ac_ext <<EOF
-#line 6292 "configure"
+#line 6315 "configure"
#include "confdefs.h"
/* Test program from Paul Eggert (eggert@twinsun.com)
and Tony Leneis (tony@plaza.ds.adp.com). */
@@ -6437,7 +6460,7 @@ main ()
exit (0);
}
EOF
-if { (eval echo configure:6441: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:6464: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_func_working_mktime=yes
else
@@ -6467,12 +6490,12 @@ ac_have_func=no # yes means we've found a way to get the load average.
# Some systems have getloadavg without any extra libraries.
echo $ac_n "checking for getloadavg""... $ac_c" 1>&6
-echo "configure:6471: checking for getloadavg" >&5
+echo "configure:6494: checking for getloadavg" >&5
if eval "test \"`echo '$''{'ac_cv_func_getloadavg'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 6476 "configure"
+#line 6499 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char getloadavg(); below. */
@@ -6495,7 +6518,7 @@ getloadavg();
; return 0; }
EOF
-if { (eval echo configure:6499: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6522: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_getloadavg=yes"
else
@@ -6520,7 +6543,7 @@ if test $ac_have_func = no; then
# On Solaris, -lkvm requires nlist from -lelf, so check that first
# to get the right answer into the cache.
echo $ac_n "checking for elf_begin in -lelf""... $ac_c" 1>&6
-echo "configure:6524: checking for elf_begin in -lelf" >&5
+echo "configure:6547: checking for elf_begin in -lelf" >&5
ac_lib_var=`echo elf'_'elf_begin | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -6528,7 +6551,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lelf $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 6532 "configure"
+#line 6555 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -6539,7 +6562,7 @@ int main() {
elf_begin()
; return 0; }
EOF
-if { (eval echo configure:6543: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6566: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -6560,7 +6583,7 @@ else
fi
echo $ac_n "checking for kvm_open in -lkvm""... $ac_c" 1>&6
-echo "configure:6564: checking for kvm_open in -lkvm" >&5
+echo "configure:6587: checking for kvm_open in -lkvm" >&5
ac_lib_var=`echo kvm'_'kvm_open | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -6568,7 +6591,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lkvm $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 6572 "configure"
+#line 6595 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -6579,7 +6602,7 @@ int main() {
kvm_open()
; return 0; }
EOF
-if { (eval echo configure:6583: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6606: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -6601,7 +6624,7 @@ fi
# Check for the 4.4BSD definition of getloadavg.
echo $ac_n "checking for getloadavg in -lutil""... $ac_c" 1>&6
-echo "configure:6605: checking for getloadavg in -lutil" >&5
+echo "configure:6628: checking for getloadavg in -lutil" >&5
ac_lib_var=`echo util'_'getloadavg | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -6609,7 +6632,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lutil $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 6613 "configure"
+#line 6636 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -6620,7 +6643,7 @@ int main() {
getloadavg()
; return 0; }
EOF
-if { (eval echo configure:6624: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6647: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -6647,7 +6670,7 @@ if test $ac_have_func = no; then
# Since it is not a standard part of AIX, it might be installed locally.
ac_getloadavg_LIBS="$LIBS"; LIBS="-L/usr/local/lib $LIBS"
echo $ac_n "checking for getloadavg in -lgetloadavg""... $ac_c" 1>&6
-echo "configure:6651: checking for getloadavg in -lgetloadavg" >&5
+echo "configure:6674: checking for getloadavg in -lgetloadavg" >&5
ac_lib_var=`echo getloadavg'_'getloadavg | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -6655,7 +6678,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lgetloadavg $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 6659 "configure"
+#line 6682 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -6666,7 +6689,7 @@ int main() {
getloadavg()
; return 0; }
EOF
-if { (eval echo configure:6670: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6693: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -6693,12 +6716,12 @@ fi
for ac_func in getloadavg
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:6697: checking for $ac_func" >&5
+echo "configure:6720: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 6702 "configure"
+#line 6725 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -6721,7 +6744,7 @@ $ac_func();
; return 0; }
EOF
-if { (eval echo configure:6725: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6748: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@@ -6759,17 +6782,17 @@ else
ac_have_func=no
ac_safe=`echo "sys/dg_sys_info.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for sys/dg_sys_info.h""... $ac_c" 1>&6
-echo "configure:6763: checking for sys/dg_sys_info.h" >&5
+echo "configure:6786: checking for sys/dg_sys_info.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 6768 "configure"
+#line 6791 "configure"
#include "confdefs.h"
#include <sys/dg_sys_info.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:6773: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:6796: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -6790,7 +6813,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
EOF
echo $ac_n "checking for dg_sys_info in -ldgc""... $ac_c" 1>&6
-echo "configure:6794: checking for dg_sys_info in -ldgc" >&5
+echo "configure:6817: checking for dg_sys_info in -ldgc" >&5
ac_lib_var=`echo dgc'_'dg_sys_info | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -6798,7 +6821,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-ldgc $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 6802 "configure"
+#line 6825 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -6809,7 +6832,7 @@ int main() {
dg_sys_info()
; return 0; }
EOF
-if { (eval echo configure:6813: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6836: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -6854,17 +6877,17 @@ EOF
if test $ac_have_func = no; then
ac_safe=`echo "inq_stats/cpustats.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for inq_stats/cpustats.h""... $ac_c" 1>&6
-echo "configure:6858: checking for inq_stats/cpustats.h" >&5
+echo "configure:6881: checking for inq_stats/cpustats.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 6863 "configure"
+#line 6886 "configure"
#include "confdefs.h"
#include <inq_stats/cpustats.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:6868: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:6891: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -6897,17 +6920,17 @@ fi
if test $ac_have_func = no; then
ac_safe=`echo "sys/cpustats.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for sys/cpustats.h""... $ac_c" 1>&6
-echo "configure:6901: checking for sys/cpustats.h" >&5
+echo "configure:6924: checking for sys/cpustats.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 6906 "configure"
+#line 6929 "configure"
#include "confdefs.h"
#include <sys/cpustats.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:6911: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:6934: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -6938,17 +6961,17 @@ fi
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:6942: checking for $ac_hdr" >&5
+echo "configure:6965: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 6947 "configure"
+#line 6970 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:6952: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:6975: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -6978,17 +7001,17 @@ done
ac_safe=`echo "nlist.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for nlist.h""... $ac_c" 1>&6
-echo "configure:6982: checking for nlist.h" >&5
+echo "configure:7005: checking for nlist.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 6987 "configure"
+#line 7010 "configure"
#include "confdefs.h"
#include <nlist.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:6992: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:7015: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -7009,19 +7032,19 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
EOF
echo $ac_n "checking for n_un in struct nlist""... $ac_c" 1>&6
-echo "configure:7013: checking for n_un in struct nlist" >&5
+echo "configure:7036: checking for n_un in struct nlist" >&5
if eval "test \"`echo '$''{'ac_cv_struct_nlist_n_un'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 7018 "configure"
+#line 7041 "configure"
#include "confdefs.h"
#include <nlist.h>
int main() {
struct nlist n; n.n_un.n_name = 0;
; return 0; }
EOF
-if { (eval echo configure:7025: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:7048: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_struct_nlist_n_un=yes
else
@@ -7048,12 +7071,12 @@ fi # Do not have getloadavg in system libraries.
# Some definitions of getloadavg require that the program be installed setgid.
echo $ac_n "checking whether getloadavg requires setgid""... $ac_c" 1>&6
-echo "configure:7052: checking whether getloadavg requires setgid" >&5
+echo "configure:7075: checking whether getloadavg requires setgid" >&5
if eval "test \"`echo '$''{'ac_cv_func_getloadavg_setgid'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 7057 "configure"
+#line 7080 "configure"
#include "confdefs.h"
#include "$srcdir/getloadavg.c"
#ifdef LDAV_PRIVILEGED
@@ -7084,7 +7107,7 @@ fi
if test $ac_cv_func_getloadavg_setgid = yes; then
echo $ac_n "checking group of /dev/kmem""... $ac_c" 1>&6
-echo "configure:7088: checking group of /dev/kmem" >&5
+echo "configure:7111: checking group of /dev/kmem" >&5
if eval "test \"`echo '$''{'ac_cv_group_kmem'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -7105,27 +7128,27 @@ fi
echo $ac_n "checking for _LARGEFILE_SOURCE value needed for large files""... $ac_c" 1>&6
-echo "configure:7109: checking for _LARGEFILE_SOURCE value needed for large files" >&5
+echo "configure:7132: checking for _LARGEFILE_SOURCE value needed for large files" >&5
if eval "test \"`echo '$''{'ac_cv_sys_largefile_source'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_cv_sys_largefile_source=no
cat > conftest.$ac_ext <<EOF
-#line 7115 "configure"
+#line 7138 "configure"
#include "confdefs.h"
#include <stdio.h>
int main() {
return !fseeko;
; return 0; }
EOF
-if { (eval echo configure:7122: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:7145: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
:
else
echo "configure: failed program was:" >&5
cat conftest.$ac_ext >&5
rm -rf conftest*
cat > conftest.$ac_ext <<EOF
-#line 7129 "configure"
+#line 7152 "configure"
#include "confdefs.h"
#define _LARGEFILE_SOURCE 1
#include <stdio.h>
@@ -7134,7 +7157,7 @@ int main() {
return !fseeko;
; return 0; }
EOF
-if { (eval echo configure:7138: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:7161: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_sys_largefile_source=1
else
@@ -7158,20 +7181,20 @@ EOF
# If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
echo $ac_n "checking for fseeko""... $ac_c" 1>&6
-echo "configure:7162: checking for fseeko" >&5
+echo "configure:7185: checking for fseeko" >&5
if eval "test \"`echo '$''{'ac_cv_func_fseeko'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_cv_func_fseeko=no
cat > conftest.$ac_ext <<EOF
-#line 7168 "configure"
+#line 7191 "configure"
#include "confdefs.h"
#include <stdio.h>
int main() {
return fseeko && fseeko (stdin, 0, 0);
; return 0; }
EOF
-if { (eval echo configure:7175: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7198: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_func_fseeko=yes
else
@@ -7193,12 +7216,12 @@ EOF
for ac_func in grantpt
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:7197: checking for $ac_func" >&5
+echo "configure:7220: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 7202 "configure"
+#line 7225 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -7221,7 +7244,7 @@ $ac_func();
; return 0; }
EOF
-if { (eval echo configure:7225: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7248: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@@ -7250,12 +7273,12 @@ done
for ac_func in getpt
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:7254: checking for $ac_func" >&5
+echo "configure:7277: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 7259 "configure"
+#line 7282 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -7278,7 +7301,7 @@ $ac_func();
; return 0; }
EOF
-if { (eval echo configure:7282: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7305: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@@ -7308,7 +7331,7 @@ done
# It's better to believe a function is not available
# than to expect to find it in ncurses.
echo $ac_n "checking for tparm in -lncurses""... $ac_c" 1>&6
-echo "configure:7312: checking for tparm in -lncurses" >&5
+echo "configure:7335: checking for tparm in -lncurses" >&5
ac_lib_var=`echo ncurses'_'tparm | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -7316,7 +7339,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lncurses $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 7320 "configure"
+#line 7343 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -7327,7 +7350,7 @@ int main() {
tparm()
; return 0; }
EOF
-if { (eval echo configure:7331: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7354: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -7360,12 +7383,12 @@ if test "$with_hesiod" = yes ; then
# Don't set $LIBS here -- see comments above.
resolv=no
echo $ac_n "checking for res_send""... $ac_c" 1>&6
-echo "configure:7364: checking for res_send" >&5
+echo "configure:7387: checking for res_send" >&5
if eval "test \"`echo '$''{'ac_cv_func_res_send'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 7369 "configure"
+#line 7392 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char res_send(); below. */
@@ -7388,7 +7411,7 @@ res_send();
; return 0; }
EOF
-if { (eval echo configure:7392: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7415: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_res_send=yes"
else
@@ -7406,12 +7429,12 @@ if eval "test \"`echo '$ac_cv_func_'res_send`\" = yes"; then
else
echo "$ac_t""no" 1>&6
echo $ac_n "checking for __res_send""... $ac_c" 1>&6
-echo "configure:7410: checking for __res_send" >&5
+echo "configure:7433: checking for __res_send" >&5
if eval "test \"`echo '$''{'ac_cv_func___res_send'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 7415 "configure"
+#line 7438 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char __res_send(); below. */
@@ -7434,7 +7457,7 @@ __res_send();
; return 0; }
EOF
-if { (eval echo configure:7438: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7461: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func___res_send=yes"
else
@@ -7452,7 +7475,7 @@ if eval "test \"`echo '$ac_cv_func_'__res_send`\" = yes"; then
else
echo "$ac_t""no" 1>&6
echo $ac_n "checking for res_send in -lresolv""... $ac_c" 1>&6
-echo "configure:7456: checking for res_send in -lresolv" >&5
+echo "configure:7479: checking for res_send in -lresolv" >&5
ac_lib_var=`echo resolv'_'res_send | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -7460,7 +7483,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lresolv $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 7464 "configure"
+#line 7487 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -7471,7 +7494,7 @@ int main() {
res_send()
; return 0; }
EOF
-if { (eval echo configure:7475: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7498: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -7490,7 +7513,7 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
else
echo "$ac_t""no" 1>&6
echo $ac_n "checking for __res_send in -lresolv""... $ac_c" 1>&6
-echo "configure:7494: checking for __res_send in -lresolv" >&5
+echo "configure:7517: checking for __res_send in -lresolv" >&5
ac_lib_var=`echo resolv'_'__res_send | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -7498,7 +7521,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lresolv $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 7502 "configure"
+#line 7525 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -7509,7 +7532,7 @@ int main() {
__res_send()
; return 0; }
EOF
-if { (eval echo configure:7513: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7536: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -7545,12 +7568,12 @@ EOF
RESOLVLIB=
fi
echo $ac_n "checking for hes_getmailhost""... $ac_c" 1>&6
-echo "configure:7549: checking for hes_getmailhost" >&5
+echo "configure:7572: checking for hes_getmailhost" >&5
if eval "test \"`echo '$''{'ac_cv_func_hes_getmailhost'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 7554 "configure"
+#line 7577 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char hes_getmailhost(); below. */
@@ -7573,7 +7596,7 @@ hes_getmailhost();
; return 0; }
EOF
-if { (eval echo configure:7577: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7600: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_hes_getmailhost=yes"
else
@@ -7591,7 +7614,7 @@ if eval "test \"`echo '$ac_cv_func_'hes_getmailhost`\" = yes"; then
else
echo "$ac_t""no" 1>&6
echo $ac_n "checking for hes_getmailhost in -lhesiod""... $ac_c" 1>&6
-echo "configure:7595: checking for hes_getmailhost in -lhesiod" >&5
+echo "configure:7618: checking for hes_getmailhost in -lhesiod" >&5
ac_lib_var=`echo hesiod'_'hes_getmailhost | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -7599,7 +7622,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lhesiod $RESOLVLIB $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 7603 "configure"
+#line 7626 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -7610,7 +7633,7 @@ int main() {
hes_getmailhost()
; return 0; }
EOF
-if { (eval echo configure:7614: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7637: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -7641,7 +7664,7 @@ fi
# These tell us which Kerberos-related libraries to use.
if test "${with_kerberos+set}" = set; then
echo $ac_n "checking for com_err in -lcom_err""... $ac_c" 1>&6
-echo "configure:7645: checking for com_err in -lcom_err" >&5
+echo "configure:7668: checking for com_err in -lcom_err" >&5
ac_lib_var=`echo com_err'_'com_err | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -7649,7 +7672,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lcom_err $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 7653 "configure"
+#line 7676 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -7660,7 +7683,7 @@ int main() {
com_err()
; return 0; }
EOF
-if { (eval echo configure:7664: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7687: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -7688,7 +7711,7 @@ else
fi
echo $ac_n "checking for mit_des_cbc_encrypt in -lk5crypto""... $ac_c" 1>&6
-echo "configure:7692: checking for mit_des_cbc_encrypt in -lk5crypto" >&5
+echo "configure:7715: checking for mit_des_cbc_encrypt in -lk5crypto" >&5
ac_lib_var=`echo k5crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -7696,7 +7719,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lk5crypto $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 7700 "configure"
+#line 7723 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -7707,7 +7730,7 @@ int main() {
mit_des_cbc_encrypt()
; return 0; }
EOF
-if { (eval echo configure:7711: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7734: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -7735,7 +7758,7 @@ else
fi
echo $ac_n "checking for mit_des_cbc_encrypt in -lcrypto""... $ac_c" 1>&6
-echo "configure:7739: checking for mit_des_cbc_encrypt in -lcrypto" >&5
+echo "configure:7762: checking for mit_des_cbc_encrypt in -lcrypto" >&5
ac_lib_var=`echo crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -7743,7 +7766,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lcrypto $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 7747 "configure"
+#line 7770 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -7754,7 +7777,7 @@ int main() {
mit_des_cbc_encrypt()
; return 0; }
EOF
-if { (eval echo configure:7758: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7781: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -7782,7 +7805,7 @@ else
fi
echo $ac_n "checking for krb5_init_context in -lkrb5""... $ac_c" 1>&6
-echo "configure:7786: checking for krb5_init_context in -lkrb5" >&5
+echo "configure:7809: checking for krb5_init_context in -lkrb5" >&5
ac_lib_var=`echo krb5'_'krb5_init_context | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -7790,7 +7813,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lkrb5 $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 7794 "configure"
+#line 7817 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -7801,7 +7824,7 @@ int main() {
krb5_init_context()
; return 0; }
EOF
-if { (eval echo configure:7805: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7828: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -7830,7 +7853,7 @@ fi
if test "${with_kerberos5+set}" != set; then
echo $ac_n "checking for des_cbc_encrypt in -ldes425""... $ac_c" 1>&6
-echo "configure:7834: checking for des_cbc_encrypt in -ldes425" >&5
+echo "configure:7857: checking for des_cbc_encrypt in -ldes425" >&5
ac_lib_var=`echo des425'_'des_cbc_encrypt | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -7838,7 +7861,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-ldes425 $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 7842 "configure"
+#line 7865 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -7849,7 +7872,7 @@ int main() {
des_cbc_encrypt()
; return 0; }
EOF
-if { (eval echo configure:7853: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7876: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -7875,7 +7898,7 @@ EOF
else
echo "$ac_t""no" 1>&6
echo $ac_n "checking for des_cbc_encrypt in -ldes""... $ac_c" 1>&6
-echo "configure:7879: checking for des_cbc_encrypt in -ldes" >&5
+echo "configure:7902: checking for des_cbc_encrypt in -ldes" >&5
ac_lib_var=`echo des'_'des_cbc_encrypt | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -7883,7 +7906,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-ldes $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 7887 "configure"
+#line 7910 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -7894,7 +7917,7 @@ int main() {
des_cbc_encrypt()
; return 0; }
EOF
-if { (eval echo configure:7898: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7921: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -7924,7 +7947,7 @@ fi
fi
echo $ac_n "checking for krb_get_cred in -lkrb4""... $ac_c" 1>&6
-echo "configure:7928: checking for krb_get_cred in -lkrb4" >&5
+echo "configure:7951: checking for krb_get_cred in -lkrb4" >&5
ac_lib_var=`echo krb4'_'krb_get_cred | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -7932,7 +7955,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lkrb4 $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 7936 "configure"
+#line 7959 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -7943,7 +7966,7 @@ int main() {
krb_get_cred()
; return 0; }
EOF
-if { (eval echo configure:7947: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7970: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -7969,7 +7992,7 @@ EOF
else
echo "$ac_t""no" 1>&6
echo $ac_n "checking for krb_get_cred in -lkrb""... $ac_c" 1>&6
-echo "configure:7973: checking for krb_get_cred in -lkrb" >&5
+echo "configure:7996: checking for krb_get_cred in -lkrb" >&5
ac_lib_var=`echo krb'_'krb_get_cred | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -7977,7 +8000,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lkrb $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 7981 "configure"
+#line 8004 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -7988,7 +8011,7 @@ int main() {
krb_get_cred()
; return 0; }
EOF
-if { (eval echo configure:7992: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:8015: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -8024,17 +8047,17 @@ fi
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:8028: checking for $ac_hdr" >&5
+echo "configure:8051: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8033 "configure"
+#line 8056 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:8038: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:8061: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -8065,17 +8088,17 @@ done
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:8069: checking for $ac_hdr" >&5
+echo "configure:8092: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8074 "configure"
+#line 8097 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:8079: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:8102: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -8102,17 +8125,17 @@ for ac_hdr in kerberosIV/des.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:8106: checking for $ac_hdr" >&5
+echo "configure:8129: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8111 "configure"
+#line 8134 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:8116: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:8139: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -8139,17 +8162,17 @@ for ac_hdr in kerberos/des.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:8143: checking for $ac_hdr" >&5
+echo "configure:8166: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8148 "configure"
+#line 8171 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:8153: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:8176: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -8185,17 +8208,17 @@ done
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:8189: checking for $ac_hdr" >&5
+echo "configure:8212: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8194 "configure"
+#line 8217 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:8199: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:8222: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -8222,17 +8245,17 @@ for ac_hdr in kerberosIV/krb.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:8226: checking for $ac_hdr" >&5
+echo "configure:8249: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8231 "configure"
+#line 8254 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:8236: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:8259: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -8259,17 +8282,17 @@ for ac_hdr in kerberos/krb.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:8263: checking for $ac_hdr" >&5
+echo "configure:8286: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8268 "configure"
+#line 8291 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:8273: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:8296: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -8306,17 +8329,17 @@ done
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:8310: checking for $ac_hdr" >&5
+echo "configure:8333: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8315 "configure"
+#line 8338 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:8320: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:8343: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -8347,7 +8370,7 @@ fi
# Solaris requires -lintl if you want strerror (which calls dgettext)
# to return localized messages.
echo $ac_n "checking for dgettext in -lintl""... $ac_c" 1>&6
-echo "configure:8351: checking for dgettext in -lintl" >&5
+echo "configure:8374: checking for dgettext in -lintl" >&5
ac_lib_var=`echo intl'_'dgettext | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -8355,7 +8378,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lintl $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 8359 "configure"
+#line 8382 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -8366,7 +8389,7 @@ int main() {
dgettext()
; return 0; }
EOF
-if { (eval echo configure:8370: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:8393: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -8395,7 +8418,7 @@ fi
echo $ac_n "checking whether localtime caches TZ""... $ac_c" 1>&6
-echo "configure:8399: checking whether localtime caches TZ" >&5
+echo "configure:8422: checking whether localtime caches TZ" >&5
if eval "test \"`echo '$''{'emacs_cv_localtime_cache'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -8405,7 +8428,7 @@ if test "$cross_compiling" = yes; then
emacs_cv_localtime_cache=yes
else
cat > conftest.$ac_ext <<EOF
-#line 8409 "configure"
+#line 8432 "configure"
#include "confdefs.h"
#include <time.h>
extern char **environ;
@@ -8437,7 +8460,7 @@ main()
exit (0);
}
EOF
-if { (eval echo configure:8441: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:8464: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
emacs_cv_localtime_cache=no
else
@@ -8467,12 +8490,12 @@ if test "x$HAVE_TIMEVAL" = xyes; then
for ac_func in gettimeofday
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:8471: checking for $ac_func" >&5
+echo "configure:8494: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8476 "configure"
+#line 8499 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -8495,7 +8518,7 @@ $ac_func();
; return 0; }
EOF
-if { (eval echo configure:8499: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:8522: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@@ -8520,12 +8543,12 @@ fi
done
echo $ac_n "checking whether gettimeofday can accept two arguments""... $ac_c" 1>&6
-echo "configure:8524: checking whether gettimeofday can accept two arguments" >&5
+echo "configure:8547: checking whether gettimeofday can accept two arguments" >&5
if eval "test \"`echo '$''{'emacs_cv_gettimeofday_two_arguments'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8529 "configure"
+#line 8552 "configure"
#include "confdefs.h"
#ifdef TIME_WITH_SYS_TIME
@@ -8543,7 +8566,7 @@ struct timeval time;
gettimeofday (&time, 0);
; return 0; }
EOF
-if { (eval echo configure:8547: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:8570: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
emacs_cv_gettimeofday_two_arguments=yes
else
@@ -8566,25 +8589,25 @@ fi
if test "$ac_cv_func_gettimeofday" = yes; then
echo $ac_n "checking for struct timezone""... $ac_c" 1>&6
-echo "configure:8570: checking for struct timezone" >&5
+echo "configure:8593: checking for struct timezone" >&5
if eval "test \"`echo '$''{'emacs_cv_struct_timezone'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8575 "configure"
+#line 8598 "configure"
#include "confdefs.h"
#include <sys/time.h>
int main() {
struct timezone tz;
; return 0; }
EOF
-if { (eval echo configure:8582: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:8605: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
if test "$cross_compiling" = yes; then
emacs_cv_struct_timezone=yes
else
cat > conftest.$ac_ext <<EOF
-#line 8588 "configure"
+#line 8611 "configure"
#include "confdefs.h"
#ifdef TIME_WITH_SYS_TIME
@@ -8603,7 +8626,7 @@ main () {
exit (gettimeofday (&time, &dummy));
}
EOF
-if { (eval echo configure:8607: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:8630: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
emacs_cv_struct_timezone=yes
else
@@ -8629,12 +8652,12 @@ fi
ok_so_far=yes
echo $ac_n "checking for socket""... $ac_c" 1>&6
-echo "configure:8633: checking for socket" >&5
+echo "configure:8656: checking for socket" >&5
if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8638 "configure"
+#line 8661 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char socket(); below. */
@@ -8657,7 +8680,7 @@ socket();
; return 0; }
EOF
-if { (eval echo configure:8661: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:8684: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_socket=yes"
else
@@ -8680,17 +8703,17 @@ fi
if test $ok_so_far = yes; then
ac_safe=`echo "netinet/in.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for netinet/in.h""... $ac_c" 1>&6
-echo "configure:8684: checking for netinet/in.h" >&5
+echo "configure:8707: checking for netinet/in.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8689 "configure"
+#line 8712 "configure"
#include "confdefs.h"
#include <netinet/in.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:8694: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:8717: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -8716,17 +8739,17 @@ fi
if test $ok_so_far = yes; then
ac_safe=`echo "arpa/inet.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for arpa/inet.h""... $ac_c" 1>&6
-echo "configure:8720: checking for arpa/inet.h" >&5
+echo "configure:8743: checking for arpa/inet.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8725 "configure"
+#line 8748 "configure"
#include "confdefs.h"
#include <arpa/inet.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:8730: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:8753: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -8764,7 +8787,7 @@ EOF
fi
echo $ac_n "checking whether system supports dynamic ptys""... $ac_c" 1>&6
-echo "configure:8768: checking whether system supports dynamic ptys" >&5
+echo "configure:8791: checking whether system supports dynamic ptys" >&5
if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then
echo "$ac_t""yes" 1>&6
cat >> confdefs.h <<\EOF
@@ -8776,12 +8799,12 @@ else
fi
echo $ac_n "checking for pid_t""... $ac_c" 1>&6
-echo "configure:8780: checking for pid_t" >&5
+echo "configure:8803: checking for pid_t" >&5
if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8785 "configure"
+#line 8808 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
@@ -8810,17 +8833,17 @@ fi
ac_safe=`echo "vfork.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for vfork.h""... $ac_c" 1>&6
-echo "configure:8814: checking for vfork.h" >&5
+echo "configure:8837: checking for vfork.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8819 "configure"
+#line 8842 "configure"
#include "confdefs.h"
#include <vfork.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:8824: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:8847: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -8845,18 +8868,18 @@ else
fi
echo $ac_n "checking for working vfork""... $ac_c" 1>&6
-echo "configure:8849: checking for working vfork" >&5
+echo "configure:8872: checking for working vfork" >&5
if eval "test \"`echo '$''{'ac_cv_func_vfork_works'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
if test "$cross_compiling" = yes; then
echo $ac_n "checking for vfork""... $ac_c" 1>&6
-echo "configure:8855: checking for vfork" >&5
+echo "configure:8878: checking for vfork" >&5
if eval "test \"`echo '$''{'ac_cv_func_vfork'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8860 "configure"
+#line 8883 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char vfork(); below. */
@@ -8879,7 +8902,7 @@ vfork();
; return 0; }
EOF
-if { (eval echo configure:8883: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:8906: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_vfork=yes"
else
@@ -8901,7 +8924,7 @@ fi
ac_cv_func_vfork_works=$ac_cv_func_vfork
else
cat > conftest.$ac_ext <<EOF
-#line 8905 "configure"
+#line 8928 "configure"
#include "confdefs.h"
/* Thanks to Paul Eggert for this test. */
#include <stdio.h>
@@ -8996,7 +9019,7 @@ main() {
}
}
EOF
-if { (eval echo configure:9000: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:9023: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_func_vfork_works=yes
else
@@ -9021,12 +9044,12 @@ fi
# Fixme: This should be replaced when we have autoconf 2.14.
echo $ac_n "checking for size_t""... $ac_c" 1>&6
-echo "configure:9025: checking for size_t" >&5
+echo "configure:9048: checking for size_t" >&5
if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 9030 "configure"
+#line 9053 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
@@ -9220,7 +9243,7 @@ test "${exec_prefix}" != NONE &&
## C preprocessor.
cat > conftest.$ac_ext <<EOF
-#line 9224 "configure"
+#line 9247 "configure"
#include "confdefs.h"
yes..yes
EOF
diff --git a/lisp/cus-load.el b/lisp/cus-load.el
index 56f4462175e..971da9289df 100644
--- a/lisp/cus-load.el
+++ b/lisp/cus-load.el
@@ -203,7 +203,7 @@
(put 'idlwave-shell-initial-commands 'custom-loads '("idlw-shell"))
(put 'tildify 'custom-loads '("tildify"))
(put 'cperl-autoinsert-details 'custom-loads '("cperl-mode"))
-(put 'help 'custom-loads '("help" "apropos" "cus-edit" "ehelp" "help-macro" "info-look" "info" "man" "tooltip" "woman"))
+(put 'help 'custom-loads '("help-macro" "help" "apropos" "cus-edit" "ehelp" "info-look" "info" "man" "tooltip" "woman"))
(put 'forms 'custom-loads '("forms"))
(put 'widget-documentation 'custom-loads '("wid-edit"))
(put 'eshell-banner 'custom-loads '("em-banner"))
@@ -272,7 +272,7 @@
(put 'generic-x 'custom-loads '("generic-x"))
(put 'partial-completion 'custom-loads '("complete"))
(put 'whitespace 'custom-loads '("whitespace"))
-(put 'maint 'custom-loads '("emacsbug" "gulp" "lisp-mnt"))
+(put 'maint 'custom-loads '("gulp" "lisp-mnt" "emacsbug"))
(put 'pages 'custom-loads '("page-ext"))
(put 'message-interface 'custom-loads '("message"))
(put 'diary 'custom-loads '("calendar" "diary-lib"))
@@ -314,7 +314,7 @@
(put 'metamail 'custom-loads '("metamail"))
(put 'winner 'custom-loads '("winner"))
(put 'ebrowse-faces 'custom-loads '("ebrowse"))
-(put 'wp 'custom-loads '("cus-edit" "enriched" "lpr" "ps-print" "view" "ebnf2ps" "bib-mode" "nroff-mode" "refbib" "refer" "scribe" "tildify"))
+(put 'wp 'custom-loads '("view" "cus-edit" "enriched" "lpr" "ps-print" "ebnf2ps" "bib-mode" "nroff-mode" "refbib" "refer" "scribe" "tildify"))
(put 'reftex-citation-support 'custom-loads '("reftex-vars"))
(put 'gnus-summary-choose 'custom-loads '("gnus-sum"))
(put 'widget-browse 'custom-loads '("wid-browse"))
@@ -326,7 +326,7 @@
(put 'vhdl-highlight-faces 'custom-loads '("vhdl-mode"))
(put 'which-func 'custom-loads '("which-func"))
(put 'pc-select 'custom-loads '("pc-select"))
-(put 'i18n 'custom-loads '("cus-edit" "double" "ccl" "iso-acc" "iso-ascii" "latin1-disp" "ogonek"))
+(put 'i18n 'custom-loads '("ccl" "cus-edit" "double" "iso-acc" "iso-ascii" "latin1-disp" "ogonek"))
(put 'sh 'custom-loads '("sh-script"))
(put 'message-headers 'custom-loads '("message"))
(put 'idlwave-code-formatting 'custom-loads '("idlwave"))
@@ -406,7 +406,6 @@
(put 'gnus-windows 'custom-loads '("gnus-win"))
(put 'reftex-label-support 'custom-loads '("reftex-vars"))
(put 'gnus-article-buttons 'custom-loads '("gnus-art"))
-(put 'old-c 'custom-loads '("c-mode" "cc-vars"))
(put 'gnus-summary 'custom-loads '("gnus-sum" "gnus"))
(put 'compilation 'custom-loads '("compile"))
(put 'ediff-highlighting 'custom-loads '("ediff-init"))
@@ -475,7 +474,7 @@
(put 'message-sending 'custom-loads '("message"))
(put 'archive-arc 'custom-loads '("arc-mode"))
(put 'rmail-output 'custom-loads '("rmailout"))
-(put 'editing 'custom-loads '("simple" "indent" "paragraphs" "cus-edit" "faces" "outline" "hl-line" "vcursor" "view" "whitespace" "auto-show" "hscroll" "picture"))
+(put 'editing 'custom-loads '("simple" "view" "indent" "paragraphs" "cus-edit" "faces" "outline" "hl-line" "vcursor" "whitespace" "auto-show" "hscroll" "picture"))
(put 'crisp 'custom-loads '("crisp"))
(put 'nroff 'custom-loads '("nroff-mode"))
(put 'gnus-group-icons 'custom-loads '("gnus-group"))
@@ -930,10 +929,10 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.")
(custom-put-if-not 'sgml-validate-command 'standard-value t)
(custom-put-if-not 'jit-lock 'custom-version "21.1")
(custom-put-if-not 'jit-lock 'group-documentation "Font Lock support mode to fontify just-in-time.")
-(custom-put-if-not 'bs 'custom-version "21.1")
-(custom-put-if-not 'bs 'group-documentation "Buffer Selection: Maintaining buffers by buffer menu.")
(custom-put-if-not 'rmail-file-name 'custom-version "21.1")
(custom-put-if-not 'rmail-file-name 'standard-value t)
+(custom-put-if-not 'bs 'custom-version "21.1")
+(custom-put-if-not 'bs 'group-documentation "Buffer Selection: Maintaining buffers by buffer menu.")
(custom-put-if-not 'cperl 'custom-version "20.3")
(custom-put-if-not 'cperl 'group-documentation "Major mode for editing Perl code.")
(custom-put-if-not 'focus-follows-mouse 'custom-version "20.3")
diff --git a/lisp/loaddefs.el b/lisp/loaddefs.el
index 1dff642ec95..75ec9e7765d 100644
--- a/lisp/loaddefs.el
+++ b/lisp/loaddefs.el
@@ -4,7 +4,7 @@
;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best
;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5"
-;;;;;; "play/5x5.el" (15187 6159))
+;;;;;; "play/5x5.el" (15611 31357))
;;; Generated autoloads from play/5x5.el
(autoload (quote 5x5) "5x5" "\
@@ -52,7 +52,7 @@ should return a grid vector array that is the new solution." t nil)
;;;***
;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el"
-;;;;;; (15347 60264))
+;;;;;; (15611 31357))
;;; Generated autoloads from progmodes/ada-mode.el
(autoload (quote ada-add-extensions) "ada-mode" "\
@@ -108,7 +108,7 @@ If you use ada-xref.el:
;;;***
;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el"
-;;;;;; (15186 41424))
+;;;;;; (15611 31358))
;;; Generated autoloads from progmodes/ada-stmt.el
(autoload (quote ada-header) "ada-stmt" "\
@@ -119,7 +119,7 @@ Insert a descriptive header at the top of the file." t nil)
;;;### (autoloads (change-log-redate change-log-merge add-log-current-defun
;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry
;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address
-;;;;;; add-log-full-name) "add-log" "add-log.el" (15215 36955))
+;;;;;; add-log-full-name) "add-log" "add-log.el" (15611 31342))
;;; Generated autoloads from add-log.el
(defvar add-log-full-name nil "\
@@ -217,8 +217,8 @@ Fix any old-style date entries in the current log file to default format." t nil
;;;***
;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action
-;;;;;; ad-redefinition-action) "advice" "emacs-lisp/advice.el" (15384
-;;;;;; 23012))
+;;;;;; ad-redefinition-action) "advice" "emacs-lisp/advice.el" (15611
+;;;;;; 31353))
;;; Generated autoloads from emacs-lisp/advice.el
(defvar ad-redefinition-action (quote warn) "\
@@ -309,7 +309,7 @@ See Info node `(elisp)Advising Functions' for comprehensive documentation." nil
;;;### (autoloads (align-newline-and-indent align-unhighlight-rule
;;;;;; align-highlight-rule align-current align-entire align-regexp
-;;;;;; align) "align" "align.el" (15187 6158))
+;;;;;; align) "align" "align.el" (15611 31342))
;;; Generated autoloads from align.el
(autoload (quote align) "align" "\
@@ -385,7 +385,7 @@ A replacement function for `newline-and-indent', aligning as it goes." t nil)
;;;***
;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
-;;;;;; "net/ange-ftp.el" (15587 56593))
+;;;;;; "net/ange-ftp.el" (15768 1743))
;;; Generated autoloads from net/ange-ftp.el
(defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)
@@ -426,7 +426,7 @@ Display Sarah's birthday present in a new buffer." t nil)
;;;***
;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on)
-;;;;;; "ansi-color" "ansi-color.el" (14965 36567))
+;;;;;; "ansi-color" "ansi-color.el" (15611 31342))
;;; Generated autoloads from ansi-color.el
(autoload (quote ansi-color-for-comint-mode-on) "ansi-color" "\
@@ -448,7 +448,7 @@ This is a good function to put in `comint-output-filter-functions'." nil nil)
;;;***
;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules)
-;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (15241 58886))
+;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (15611 31358))
;;; Generated autoloads from progmodes/antlr-mode.el
(autoload (quote antlr-show-makefile-rules) "antlr-mode" "\
@@ -481,7 +481,7 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'." nil nil)
;;;### (autoloads (appt-make-list appt-delete appt-add appt-display-diary
;;;;;; appt-display-duration appt-msg-window appt-display-mode-line
;;;;;; appt-visible appt-audible appt-message-warning-time appt-issue-message)
-;;;;;; "appt" "calendar/appt.el" (15186 41419))
+;;;;;; "appt" "calendar/appt.el" (15735 20644))
;;; Generated autoloads from calendar/appt.el
(defvar appt-issue-message t "\
@@ -533,8 +533,8 @@ They specify the range of dates that the diary is being processed for." nil nil)
;;;***
;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command
-;;;;;; apropos-variable apropos-mode) "apropos" "apropos.el" (15284
-;;;;;; 5692))
+;;;;;; apropos-variable apropos-mode) "apropos" "apropos.el" (15611
+;;;;;; 31342))
;;; Generated autoloads from apropos.el
(autoload (quote apropos-mode) "apropos" "\
@@ -578,8 +578,8 @@ Returns list of symbols and documentation found." t nil)
;;;***
-;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (15587
-;;;;;; 56590))
+;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (15611
+;;;;;; 31342))
;;; Generated autoloads from arc-mode.el
(autoload (quote archive-mode) "arc-mode" "\
@@ -597,7 +597,7 @@ archive.
;;;***
-;;;### (autoloads (array-mode) "array" "array.el" (15587 56590))
+;;;### (autoloads (array-mode) "array" "array.el" (15611 31342))
;;; Generated autoloads from array.el
(autoload (quote array-mode) "array" "\
@@ -666,8 +666,8 @@ Entering array mode calls the function `array-mode-hook'." t nil)
;;;***
-;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (15587
-;;;;;; 56594))
+;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (15735
+;;;;;; 20648))
;;; Generated autoloads from textmodes/artist.el
(autoload (quote artist-mode) "artist" "\
@@ -965,7 +965,7 @@ This is similar to \\[autoarg-mode] but rebinds the keypad keys `kp-1'
;;;***
;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el"
-;;;;;; (15327 25337))
+;;;;;; (15611 31358))
;;; Generated autoloads from progmodes/autoconf.el
(autoload (quote autoconf-mode) "autoconf" "\
@@ -974,7 +974,7 @@ Major mode for editing Autoconf configure.in files." t nil)
;;;***
;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert)
-;;;;;; "autoinsert" "autoinsert.el" (14898 8348))
+;;;;;; "autoinsert" "autoinsert.el" (15735 20643))
;;; Generated autoloads from autoinsert.el
(autoload (quote auto-insert) "autoinsert" "\
@@ -987,7 +987,7 @@ Optional AFTER means to insert action after all existing actions for CONDITION,
or if CONDITION had no actions, after all other CONDITIONs." nil nil)
(defvar auto-insert-mode nil "\
-Toggle Auto-Insert mode on or off.
+Non-nil if Auto-Insert mode is enabled.
See the command `auto-insert-mode' for a description of this minor-mode.
Setting this variable directly does not take effect;
use either \\[customize] or the function `auto-insert-mode'.")
@@ -1008,7 +1008,7 @@ insert a template for the file depending on the mode of the buffer." t nil)
;;;### (autoloads (batch-update-autoloads update-autoloads-from-directories
;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
-;;;;;; (15187 6159))
+;;;;;; (15611 31353))
;;; Generated autoloads from emacs-lisp/autoload.el
(autoload (quote update-file-autoloads) "autoload" "\
@@ -1027,7 +1027,7 @@ Calls `update-autoloads-from-directories' on the command line arguments." nil ni
;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-mode
;;;;;; auto-revert-mode global-auto-revert-mode) "autorevert" "autorevert.el"
-;;;;;; (15187 6158))
+;;;;;; (15611 31342))
;;; Generated autoloads from autorevert.el
(defvar auto-revert-mode nil "\
@@ -1109,8 +1109,8 @@ definition of \"random distance\".)" t nil)
;;;***
-;;;### (autoloads (awk-mode) "awk-mode" "progmodes/awk-mode.el" (14854
-;;;;;; 32223))
+;;;### (autoloads (awk-mode) "awk-mode" "progmodes/awk-mode.el" (15611
+;;;;;; 31358))
;;; Generated autoloads from progmodes/awk-mode.el
(autoload (quote awk-mode) "awk-mode" "\
@@ -1147,7 +1147,7 @@ Vectors work just like lists. Nested backquotes are permitted." nil (quote macr
;;;***
;;;### (autoloads (display-battery battery) "battery" "battery.el"
-;;;;;; (15218 17774))
+;;;;;; (15611 31342))
;;; Generated autoloads from battery.el
(autoload (quote battery) "battery" "\
@@ -1164,8 +1164,8 @@ seconds." t nil)
;;;***
-;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (14977
-;;;;;; 55968))
+;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (15735
+;;;;;; 20648))
;;; Generated autoloads from textmodes/bibtex.el
(autoload (quote bibtex-mode) "bibtex" "\
@@ -1174,7 +1174,7 @@ Major mode for editing BibTeX files.
To submit a problem report, enter \\[bibtex-submit-bug-report] from a
BibTeX mode buffer. This automatically sets up a mail buffer with
version information already added. You just need to add a description
-of the problem, including a reproducable test case and send the
+of the problem, including a reproducible test case and send the
message.
@@ -1269,15 +1269,15 @@ non-nil.
;;;***
-;;;### (autoloads nil "binhex" "gnus/binhex.el" (15186 41420))
+;;;### (autoloads nil "binhex" "gnus/binhex.el" (15611 31354))
;;; Generated autoloads from gnus/binhex.el
(defconst binhex-begin-line "^:...............................................................$")
;;;***
-;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (13229
-;;;;;; 27947))
+;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (15611
+;;;;;; 31357))
;;; Generated autoloads from play/blackbox.el
(autoload (quote blackbox) "blackbox" "\
@@ -1399,7 +1399,7 @@ a reflection." t nil)
;;;;;; bookmark-load bookmark-save bookmark-write bookmark-delete
;;;;;; bookmark-insert bookmark-rename bookmark-insert-location
;;;;;; bookmark-relocate bookmark-jump bookmark-set) "bookmark"
-;;;;;; "bookmark.el" (15252 54377))
+;;;;;; "bookmark.el" (15611 31342))
;;; Generated autoloads from bookmark.el
(define-key ctl-x-map "rb" 'bookmark-jump)
(define-key ctl-x-map "rm" 'bookmark-set)
@@ -1658,7 +1658,7 @@ corresponding bookmark function from Lisp (the one without the
;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program
;;;;;; browse-url-save-file browse-url-netscape-display browse-url-new-window-flag
;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el"
-;;;;;; (15187 6159))
+;;;;;; (15735 20647))
;;; Generated autoloads from net/browse-url.el
(defvar browse-url-browser-function (if (memq system-type (quote (windows-nt ms-dos))) (quote browse-url-default-windows-browser) (quote browse-url-netscape)) "\
@@ -1862,8 +1862,8 @@ Default to the URL around or before point." t nil)
;;;***
-;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (13607
-;;;;;; 42538))
+;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (15611
+;;;;;; 31357))
;;; Generated autoloads from play/bruce.el
(autoload (quote bruce) "bruce" "\
@@ -1875,7 +1875,7 @@ Return a vector containing the lines from `bruce-phrases-file'." nil nil)
;;;***
;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)
-;;;;;; "bs" "bs.el" (15151 3015))
+;;;;;; "bs" "bs.el" (15735 20643))
;;; Generated autoloads from bs.el
(autoload (quote bs-cycle-next) "bs" "\
@@ -1910,7 +1910,7 @@ name of buffer configuration." t nil)
;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile
;;;;;; display-call-tree byte-compile compile-defun byte-compile-file
;;;;;; byte-recompile-directory byte-force-recompile) "bytecomp"
-;;;;;; "emacs-lisp/bytecomp.el" (15235 24851))
+;;;;;; "emacs-lisp/bytecomp.el" (15768 1742))
;;; Generated autoloads from emacs-lisp/bytecomp.el
(autoload (quote byte-force-recompile) "bytecomp" "\
@@ -1986,7 +1986,7 @@ For example, invoke `emacs -batch -f batch-byte-recompile-directory .'." nil nil
;;;***
;;;### (autoloads (list-yahrzeit-dates) "cal-hebrew" "calendar/cal-hebrew.el"
-;;;;;; (15186 41419))
+;;;;;; (15611 31352))
;;; Generated autoloads from calendar/cal-hebrew.el
(autoload (quote list-yahrzeit-dates) "cal-hebrew" "\
@@ -1996,8 +1996,8 @@ from the cursor position." t nil)
;;;***
-;;;### (autoloads (calculator) "calculator" "calculator.el" (15302
-;;;;;; 45573))
+;;;### (autoloads (calculator) "calculator" "calculator.el" (15611
+;;;;;; 31342))
;;; Generated autoloads from calculator.el
(autoload (quote calculator) "calculator" "\
@@ -2022,7 +2022,7 @@ See the documentation for `calculator-mode' for more information." t nil)
;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar
;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset
;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el"
-;;;;;; (15445 32043))
+;;;;;; (15611 31353))
;;; Generated autoloads from calendar/calendar.el
(defvar calendar-week-start-day 0 "\
@@ -2470,7 +2470,7 @@ The original function `calendar' has been renamed `calendar-basic-setup'." t nil
;;;***
-;;;### (autoloads nil "cc-langs" "progmodes/cc-langs.el" (15186 41424))
+;;;### (autoloads nil "cc-langs" "progmodes/cc-langs.el" (15611 31358))
;;; Generated autoloads from progmodes/cc-langs.el
(defvar c-mode-syntax-table nil "\
@@ -2495,7 +2495,7 @@ Syntax table used in pike-mode buffers.")
;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode
;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
-;;;;;; (15094 21666))
+;;;;;; (15611 31358))
;;; Generated autoloads from progmodes/cc-mode.el
(autoload (quote c-initialize-cc-mode) "cc-mode" nil nil nil)
@@ -2606,7 +2606,7 @@ Key bindings:
;;;***
;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"
-;;;;;; "progmodes/cc-styles.el" (15186 41424))
+;;;;;; "progmodes/cc-styles.el" (15611 31358))
;;; Generated autoloads from progmodes/cc-styles.el
(autoload (quote c-set-style) "cc-styles" "\
@@ -2647,7 +2647,7 @@ and exists only for compatibility reasons." t nil)
;;;***
-;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (15587 56594))
+;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (15611 31358))
;;; Generated autoloads from progmodes/cc-vars.el
(defconst c-emacs-features (let ((infodock-p (boundp (quote infodock-version))) (comments (let ((table (copy-syntax-table)) entry) (modify-syntax-entry 97 ". 12345678" table) (cond ((arrayp table) (setq entry (aref table 97)) (if (consp entry) (setq entry (car entry)))) ((fboundp (quote get-char-table)) (setq entry (get-char-table 97 table))) ((and (fboundp (quote char-table-p)) (char-table-p table)) (setq entry (car (char-table-range table [97])))) (t (error "CC Mode is incompatible with this version of Emacs"))) (if (= (logand (lsh entry -16) 255) 255) (quote 8-bit) (quote 1-bit))))) (if infodock-p (list comments (quote infodock)) (list comments))) "\
@@ -2915,7 +2915,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program." ni
;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el"
-;;;;;; (15587 56592))
+;;;;;; (15735 20645))
;;; Generated autoloads from emacs-lisp/checkdoc.el
(autoload (quote checkdoc) "checkdoc" "\
@@ -3054,8 +3054,8 @@ checking of documentation strings.
;;;***
;;;### (autoloads (encode-hz-buffer encode-hz-region decode-hz-buffer
-;;;;;; decode-hz-region) "china-util" "language/china-util.el" (15186
-;;;;;; 41422))
+;;;;;; decode-hz-region) "china-util" "language/china-util.el" (15611
+;;;;;; 31356))
;;; Generated autoloads from language/china-util.el
(autoload (quote decode-hz-region) "china-util" "\
@@ -3075,7 +3075,7 @@ Encode the text in the current buffer to HZ." t nil)
;;;***
;;;### (autoloads (command-history list-command-history repeat-matching-complex-command)
-;;;;;; "chistory" "chistory.el" (14883 31905))
+;;;;;; "chistory" "chistory.el" (15611 31342))
;;; Generated autoloads from chistory.el
(autoload (quote repeat-matching-complex-command) "chistory" "\
@@ -3108,7 +3108,7 @@ and runs the normal hook `command-history-hook'." t nil)
;;;***
-;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (15012 48294))
+;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (15611 31353))
;;; Generated autoloads from emacs-lisp/cl.el
(defvar custom-print-functions nil "\
@@ -3124,7 +3124,7 @@ a future Emacs interpreter will be able to use it.")
;;;***
;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
-;;;;;; (15226 25462))
+;;;;;; (15611 31353))
;;; Generated autoloads from emacs-lisp/cl-indent.el
(autoload (quote common-lisp-indent-function) "cl-indent" nil nil nil)
@@ -3149,8 +3149,8 @@ For use inside Lisp programs, see also `c-macro-expansion'." t nil)
;;;***
-;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (15186
-;;;;;; 41418))
+;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (15611
+;;;;;; 31342))
;;; Generated autoloads from cmuscheme.el
(autoload (quote run-scheme) "cmuscheme" "\
@@ -3166,7 +3166,7 @@ of `scheme-program-name'). Runs the hooks `inferior-scheme-mode-hook'
;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage
;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage)
-;;;;;; "codepage" "international/codepage.el" (15186 41421))
+;;;;;; "codepage" "international/codepage.el" (15611 31355))
;;; Generated autoloads from international/codepage.el
(autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\
@@ -3213,7 +3213,7 @@ read/written by MS-DOS software, or for display on the MS-DOS terminal." t nil)
;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
-;;;;;; (15587 56590))
+;;;;;; (15735 20643))
;;; Generated autoloads from comint.el
(autoload (quote make-comint-in-buffer) "comint" "\
@@ -3269,8 +3269,8 @@ REGEXP-GROUP is the regular expression group in REGEXP to use." nil nil)
;;;***
-;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (15186
-;;;;;; 41418))
+;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (15611
+;;;;;; 31342))
;;; Generated autoloads from compare-w.el
(autoload (quote compare-windows) "compare-w" "\
@@ -3293,7 +3293,7 @@ If `compare-ignore-case' is non-nil, changes in case are also ignored." t nil)
;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode
;;;;;; compilation-mode grep-find grep compile compilation-search-path
;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook)
-;;;;;; "compile" "progmodes/compile.el" (15544 745))
+;;;;;; "compile" "progmodes/compile.el" (15768 1743))
;;; Generated autoloads from progmodes/compile.el
(defvar compilation-mode-hook nil "\
@@ -3459,7 +3459,7 @@ See also the variable `PC-include-file-path'." t nil)
;;;***
;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el"
-;;;;;; (15186 41418))
+;;;;;; (15611 31342))
;;; Generated autoloads from completion.el
(autoload (quote dynamic-completion-mode) "completion" "\
@@ -3659,7 +3659,7 @@ vector of CHAR respectively." nil nil)
;;;***
;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie)
-;;;;;; "cookie1" "play/cookie1.el" (14747 44775))
+;;;;;; "cookie1" "play/cookie1.el" (15611 31357))
;;; Generated autoloads from play/cookie1.el
(autoload (quote cookie) "cookie1" "\
@@ -3681,7 +3681,7 @@ Randomly permute the elements of VECTOR (all permutations equally likely)" nil n
;;;***
;;;### (autoloads (copyright copyright-update) "copyright" "emacs-lisp/copyright.el"
-;;;;;; (15187 6159))
+;;;;;; (15611 31353))
;;; Generated autoloads from emacs-lisp/copyright.el
(autoload (quote copyright-update) "copyright" "\
@@ -3697,7 +3697,7 @@ Insert a copyright by $ORGANIZATION notice at cursor." t nil)
;;;***
;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el"
-;;;;;; (15587 56594))
+;;;;;; (15735 20647))
;;; Generated autoloads from progmodes/cperl-mode.el
(autoload (quote cperl-mode) "cperl-mode" "\
@@ -3868,7 +3868,7 @@ or as help on variables `cperl-tips', `cperl-problems',
;;;***
;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el"
-;;;;;; (15187 6160))
+;;;;;; (15611 31359))
;;; Generated autoloads from progmodes/cpp.el
(autoload (quote cpp-highlight-buffer) "cpp" "\
@@ -3907,7 +3907,7 @@ With ARG, turn CRiSP mode on if ARG is positive, off otherwise." t nil)
;;;***
;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el"
-;;;;;; (14600 36409))
+;;;;;; (15611 31353))
;;; Generated autoloads from emacs-lisp/crm.el
(autoload (quote completing-read-multiple) "crm" "\
@@ -3948,7 +3948,7 @@ INHERIT-INPUT-METHOD." nil nil)
;;;;;; customize-option-other-window customize-changed-options customize-option
;;;;;; customize-group-other-window customize-group customize customize-save-variable
;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el"
-;;;;;; (15453 9604))
+;;;;;; (15735 20643))
;;; Generated autoloads from cus-edit.el
(add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'")
@@ -4107,7 +4107,7 @@ The format is suitable for use with `easy-menu-define'." nil nil)
;;;***
;;;### (autoloads (custom-set-faces custom-declare-face) "cus-face"
-;;;;;; "cus-face.el" (15187 6158))
+;;;;;; "cus-face.el" (15611 31342))
;;; Generated autoloads from cus-face.el
(autoload (quote custom-declare-face) "cus-face" "\
@@ -4128,7 +4128,7 @@ See `defface' for the format of SPEC." nil nil)
;;;***
;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el"
-;;;;;; (14909 56659))
+;;;;;; (15611 31342))
;;; Generated autoloads from cvs-status.el
(autoload (quote cvs-status-mode) "cvs-status" "\
@@ -4137,7 +4137,7 @@ Mode used for cvs status output." t nil)
;;;***
;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode)
-;;;;;; "cwarn" "progmodes/cwarn.el" (15315 20658))
+;;;;;; "cwarn" "progmodes/cwarn.el" (15611 31359))
;;; Generated autoloads from progmodes/cwarn.el
(autoload (quote cwarn-mode) "cwarn" "\
@@ -4164,7 +4164,7 @@ With ARG, turn CWarn mode on globally if and only if arg is positive." t nil)
;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char
;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el"
-;;;;;; (15186 41422))
+;;;;;; (15611 31356))
;;; Generated autoloads from language/cyril-util.el
(autoload (quote cyrillic-encode-koi8-r-char) "cyril-util" "\
@@ -4187,7 +4187,7 @@ If the argument is nil, we return the display table to its standard state." t ni
;;;***
;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
-;;;;;; (15153 45273))
+;;;;;; (15611 31342))
;;; Generated autoloads from dabbrev.el
(define-key esc-map "/" (quote dabbrev-expand))
@@ -4232,8 +4232,8 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion]." t nil)
;;;***
-;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (14977
-;;;;;; 55829))
+;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (15735
+;;;;;; 20647))
;;; Generated autoloads from progmodes/dcl-mode.el
(autoload (quote dcl-mode) "dcl-mode" "\
@@ -4355,7 +4355,7 @@ $
;;;***
;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug"
-;;;;;; "emacs-lisp/debug.el" (14763 42852))
+;;;;;; "emacs-lisp/debug.el" (15611 31353))
;;; Generated autoloads from emacs-lisp/debug.el
(setq debugger (quote debug))
@@ -4384,7 +4384,7 @@ If argument is nil or an empty string, cancel for all functions." t nil)
;;;***
;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el"
-;;;;;; (15187 6160))
+;;;;;; (15611 31357))
;;; Generated autoloads from play/decipher.el
(autoload (quote decipher) "decipher" "\
@@ -4409,8 +4409,8 @@ The most useful commands are:
;;;***
;;;### (autoloads (delimit-columns-rectangle delimit-columns-region
-;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (15187
-;;;;;; 6158))
+;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (15611
+;;;;;; 31342))
;;; Generated autoloads from delim-col.el
(autoload (quote delimit-columns-customize) "delim-col" "\
@@ -4428,8 +4428,8 @@ START and END delimits the corners of text rectangle." t nil)
;;;***
-;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (15187
-;;;;;; 6160))
+;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (15611
+;;;;;; 31359))
;;; Generated autoloads from progmodes/delphi.el
(autoload (quote delphi-mode) "delphi" "\
@@ -4477,8 +4477,8 @@ no args, if that value is non-nil." t nil)
;;;***
-;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (15445
-;;;;;; 32035))
+;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (15611
+;;;;;; 31342))
;;; Generated autoloads from delsel.el
(defalias (quote pending-delete-mode) (quote delete-selection-mode))
@@ -4506,7 +4506,7 @@ any selection." t nil)
;;;***
;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)
-;;;;;; "derived" "derived.el" (15186 41418))
+;;;;;; "derived" "derived.el" (15611 31342))
;;; Generated autoloads from derived.el
(autoload (quote define-derived-mode) "derived" "\
@@ -4549,7 +4549,7 @@ the first time the mode is used." nil nil)
;;;***
;;;### (autoloads (desktop-load-default desktop-read) "desktop" "desktop.el"
-;;;;;; (15317 30339))
+;;;;;; (15611 31343))
;;; Generated autoloads from desktop.el
(autoload (quote desktop-read) "desktop" "\
@@ -4570,7 +4570,7 @@ to provide correct modes for autoloaded files." nil nil)
;;;;;; devanagari-decompose-string char-to-glyph-devanagari indian-to-devanagari-string
;;;;;; devanagari-to-indian-region indian-to-devanagari-region devanagari-to-indian
;;;;;; indian-to-devanagari) "devan-util" "language/devan-util.el"
-;;;;;; (15187 6159))
+;;;;;; (15768 20964))
;;; Generated autoloads from language/devan-util.el
(autoload (quote indian-to-devanagari) "devan-util" "\
@@ -4624,7 +4624,7 @@ Decompose Devanagari characters in the region to IS 13194 characters." t nil)
;;;***
;;;### (autoloads (diary-mail-entries diary) "diary-lib" "calendar/diary-lib.el"
-;;;;;; (15186 41419))
+;;;;;; (15611 31353))
;;; Generated autoloads from calendar/diary-lib.el
(autoload (quote diary) "diary-lib" "\
@@ -4659,7 +4659,7 @@ to run it every morning at 1am." t nil)
;;;***
;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff"
-;;;;;; "diff.el" (15215 36955))
+;;;;;; "diff.el" (15611 31343))
;;; Generated autoloads from diff.el
(defvar diff-switches "-c" "\
@@ -4683,7 +4683,7 @@ The backup file is the first file given to `diff'." t nil)
;;;***
;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el"
-;;;;;; (15479 23172))
+;;;;;; (15611 31343))
;;; Generated autoloads from diff-mode.el
(autoload (quote diff-mode) "diff-mode" "\
@@ -4702,7 +4702,7 @@ Minor mode for viewing/editing context diffs.
;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
-;;;;;; "dired" "dired.el" (15279 8859))
+;;;;;; "dired" "dired.el" (15735 20643))
;;; Generated autoloads from dired.el
(defvar dired-listing-switches "-al" "\
@@ -4806,7 +4806,7 @@ Like `dired' but returns the dired buffer as value, does not select it." nil nil
;;;;;; dired-do-compress dired-compress-file dired-do-kill-lines
;;;;;; dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp
;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux"
-;;;;;; "dired-aux.el" (15279 8859))
+;;;;;; "dired-aux.el" (15611 31343))
;;; Generated autoloads from dired-aux.el
(autoload (quote dired-diff) "dired-aux" "\
@@ -5039,7 +5039,7 @@ true then the type of the file linked to by FILE is printed instead." t nil)
;;;***
-;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (15325 16433))
+;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (15611 31343))
;;; Generated autoloads from dired-x.el
(autoload (quote dired-jump) "dired-x" "\
@@ -5086,7 +5086,7 @@ redefine OBJECT if it is a symbol." t nil)
;;;;;; standard-display-graphic standard-display-g1 standard-display-ascii
;;;;;; standard-display-default standard-display-8bit describe-current-display-table
;;;;;; describe-display-table set-display-table-slot display-table-slot
-;;;;;; make-display-table) "disp-table" "disp-table.el" (15186 41418))
+;;;;;; make-display-table) "disp-table" "disp-table.el" (15611 31343))
;;; Generated autoloads from disp-table.el
(autoload (quote make-display-table) "disp-table" "\
@@ -5175,7 +5175,7 @@ Default is 2." t nil)
;;;***
-;;;### (autoloads (doctor) "doctor" "play/doctor.el" (15317 38895))
+;;;### (autoloads (doctor) "doctor" "play/doctor.el" (15611 31357))
;;; Generated autoloads from play/doctor.el
(autoload (quote doctor) "doctor" "\
@@ -5184,7 +5184,7 @@ Switch to *doctor* buffer and start giving psychotherapy." t nil)
;;;***
;;;### (autoloads (double-mode double-mode) "double" "double.el"
-;;;;;; (15187 6158))
+;;;;;; (15761 38858))
;;; Generated autoloads from double.el
(defvar double-mode nil "\
@@ -5205,7 +5205,7 @@ when pressed twice. See variable `double-map' for details." t nil)
;;;***
-;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (15187 6160))
+;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (15735 20647))
;;; Generated autoloads from play/dunnet.el
(autoload (quote dunnet) "dunnet" "\
@@ -5224,7 +5224,7 @@ Play sounds in message buffers." t nil)
;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap
;;;;;; easy-mmode-define-global-mode define-minor-mode) "easy-mmode"
-;;;;;; "emacs-lisp/easy-mmode.el" (15395 17213))
+;;;;;; "emacs-lisp/easy-mmode.el" (15611 31353))
;;; Generated autoloads from emacs-lisp/easy-mmode.el
(defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode))
@@ -5278,8 +5278,8 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX)." nil (
;;;***
;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
-;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (15587
-;;;;;; 56592))
+;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (15761
+;;;;;; 38861))
;;; Generated autoloads from emacs-lisp/easymenu.el
(put (quote easy-menu-define) (quote lisp-indent-function) (quote defun))
@@ -5287,7 +5287,7 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX)." nil (
(autoload (quote easy-menu-define) "easymenu" "\
Define a menu bar submenu in maps MAPS, according to MENU.
The menu keymap is stored in symbol SYMBOL, both as its value
-and as its function definition. DOC is used as the doc string for SYMBOL.
+and as its function definition. DOC is used as the doc string for SYMBOL.
The first element of MENU must be a string. It is the menu bar item name.
It may be followed by the following keyword argument pairs
@@ -5525,7 +5525,7 @@ It returns the old style symbol." t nil)
;;;;;; ebrowse-back-in-position-stack ebrowse-tags-search-member-use
;;;;;; ebrowse-tags-query-replace ebrowse-tags-loop-continue ebrowse-tags-complete-symbol
;;;;;; ebrowse-electric-choose-tree ebrowse-tree-mode) "ebrowse"
-;;;;;; "progmodes/ebrowse.el" (15587 56594))
+;;;;;; "progmodes/ebrowse.el" (15611 31359))
;;; Generated autoloads from progmodes/ebrowse.el
(autoload (quote ebrowse-tree-mode) "ebrowse" "\
@@ -5588,7 +5588,7 @@ Display statistics for a class tree." t nil)
;;;***
;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el"
-;;;;;; (15238 2043))
+;;;;;; (15611 31343))
;;; Generated autoloads from ebuff-menu.el
(autoload (quote electric-buffer-list) "ebuff-menu" "\
@@ -5621,7 +5621,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing." t nil)
;;;***
;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms
-;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (15288 7070))
+;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (15735 20645))
;;; Generated autoloads from emacs-lisp/edebug.el
(defvar edebug-all-defs nil "\
@@ -5664,7 +5664,7 @@ or if an error occurs, leave point after it with mark at the original point." t
;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor
;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions
;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-files3
-;;;;;; ediff-files) "ediff" "ediff.el" (15587 56590))
+;;;;;; ediff-files) "ediff" "ediff.el" (15611 31343))
;;; Generated autoloads from ediff.el
(autoload (quote ediff-files) "ediff" "\
@@ -5833,14 +5833,14 @@ With optional NODE, goes to that node." t nil)
;;;***
;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el"
-;;;;;; (15186 41418))
+;;;;;; (15611 31343))
;;; Generated autoloads from ediff-help.el
(autoload (quote ediff-customize) "ediff-help" nil t nil)
;;;***
-;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (15186 41418))
+;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (15611 31343))
;;; Generated autoloads from ediff-hook.el
(defvar ediff-window-setup-function)
@@ -5852,7 +5852,7 @@ With optional NODE, goes to that node." t nil)
;;;***
;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el"
-;;;;;; (15283 59681))
+;;;;;; (15611 31343))
;;; Generated autoloads from ediff-mult.el
(autoload (quote ediff-show-registry) "ediff-mult" "\
@@ -5863,7 +5863,7 @@ Display Ediff's registry." t nil)
;;;***
;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)
-;;;;;; "ediff-util" "ediff-util.el" (15195 56516))
+;;;;;; "ediff-util" "ediff-util.el" (15611 31343))
;;; Generated autoloads from ediff-util.el
(autoload (quote ediff-toggle-multiframe) "ediff-util" "\
@@ -5880,7 +5880,7 @@ To change the default, set the variable `ediff-use-toolbar-p', which see." t nil
;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro
;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el"
-;;;;;; (15187 6158))
+;;;;;; (15735 20643))
;;; Generated autoloads from edmacro.el
(define-key ctl-x-map "\C-k" 'edit-kbd-macro)
@@ -5924,7 +5924,7 @@ or nil, use a compact 80-column format." nil nil)
;;;***
;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"
-;;;;;; "emulation/edt.el" (15587 56592))
+;;;;;; "emulation/edt.el" (15735 20645))
;;; Generated autoloads from emulation/edt.el
(autoload (quote edt-set-scroll-margins) "edt" "\
@@ -5971,7 +5971,7 @@ BUFFER is put into `default-major-mode' (or `fundamental-mode') when we exit." n
;;;***
;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string
-;;;;;; eldoc-mode) "eldoc" "emacs-lisp/eldoc.el" (14890 7814))
+;;;;;; eldoc-mode) "eldoc" "emacs-lisp/eldoc.el" (15611 31353))
;;; Generated autoloads from emacs-lisp/eldoc.el
(defvar eldoc-mode nil "\
@@ -6022,7 +6022,7 @@ This is suitable as an entry on `find-file-hooks' or appropriate mode hooks." t
;;;***
;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el"
-;;;;;; (15187 6159))
+;;;;;; (15611 31353))
;;; Generated autoloads from emacs-lisp/elint.el
(autoload (quote elint-initialize) "elint" "\
@@ -6031,8 +6031,8 @@ Initialize elint." t nil)
;;;***
;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list
-;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (15186
-;;;;;; 41419))
+;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (15611
+;;;;;; 31353))
;;; Generated autoloads from emacs-lisp/elp.el
(autoload (quote elp-instrument-function) "elp" "\
@@ -6058,7 +6058,7 @@ displayed." t nil)
;;;***
;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el"
-;;;;;; (15251 11795))
+;;;;;; (15611 31356))
;;; Generated autoloads from mail/emacsbug.el
(autoload (quote report-emacs-bug) "emacsbug" "\
@@ -6071,7 +6071,7 @@ Prompts for bug subject. Leaves you in a mail buffer." t nil)
;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote
;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor
;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"
-;;;;;; "emerge.el" (15187 6158))
+;;;;;; "emerge.el" (15611 31343))
;;; Generated autoloads from emerge.el
(defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge"))
@@ -6123,7 +6123,7 @@ Emerge two RCS revisions of a file, with another revision as ancestor." t nil)
;;;***
;;;### (autoloads (encoded-kbd-mode) "encoded-kb" "international/encoded-kb.el"
-;;;;;; (15355 34791))
+;;;;;; (15611 31355))
;;; Generated autoloads from international/encoded-kb.el
(autoload (quote encoded-kbd-mode) "encoded-kb" "\
@@ -6141,7 +6141,7 @@ as a multilingual text encoded in a coding system set by
;;;***
;;;### (autoloads (enriched-decode enriched-encode enriched-mode)
-;;;;;; "enriched" "enriched.el" (15325 19202))
+;;;;;; "enriched" "enriched.el" (15611 31343))
;;; Generated autoloads from enriched.el
(autoload (quote enriched-mode) "enriched" "\
@@ -6163,8 +6163,8 @@ Commands:
;;;***
-;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (15186
-;;;;;; 58648))
+;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (15611
+;;;;;; 31354))
;;; Generated autoloads from eshell/esh-mode.el
(autoload (quote eshell-mode) "esh-mode" "\
@@ -6174,8 +6174,8 @@ Emacs shell interactive mode.
;;;***
-;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (15186
-;;;;;; 41420))
+;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (15611
+;;;;;; 31354))
;;; Generated autoloads from eshell/esh-test.el
(autoload (quote eshell-test) "esh-test" "\
@@ -6184,7 +6184,7 @@ Test Eshell to verify that it works as expected." t nil)
;;;***
;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command
-;;;;;; eshell) "eshell" "eshell/eshell.el" (15587 56592))
+;;;;;; eshell) "eshell" "eshell/eshell.el" (15611 31354))
;;; Generated autoloads from eshell/eshell.el
(autoload (quote eshell) "eshell" "\
@@ -6219,7 +6219,7 @@ Please include any configuration details that might be involved." t nil)
;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table
;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-compression-info-list
;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el"
-;;;;;; (15479 23181))
+;;;;;; (15611 31359))
;;; Generated autoloads from progmodes/etags.el
(defvar tags-file-name nil "\
@@ -6460,7 +6460,7 @@ for \\[find-tag] (which see)." t nil)
;;;;;; ethio-fidel-to-sera-buffer ethio-fidel-to-sera-region ethio-sera-to-fidel-marker
;;;;;; ethio-sera-to-fidel-mail ethio-sera-to-fidel-mail-or-marker
;;;;;; ethio-sera-to-fidel-buffer ethio-sera-to-fidel-region setup-ethiopic-environment-internal)
-;;;;;; "ethio-util" "language/ethio-util.el" (15187 6159))
+;;;;;; "ethio-util" "language/ethio-util.el" (15611 31356))
;;; Generated autoloads from language/ethio-util.el
(autoload (quote setup-ethiopic-environment-internal) "ethio-util" nil nil nil)
@@ -6614,7 +6614,7 @@ Transcribe Ethiopic characters in ASCII depending on the file extension." nil ni
;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline
;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el"
-;;;;;; (14463 4091))
+;;;;;; (15761 38862))
;;; Generated autoloads from net/eudc.el
(autoload (quote eudc-set-server) "eudc" "\
@@ -6656,7 +6656,7 @@ This does nothing except loading eudc by autoload side-effect." t nil)
;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline
;;;;;; eudc-display-sound eudc-display-url eudc-display-generic-binary)
-;;;;;; "eudc-bob" "net/eudc-bob.el" (15186 41423))
+;;;;;; "eudc-bob" "net/eudc-bob.el" (15611 31357))
;;; Generated autoloads from net/eudc-bob.el
(autoload (quote eudc-display-generic-binary) "eudc-bob" "\
@@ -6677,7 +6677,7 @@ Display a button for the JPEG DATA." nil nil)
;;;***
;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb)
-;;;;;; "eudc-export" "net/eudc-export.el" (15186 41423))
+;;;;;; "eudc-export" "net/eudc-export.el" (15611 31357))
;;; Generated autoloads from net/eudc-export.el
(autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\
@@ -6690,7 +6690,7 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record." t nil)
;;;***
;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el"
-;;;;;; (15186 41423))
+;;;;;; (15611 31357))
;;; Generated autoloads from net/eudc-hotlist.el
(autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\
@@ -6700,7 +6700,7 @@ Edit the hotlist of directory servers in a specialized buffer." t nil)
;;;### (autoloads (executable-make-buffer-file-executable-if-script-p
;;;;;; executable-self-display executable-set-magic executable-find)
-;;;;;; "executable" "progmodes/executable.el" (15215 47361))
+;;;;;; "executable" "progmodes/executable.el" (15611 31359))
;;; Generated autoloads from progmodes/executable.el
(autoload (quote executable-find) "executable" "\
@@ -6726,7 +6726,7 @@ file modes." nil nil)
;;;***
;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot
-;;;;;; expand-add-abbrevs) "expand" "expand.el" (15187 6158))
+;;;;;; expand-add-abbrevs) "expand" "expand.el" (15611 31343))
;;; Generated autoloads from expand.el
(autoload (quote expand-add-abbrevs) "expand" "\
@@ -6763,7 +6763,7 @@ This is used only in conjunction with `expand-add-abbrevs'." t nil)
;;;***
-;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (15391 24168))
+;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (15735 20647))
;;; Generated autoloads from progmodes/f90.el
(autoload (quote f90-mode) "f90" "\
@@ -6817,8 +6817,6 @@ Variables controlling indentation style and extra features:
The possibilities are 'downcase-word, 'upcase-word, 'capitalize-word.
f90-leave-line-no
Do not left-justify line numbers. (default nil)
- f90-startup-message
- Set to nil to inhibit message first time F90 mode is used. (default t)
f90-keywords-re
List of keywords used for highlighting/upcase-keywords etc.
@@ -6831,7 +6829,7 @@ with no args, if that value is non-nil." t nil)
;;;;;; facemenu-remove-special facemenu-remove-all facemenu-remove-face-props
;;;;;; facemenu-set-read-only facemenu-set-intangible facemenu-set-invisible
;;;;;; facemenu-set-face-from-menu facemenu-set-background facemenu-set-foreground
-;;;;;; facemenu-set-face) "facemenu" "facemenu.el" (14964 4164))
+;;;;;; facemenu-set-face) "facemenu" "facemenu.el" (15611 31343))
;;; Generated autoloads from facemenu.el
(define-key global-map "\M-g" 'facemenu-keymap)
(autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap)
@@ -6961,7 +6959,7 @@ of colors that the current display can handle." t nil)
;;;***
;;;### (autoloads (turn-on-fast-lock fast-lock-mode) "fast-lock"
-;;;;;; "fast-lock.el" (15186 41418))
+;;;;;; "fast-lock.el" (15611 31344))
;;; Generated autoloads from fast-lock.el
(autoload (quote fast-lock-mode) "fast-lock" "\
@@ -6998,7 +6996,7 @@ Unconditionally turn on Fast Lock mode." nil nil)
;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue
;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts
-;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (15587 56593))
+;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (15611 31356))
;;; Generated autoloads from mail/feedmail.el
(autoload (quote feedmail-send-it) "feedmail" "\
@@ -7042,7 +7040,7 @@ you can set feedmail-queue-reminder-alist to nil." t nil)
;;;***
;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu
-;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (15478 8880))
+;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (15611 31344))
;;; Generated autoloads from ffap.el
(autoload (quote ffap-next) "ffap" "\
@@ -7088,7 +7086,7 @@ Evaluate the forms in variable `ffap-bindings'." t nil)
;;;***
;;;### (autoloads (file-cache-minibuffer-complete) "filecache" "filecache.el"
-;;;;;; (14887 28113))
+;;;;;; (15611 31344))
;;; Generated autoloads from filecache.el
(autoload (quote file-cache-minibuffer-complete) "filecache" "\
@@ -7105,7 +7103,7 @@ the name is considered already unique; only the second substitution
;;;***
;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options
-;;;;;; find-ls-option) "find-dired" "find-dired.el" (15403 54603))
+;;;;;; find-ls-option) "find-dired" "find-dired.el" (15611 31344))
;;; Generated autoloads from find-dired.el
(defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\
@@ -7148,7 +7146,7 @@ Thus ARG can also contain additional grep options." t nil)
;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file
;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el"
-;;;;;; (15170 38277))
+;;;;;; (15611 31344))
;;; Generated autoloads from find-file.el
(autoload (quote ff-get-other-file) "find-file" "\
@@ -7223,7 +7221,7 @@ Visit the file you click on in another window." t nil)
;;;;;; find-variable-other-window find-variable find-variable-noselect
;;;;;; find-function-other-frame find-function-other-window find-function
;;;;;; find-function-noselect) "find-func" "emacs-lisp/find-func.el"
-;;;;;; (15198 57333))
+;;;;;; (15761 38861))
;;; Generated autoloads from emacs-lisp/find-func.el
(autoload (quote find-function-noselect) "find-func" "\
@@ -7322,7 +7320,7 @@ Change the filter on a find-lisp-find-dired buffer to REGEXP." t nil)
;;;***
;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords)
-;;;;;; "finder" "finder.el" (15187 6158))
+;;;;;; "finder" "finder.el" (15611 31344))
;;; Generated autoloads from finder.el
(autoload (quote finder-list-keywords) "finder" "\
@@ -7357,7 +7355,7 @@ to get the effect of a C-q." nil nil)
;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off
;;;;;; flyspell-mode flyspell-prog-mode flyspell-mode-line-string)
-;;;;;; "flyspell" "textmodes/flyspell.el" (15576 3982))
+;;;;;; "flyspell" "textmodes/flyspell.el" (15611 31360))
;;; Generated autoloads from textmodes/flyspell.el
(defvar flyspell-mode-line-string " Fly" "\
@@ -7413,7 +7411,7 @@ Flyspell whole buffer." t nil)
;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"
-;;;;;; (15587 56590))
+;;;;;; (15611 31344))
;;; Generated autoloads from follow.el
(autoload (quote turn-on-follow-mode) "follow" "\
@@ -7481,7 +7479,7 @@ in your `~/.emacs' file, replacing [f7] by your favourite key:
;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode
;;;;;; font-lock-remove-keywords font-lock-add-keywords turn-on-font-lock
-;;;;;; font-lock-mode) "font-lock" "font-lock.el" (15384 23111))
+;;;;;; font-lock-mode) "font-lock" "font-lock.el" (15735 20644))
;;; Generated autoloads from font-lock.el
(make-variable-buffer-local (quote font-lock-defaults))
@@ -7568,7 +7566,7 @@ When used from an elisp package (such as a minor mode), it is recommended
to use nil for MODE (and place the call in a loop or on a hook) to avoid
subtle problems due to details of the implementation.
-Note that some modes have specialised support for additional patterns, e.g.,
+Note that some modes have specialized support for additional patterns, e.g.,
see the variables `c-font-lock-extra-types', `c++-font-lock-extra-types',
`objc-font-lock-extra-types' and `java-font-lock-extra-types'." nil nil)
@@ -7604,7 +7602,7 @@ Fontify the current buffer the way the function `font-lock-mode' would." t nil)
;;;***
;;;### (autoloads (create-fontset-from-fontset-spec) "fontset" "international/fontset.el"
-;;;;;; (15318 41230))
+;;;;;; (15611 31355))
;;; Generated autoloads from international/fontset.el
(autoload (quote create-fontset-from-fontset-spec) "fontset" "\
@@ -7623,8 +7621,8 @@ It returns a name of the created fontset." nil nil)
;;;***
-;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (15187
-;;;;;; 6159))
+;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (15611
+;;;;;; 31356))
;;; Generated autoloads from mail/footnote.el
(autoload (quote footnote-mode) "footnote" "\
@@ -7676,7 +7674,7 @@ Visit a file in Forms mode in other window." t nil)
;;;***
;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran"
-;;;;;; "progmodes/fortran.el" (15366 8793))
+;;;;;; "progmodes/fortran.el" (15735 20647))
;;; Generated autoloads from progmodes/fortran.el
(defvar fortran-tab-mode-default nil "\
@@ -7854,7 +7852,7 @@ at places they belong to." t nil)
;;;***
;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
-;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (15478 8888))
+;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (15611 31355))
;;; Generated autoloads from gnus/gnus.el
(autoload (quote gnus-slave-no-server) "gnus" "\
@@ -7912,7 +7910,7 @@ Start Gnus and fetch session." t nil)
;;;***
;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
-;;;;;; (15587 56592))
+;;;;;; (15611 31354))
;;; Generated autoloads from gnus/gnus-art.el
(autoload (quote gnus-article-prepare-display) "gnus-art" "\
@@ -7949,7 +7947,7 @@ Generate NOV files recursively starting in DIR." t nil)
;;;***
;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)
-;;;;;; "gnus-group" "gnus/gnus-group.el" (15478 8887))
+;;;;;; "gnus-group" "gnus/gnus-group.el" (15611 31354))
;;; Generated autoloads from gnus/gnus-group.el
(autoload (quote gnus-fetch-group) "gnus-group" "\
@@ -7988,7 +7986,7 @@ Minor mode for providing mailing-list commands.
;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update
;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el"
-;;;;;; (15478 8887))
+;;;;;; (15611 31354))
;;; Generated autoloads from gnus/gnus-mlspl.el
(autoload (quote gnus-group-split-setup) "gnus-mlspl" "\
@@ -8089,8 +8087,8 @@ Update the .newsrc.eld file to reflect the change of nntp server." t nil)
;;;***
-;;;### (autoloads (gnus-msg-mail) "gnus-msg" "gnus/gnus-msg.el" (15478
-;;;;;; 8887))
+;;;### (autoloads (gnus-msg-mail) "gnus-msg" "gnus/gnus-msg.el" (15611
+;;;;;; 31354))
;;; Generated autoloads from gnus/gnus-msg.el
(autoload (quote gnus-msg-mail) "gnus-msg" "\
@@ -8146,7 +8144,7 @@ Update the format specification near point." t nil)
;;;***
;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start"
-;;;;;; "gnus/gnus-start.el" (15457 6099))
+;;;;;; "gnus/gnus-start.el" (15735 20645))
;;; Generated autoloads from gnus/gnus-start.el
(autoload (quote gnus-unload) "gnus-start" "\
@@ -8169,7 +8167,7 @@ Add the window configuration CONF to `gnus-buffer-configuration'." nil nil)
;;;***
-;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (15354 41911))
+;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (15611 31357))
;;; Generated autoloads from play/gomoku.el
(autoload (quote gomoku) "gomoku" "\
@@ -8189,7 +8187,7 @@ Use \\[describe-mode] for more info." t nil)
;;;***
;;;### (autoloads (goto-address goto-address-at-point goto-address-at-mouse)
-;;;;;; "goto-addr" "net/goto-addr.el" (15186 41423))
+;;;;;; "goto-addr" "net/goto-addr.el" (15611 31357))
;;; Generated autoloads from net/goto-addr.el
(autoload (quote goto-address-at-mouse) "goto-addr" "\
@@ -8227,7 +8225,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful." nil nil)
;;;***
;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el"
-;;;;;; (15587 56591))
+;;;;;; (15611 31344))
;;; Generated autoloads from gud.el
(autoload (quote gdb) "gud" "\
@@ -8272,8 +8270,8 @@ between it and it's value." t nil)
;;;***
-;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (15587
-;;;;;; 56594))
+;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (15611
+;;;;;; 31357))
;;; Generated autoloads from play/handwrite.el
(autoload (quote handwrite) "handwrite" "\
@@ -8336,13 +8334,13 @@ Provide help for current mode." t nil)
;;;***
;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
-;;;;;; "hexl.el" (15279 8859))
+;;;;;; "hexl.el" (15735 20644))
;;; Generated autoloads from hexl.el
(autoload (quote hexl-mode) "hexl" "\
\\<hexl-mode-map>A mode for editing binary files in hex dump format.
This is not an ordinary major mode; it alters some aspects
-if the current mode's behavior, but not all; also, you can exit
+of the current mode's behavior, but not all; also, you can exit
Hexl mode and return to the previous mode using `hexl-mode-exit'.
This function automatically converts a buffer into the hexl format
@@ -8425,8 +8423,8 @@ This discards the buffer's undo information." t nil)
;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer
;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer
-;;;;;; hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" (15451
-;;;;;; 64522))
+;;;;;; hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" (15611
+;;;;;; 31345))
;;; Generated autoloads from hi-lock.el
(defgroup hi-lock-interactive-text-highlighting nil "Interactively add and remove font-lock patterns for highlighting text." :group (quote faces))
@@ -8529,7 +8527,7 @@ be found in variable `hi-lock-interactive-patterns'." t nil)
;;;***
;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially
-;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (15186 41424))
+;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (15611 31359))
;;; Generated autoloads from progmodes/hideif.el
(defvar hide-ifdef-mode nil "\
@@ -8579,7 +8577,7 @@ hide-ifdef-read-only
;;;***
;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all)
-;;;;;; "hideshow" "progmodes/hideshow.el" (15587 56594))
+;;;;;; "hideshow" "progmodes/hideshow.el" (15611 31359))
;;; Generated autoloads from progmodes/hideshow.el
(defvar hs-hide-comments-when-hiding-all t "\
@@ -8636,19 +8634,19 @@ Key bindings:
;;;### (autoloads (global-highlight-changes highlight-compare-with-file
;;;;;; highlight-changes-rotate-faces highlight-changes-previous-change
;;;;;; highlight-changes-next-change highlight-changes-mode highlight-changes-remove-highlight)
-;;;;;; "hilit-chg" "hilit-chg.el" (15187 6158))
+;;;;;; "hilit-chg" "hilit-chg.el" (15761 38858))
;;; Generated autoloads from hilit-chg.el
(defvar highlight-changes-mode nil)
(autoload (quote highlight-changes-remove-highlight) "hilit-chg" "\
-Remove the change face from the region between BEG and END.
+Remove the change face from the region between BEG and END.
This allows you to manually remove highlighting from uninteresting changes." t nil)
(autoload (quote highlight-changes-mode) "hilit-chg" "\
Toggle (or initially set) Highlight Changes mode.
-Without an argument:
+Without an argument:
If Highlight Changes mode is not enabled, then enable it (in either active
or passive state as determined by the variable
`highlight-changes-initial-state'); otherwise, toggle between active
@@ -8665,11 +8663,11 @@ Passive state - means changes are kept and new ones recorded but are
Functions:
\\[highlight-changes-next-change] - move point to beginning of next change
-\\[highlight-changes-previous-change] - move to beginning of previous change
+\\[highlight-changes-previous-change] - move to beginning of previous change
\\[highlight-compare-with-file] - mark text as changed by comparing this
buffer with the contents of a file
\\[highlight-changes-remove-highlight] - remove the change face from the region
-\\[highlight-changes-rotate-faces] - rotate different \"ages\" of changes through
+\\[highlight-changes-rotate-faces] - rotate different \"ages\" of changes through
various faces.
Hook variables:
@@ -8692,7 +8690,7 @@ face described by the second element, and so on. Very old changes remain
shown in the last face in the list.
You can automatically rotate colours when the buffer is saved
-by adding the following to `local-write-file-hooks', by evaling it in the
+by adding the following to `local-write-file-hooks', by evaling it in the
buffer to be saved):
(add-hook 'local-write-file-hooks 'highlight-changes-rotate-faces)" t nil)
@@ -8725,9 +8723,9 @@ When called interactively:
When called from a program:
- if ARG is nil or omitted, turn it off
-- if ARG is `active', turn it on in active mode
+- if ARG is `active', turn it on in active mode
- if ARG is `passive', turn it on in passive mode
-- otherwise just turn it on
+- otherwise just turn it on
When global Highlight Changes mode is enabled, Highlight Changes mode is turned
on for future \"suitable\" buffers (and for \"suitable\" existing buffers if
@@ -8740,7 +8738,7 @@ variable `highlight-changes-global-changes-existing-buffers' is non-nil).
;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction
;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space
;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp"
-;;;;;; "hippie-exp.el" (15187 6158))
+;;;;;; "hippie-exp.el" (15611 31345))
;;; Generated autoloads from hippie-exp.el
(defvar hippie-expand-try-functions-list (quote (try-complete-file-name-partially try-complete-file-name try-expand-all-abbrevs try-expand-list try-expand-line try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-lisp-symbol-partially try-complete-lisp-symbol)) "\
@@ -8793,7 +8791,7 @@ argument VERBOSE non-nil makes the function verbose." nil (quote macro))
;;;***
;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el"
-;;;;;; (15240 59098))
+;;;;;; (15611 31345))
;;; Generated autoloads from hl-line.el
(autoload (quote hl-line-mode) "hl-line" "\
@@ -8862,7 +8860,7 @@ Also see `automatic-hscrolling'." t nil)
;;;***
;;;### (autoloads (icomplete-minibuffer-setup icomplete-mode) "icomplete"
-;;;;;; "icomplete.el" (15049 58018))
+;;;;;; "icomplete.el" (15735 20644))
;;; Generated autoloads from icomplete.el
(autoload (quote icomplete-mode) "icomplete" "\
@@ -8914,7 +8912,7 @@ with no args, if that value is non-nil." t nil)
;;;***
;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
-;;;;;; (15587 56594))
+;;;;;; (15761 38863))
;;; Generated autoloads from progmodes/idlw-shell.el
(autoload (quote idlwave-shell) "idlw-shell" "\
@@ -8937,7 +8935,7 @@ See also the variable `idlwave-shell-prompt-pattern'.
;;;***
;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
-;;;;;; (15587 56594))
+;;;;;; (15761 38863))
;;; Generated autoloads from progmodes/idlwave.el
(autoload (quote idlwave-mode) "idlwave" "\
@@ -9055,7 +9053,7 @@ The main features of this mode are
;;;***
-;;;### (autoloads (ielm) "ielm" "ielm.el" (14821 31346))
+;;;### (autoloads (ielm) "ielm" "ielm.el" (15611 31345))
;;; Generated autoloads from ielm.el
(add-hook 'same-window-buffer-names "*ielm*")
@@ -9067,7 +9065,7 @@ Switches to the buffer `*ielm*', or creates it if it does not exist." t nil)
;;;### (autoloads (defimage find-image remove-images insert-image
;;;;;; put-image create-image image-type-available-p image-type-from-file-header
-;;;;;; image-type-from-data) "image" "image.el" (15503 44494))
+;;;;;; image-type-from-data) "image" "image.el" (15611 31345))
;;; Generated autoloads from image.el
(autoload (quote image-type-from-data) "image" "\
@@ -9164,7 +9162,7 @@ Example:
;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp
;;;;;; image-file-name-regexps image-file-name-extensions) "image-file"
-;;;;;; "image-file.el" (15205 22594))
+;;;;;; "image-file.el" (15611 31345))
;;; Generated autoloads from image-file.el
(defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm")) "\
@@ -9217,7 +9215,7 @@ Image files are those whose name has an extension in
;;;***
;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
-;;;;;; imenu-sort-function) "imenu" "imenu.el" (15186 41418))
+;;;;;; imenu-sort-function) "imenu" "imenu.el" (15611 31345))
;;; Generated autoloads from imenu.el
(defvar imenu-sort-function nil "\
@@ -9361,7 +9359,7 @@ for more information." t nil)
;;;***
;;;### (autoloads (inferior-lisp) "inf-lisp" "progmodes/inf-lisp.el"
-;;;;;; (14821 31354))
+;;;;;; (15735 20647))
;;; Generated autoloads from progmodes/inf-lisp.el
(defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\
@@ -9417,7 +9415,7 @@ of `inferior-lisp-program'). Runs the hooks from
;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node
;;;;;; Info-goto-emacs-command-node Info-directory info-standalone
-;;;;;; info info-other-window) "info" "info.el" (15395 34977))
+;;;;;; info info-other-window) "info" "info.el" (15611 31345))
;;; Generated autoloads from info.el
(autoload (quote info-other-window) "info" "\
@@ -9468,7 +9466,7 @@ This will add a speedbar major display mode." t nil)
;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file
;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"
-;;;;;; (15187 6158))
+;;;;;; (15735 20644))
;;; Generated autoloads from info-look.el
(autoload (quote info-lookup-reset) "info-look" "\
@@ -9551,7 +9549,7 @@ Toggle input method in interactive search." t nil)
;;;***
;;;### (autoloads (iso-accents-mode) "iso-acc" "international/iso-acc.el"
-;;;;;; (15326 53558))
+;;;;;; (15611 31355))
;;; Generated autoloads from international/iso-acc.el
(autoload (quote iso-accents-mode) "iso-acc" "\
@@ -9642,7 +9640,7 @@ Add submenus to the Files menu, to convert to and from various formats." t nil)
;;;***
;;;### (autoloads nil "iso-transl" "international/iso-transl.el"
-;;;;;; (15300 31086))
+;;;;;; (15611 31355))
;;; Generated autoloads from international/iso-transl.el
(or key-translation-map (setq key-translation-map (make-sparse-keymap)))
(define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map)
@@ -9655,7 +9653,7 @@ Add submenus to the Files menu, to convert to and from various formats." t nil)
;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
;;;;;; ispell-help ispell-pdict-save ispell-word ispell-dictionary-alist
;;;;;; ispell-local-dictionary-alist ispell-personal-dictionary)
-;;;;;; "ispell" "textmodes/ispell.el" (15445 32061))
+;;;;;; "ispell" "textmodes/ispell.el" (15611 31360))
;;; Generated autoloads from textmodes/ispell.el
(defconst xemacsp (string-match "Lucid\\|XEmacs" emacs-version) "\
@@ -9908,7 +9906,7 @@ You can bind this to the key C-c i in GNUS or mail by adding to
;;;### (autoloads (iswitchb-mode iswitchb-buffer-other-frame iswitchb-display-buffer
;;;;;; iswitchb-buffer-other-window iswitchb-buffer iswitchb-default-keybindings
;;;;;; iswitchb-read-buffer iswitchb-mode) "iswitchb" "iswitchb.el"
-;;;;;; (15244 46382))
+;;;;;; (15611 31345))
;;; Generated autoloads from iswitchb.el
(defvar iswitchb-mode nil "\
@@ -10025,8 +10023,8 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading." nil
;;;***
-;;;### (autoloads (jit-lock-register) "jit-lock" "jit-lock.el" (15187
-;;;;;; 6158))
+;;;### (autoloads (jit-lock-register) "jit-lock" "jit-lock.el" (15611
+;;;;;; 31345))
;;; Generated autoloads from jit-lock.el
(autoload (quote jit-lock-register) "jit-lock" "\
@@ -10038,7 +10036,7 @@ If non-nil, CONTEXTUAL means that a contextual fontification would be useful." n
;;;***
;;;### (autoloads (with-auto-compression-mode auto-compression-mode)
-;;;;;; "jka-compr" "jka-compr.el" (15186 41418))
+;;;;;; "jka-compr" "jka-compr.el" (15735 20644))
;;; Generated autoloads from jka-compr.el
(defvar auto-compression-mode nil "\
@@ -10115,7 +10113,7 @@ and the return value is the length of the conversion." t nil)
;;;***
;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el"
-;;;;;; (15354 48777))
+;;;;;; (15611 31357))
;;; Generated autoloads from play/landmark.el
(defalias (quote landmark-repeat) (quote lm-test-run))
@@ -10145,7 +10143,7 @@ Use \\[describe-mode] for more info." t nil)
;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string
;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string)
-;;;;;; "lao-util" "language/lao-util.el" (15186 41422))
+;;;;;; "lao-util" "language/lao-util.el" (15611 31356))
;;; Generated autoloads from language/lao-util.el
(autoload (quote lao-compose-string) "lao-util" nil nil nil)
@@ -10176,7 +10174,7 @@ The return value is number of composed characters." nil nil)
;;;***
;;;### (autoloads (latin1-display latin1-display) "latin1-disp" "international/latin1-disp.el"
-;;;;;; (15038 62392))
+;;;;;; (15611 31355))
;;; Generated autoloads from international/latin1-disp.el
(defvar latin1-display nil "\
@@ -10204,7 +10202,7 @@ display for all of `latin1-display-sets'. See also `latin1-display-setup'." nil
;;;***
;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock"
-;;;;;; "lazy-lock.el" (15227 55243))
+;;;;;; "lazy-lock.el" (15611 31345))
;;; Generated autoloads from lazy-lock.el
(autoload (quote lazy-lock-mode) "lazy-lock" "\
@@ -10316,7 +10314,7 @@ is nil, raise an error." t nil)
;;;***
;;;### (autoloads (locate-with-filter locate) "locate" "locate.el"
-;;;;;; (15256 52349))
+;;;;;; (15611 31351))
;;; Generated autoloads from locate.el
(autoload (quote locate) "locate" "\
@@ -10331,7 +10329,7 @@ shown; this is often useful to constrain a big search." t nil)
;;;***
-;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (15103 34047))
+;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (15611 31351))
;;; Generated autoloads from log-edit.el
(autoload (quote log-edit) "log-edit" "\
@@ -10350,8 +10348,8 @@ If BUFFER is non-nil `log-edit' will jump to that buffer, use it to edit the
;;;***
-;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (14909
-;;;;;; 56659))
+;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (15611
+;;;;;; 31351))
;;; Generated autoloads from log-view.el
(autoload (quote log-view-mode) "log-view" "\
@@ -10440,7 +10438,7 @@ for further customization of the printer command." t nil)
;;;***
-;;;### (autoloads nil "ls-lisp" "ls-lisp.el" (15186 41418))
+;;;### (autoloads nil "ls-lisp" "ls-lisp.el" (15611 31351))
;;; Generated autoloads from ls-lisp.el
(defgroup ls-lisp nil "Emulate the ls program completely in Emacs Lisp." :version "21.1" :group (quote dired))
@@ -10459,8 +10457,8 @@ This function is suitable for execution in a .emacs file." t nil)
;;;***
-;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (15187
-;;;;;; 6160))
+;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (15768
+;;;;;; 1743))
;;; Generated autoloads from progmodes/m4-mode.el
(autoload (quote m4-mode) "m4-mode" "\
@@ -10552,7 +10550,7 @@ and then select the region of un-tablified names and use
;;;***
;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr"
-;;;;;; "mail/mail-extr.el" (15186 41422))
+;;;;;; "mail/mail-extr.el" (15611 31356))
;;; Generated autoloads from mail/mail-extr.el
(autoload (quote mail-extract-address-components) "mail-extr" "\
@@ -10600,8 +10598,8 @@ This function normally would be called when the message is sent." nil nil)
;;;### (autoloads (mail-fetch-field mail-unquote-printable-region
;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p
-;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (15205
-;;;;;; 15944))
+;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (15611
+;;;;;; 31356))
;;; Generated autoloads from mail/mail-utils.el
(defvar mail-use-rfc822 nil "\
@@ -10636,7 +10634,7 @@ If 4th arg LIST is non-nil, return a list of all such fields." nil nil)
;;;***
;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup)
-;;;;;; "mailabbrev" "mail/mailabbrev.el" (15186 41422))
+;;;;;; "mailabbrev" "mail/mailabbrev.el" (15611 31356))
;;; Generated autoloads from mail/mailabbrev.el
(autoload (quote mail-abbrevs-setup) "mailabbrev" "\
@@ -10653,8 +10651,8 @@ If DEFINITION contains multiple addresses, separate them with commas." t nil)
;;;***
;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases
-;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (13996
-;;;;;; 15646))
+;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (15611
+;;;;;; 31356))
;;; Generated autoloads from mail/mailalias.el
(defvar mail-complete-style (quote angles) "\
@@ -10692,7 +10690,7 @@ current header, calls `mail-complete-function' and passes prefix arg if any." t
;;;***
;;;### (autoloads (makefile-mode) "make-mode" "progmodes/make-mode.el"
-;;;;;; (15206 24016))
+;;;;;; (15611 31360))
;;; Generated autoloads from progmodes/make-mode.el
(autoload (quote makefile-mode) "make-mode" "\
@@ -10781,7 +10779,7 @@ Previous contents of that buffer are killed first." t nil)
;;;***
-;;;### (autoloads (man-follow man) "man" "man.el" (15587 56591))
+;;;### (autoloads (man-follow man) "man" "man.el" (15611 31351))
;;; Generated autoloads from man.el
(defalias (quote manual-entry) (quote man))
@@ -10813,7 +10811,7 @@ Get a Un*x manual page of the item under point and put it in a buffer." t nil)
;;;;;; message-signature message-indent-citation-function message-cite-function
;;;;;; message-yank-prefix message-citation-line-function message-send-mail-function
;;;;;; message-user-organization-file message-signature-separator
-;;;;;; message-from-style) "message" "gnus/message.el" (15478 8888))
+;;;;;; message-from-style) "message" "gnus/message.el" (15611 31355))
;;; Generated autoloads from gnus/message.el
(defvar message-from-style (quote default) "\
@@ -11038,7 +11036,7 @@ redisplayed as output is inserted." t nil)
;;;***
;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-smail-batch
-;;;;;; mh-smail) "mh-comp" "mail/mh-comp.el" (15186 41422))
+;;;;;; mh-smail) "mh-comp" "mail/mh-comp.el" (15611 31356))
;;; Generated autoloads from mail/mh-comp.el
(autoload (quote mh-smail) "mh-comp" "\
@@ -11095,8 +11093,8 @@ This command runs the normal hooks `text-mode-hook' and `mh-letter-mode-hook'."
;;;***
-;;;### (autoloads (mh-version mh-rmail) "mh-e" "mail/mh-e.el" (15279
-;;;;;; 8859))
+;;;### (autoloads (mh-version mh-rmail) "mh-e" "mail/mh-e.el" (15611
+;;;;;; 31356))
;;; Generated autoloads from mail/mh-e.el
(autoload (quote mh-rmail) "mh-e" "\
@@ -11117,7 +11115,7 @@ Legal MIME content types. See documentation for \\[mh-edit-mhn].")
;;;***
-;;;### (autoloads nil "mh-utils" "mail/mh-utils.el" (15319 58876))
+;;;### (autoloads nil "mh-utils" "mail/mh-utils.el" (15611 31356))
;;; Generated autoloads from mail/mh-utils.el
(put (quote mh-progs) (quote risky-local-variable) t)
@@ -11154,11 +11152,11 @@ to its second argument TM." nil nil)
;;;***
;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef"
-;;;;;; "minibuf-eldef.el" (14897 44787))
+;;;;;; "minibuf-eldef.el" (15611 31351))
;;; Generated autoloads from minibuf-eldef.el
(defvar minibuffer-electric-default-mode nil "\
-Toggle Minibuffer-Electric-Default mode on or off.
+Non-nil if Minibuffer-Electric-Default mode is enabled.
See the command `minibuffer-electric-default-mode' for a description of this minor-mode.
Setting this variable directly does not take effect;
use either \\[customize] or the function `minibuffer-electric-default-mode'.")
@@ -11255,8 +11253,8 @@ Convert morse coded text in region to ordinary ASCII text." t nil)
;;;***
-;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (15235
-;;;;;; 24850))
+;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (15611
+;;;;;; 31351))
;;; Generated autoloads from mouse-sel.el
(autoload (quote mouse-sel-mode) "mouse-sel" "\
@@ -11297,7 +11295,7 @@ primary selection and region." t nil)
;;;***
-;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (14184 34750))
+;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (15611 31357))
;;; Generated autoloads from play/mpuz.el
(autoload (quote mpuz) "mpuz" "\
@@ -11305,7 +11303,7 @@ Multiplication puzzle with GNU Emacs." t nil)
;;;***
-;;;### (autoloads (msb-mode) "msb" "msb.el" (15186 41418))
+;;;### (autoloads (msb-mode) "msb" "msb.el" (15611 31351))
;;; Generated autoloads from msb.el
(defvar msb-mode nil "\
@@ -11331,7 +11329,7 @@ different buffer menu using the function `msb'." t nil)
;;;;;; list-coding-systems describe-current-coding-system describe-current-coding-system-briefly
;;;;;; describe-coding-system describe-char-after describe-character-set
;;;;;; list-charset-chars read-charset list-character-sets) "mule-diag"
-;;;;;; "international/mule-diag.el" (15282 61407))
+;;;;;; "international/mule-diag.el" (15611 31356))
;;; Generated autoloads from international/mule-diag.el
(autoload (quote list-character-sets) "mule-diag" "\
@@ -11458,7 +11456,7 @@ The file is saved in the directory `data-directory'." nil nil)
;;;;;; coding-system-post-read-conversion coding-system-eol-type-mnemonic
;;;;;; lookup-nested-alist set-nested-alist truncate-string-to-width
;;;;;; store-substring string-to-sequence) "mule-util" "international/mule-util.el"
-;;;;;; (15186 41421))
+;;;;;; (15611 31356))
;;; Generated autoloads from international/mule-util.el
(autoload (quote string-to-sequence) "mule-util" "\
@@ -11555,7 +11553,7 @@ language environment LANG-ENV." nil nil)
;;;***
;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el"
-;;;;;; (15201 10536))
+;;;;;; (15611 31351))
;;; Generated autoloads from mwheel.el
(defvar mouse-wheel-mode nil "\
@@ -11581,7 +11579,7 @@ Enable mouse wheel support." nil nil)
;;;### (autoloads (network-connection network-connection-to-service
;;;;;; whois-reverse-lookup whois finger ftp dig nslookup nslookup-host
;;;;;; route arp netstat ipconfig ping traceroute) "net-utils" "net/net-utils.el"
-;;;;;; (15445 32056))
+;;;;;; (15611 31357))
;;; Generated autoloads from net/net-utils.el
(autoload (quote traceroute) "net-utils" "\
@@ -11640,7 +11638,7 @@ Open a network connection to HOST on PORT." t nil)
;;;;;; uncomment-region comment-kill comment-set-column comment-indent
;;;;;; comment-indent-default comment-multi-line comment-padding
;;;;;; comment-style comment-column) "newcomment" "newcomment.el"
-;;;;;; (15587 56591))
+;;;;;; (15611 31351))
;;; Generated autoloads from newcomment.el
(defalias (quote indent-for-comment) (quote comment-indent))
@@ -11772,7 +11770,7 @@ symbol in the alist." nil nil)
;;;***
;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el"
-;;;;;; (15478 8888))
+;;;;;; (15611 31355))
;;; Generated autoloads from gnus/nnfolder.el
(autoload (quote nnfolder-generate-active-file) "nnfolder" "\
@@ -11792,7 +11790,7 @@ Finds out what articles are to be part of the nnkiboze groups." t nil)
;;;***
;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el"
-;;;;;; (14858 32485))
+;;;;;; (15611 31355))
;;; Generated autoloads from gnus/nnml.el
(autoload (quote nnml-generate-nov-databases) "nnml" "\
@@ -11816,7 +11814,7 @@ Revert posting and mailing methods to the standard Emacs methods." t nil)
;;;***
;;;### (autoloads (disable-command enable-command disabled-command-hook)
-;;;;;; "novice" "novice.el" (15451 64523))
+;;;;;; "novice" "novice.el" (15611 31351))
;;; Generated autoloads from novice.el
(defvar disabled-command-hook (quote disabled-command-hook) "\
@@ -11838,7 +11836,7 @@ to future sessions." t nil)
;;;***
;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el"
-;;;;;; (14974 43714))
+;;;;;; (15611 31360))
;;; Generated autoloads from textmodes/nroff-mode.el
(autoload (quote nroff-mode) "nroff-mode" "\
@@ -11884,7 +11882,7 @@ startup file, `~/.emacs-octave'." t nil)
;;;***
;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el"
-;;;;;; (14535 42824))
+;;;;;; (15611 31360))
;;; Generated autoloads from progmodes/octave-mod.el
(autoload (quote octave-mode) "octave-mod" "\
@@ -11999,7 +11997,7 @@ The Custom feature is intended to make this obsolete." t nil)
;;;***
;;;### (autoloads (outline-minor-mode outline-mode) "outline" "textmodes/outline.el"
-;;;;;; (15265 49062))
+;;;;;; (15611 31360))
;;; Generated autoloads from textmodes/outline.el
(autoload (quote outline-mode) "outline" "\
@@ -12049,7 +12047,7 @@ See the command `outline-mode' for more information on this mode." t nil)
;;;***
-;;;### (autoloads (show-paren-mode) "paren" "paren.el" (15308 33392))
+;;;### (autoloads (show-paren-mode) "paren" "paren.el" (15611 31351))
;;; Generated autoloads from paren.el
(defvar show-paren-mode nil "\
@@ -12072,8 +12070,8 @@ in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time." t ni
;;;***
-;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (15478
-;;;;;; 8892))
+;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (15761
+;;;;;; 38863))
;;; Generated autoloads from progmodes/pascal.el
(autoload (quote pascal-mode) "pascal" "\
@@ -12140,7 +12138,7 @@ C-Escape does list-buffers." t nil)
;;;***
;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select"
-;;;;;; "emulation/pc-select.el" (15187 6159))
+;;;;;; "emulation/pc-select.el" (15611 31353))
;;; Generated autoloads from emulation/pc-select.el
(autoload (quote pc-selection-mode) "pc-select" "\
@@ -12297,8 +12295,8 @@ Completion for the `chgrp' command." nil nil)
;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list
;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete
-;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (15187
-;;;;;; 6158))
+;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (15735
+;;;;;; 20644))
;;; Generated autoloads from pcomplete.el
(autoload (quote pcomplete) "pcomplete" "\
@@ -12339,7 +12337,7 @@ Setup shell-mode to use pcomplete." nil nil)
;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
-;;;;;; "pcvs.el" (15279 8859))
+;;;;;; "pcvs.el" (15611 31351))
;;; Generated autoloads from pcvs.el
(autoload (quote cvs-checkout) "pcvs" "\
@@ -12400,7 +12398,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
;;;***
-;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (15186 41418))
+;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (15611 31351))
;;; Generated autoloads from pcvs-defs.el
(defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) m))
@@ -12408,7 +12406,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
;;;***
;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el"
-;;;;;; (15327 25857))
+;;;;;; (15735 20647))
;;; Generated autoloads from progmodes/perl-mode.el
(autoload (quote perl-mode) "perl-mode" "\
@@ -12460,7 +12458,7 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'." t nil)
;;;***
;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el"
-;;;;;; (15189 40530))
+;;;;;; (15611 31360))
;;; Generated autoloads from textmodes/picture.el
(autoload (quote picture-mode) "picture" "\
@@ -12529,7 +12527,7 @@ they are not defaultly assigned to keys." t nil)
;;;***
-;;;### (autoloads (pong) "pong" "play/pong.el" (15457 7261))
+;;;### (autoloads (pong) "pong" "play/pong.el" (15745 58372))
;;; Generated autoloads from play/pong.el
(autoload (quote pong) "pong" "\
@@ -12544,7 +12542,7 @@ pong-mode keybindings:\\<pong-mode-map>
;;;***
;;;### (autoloads (pp-eval-last-sexp pp-eval-expression pp) "pp"
-;;;;;; "emacs-lisp/pp.el" (15252 52705))
+;;;;;; "emacs-lisp/pp.el" (15611 31353))
;;; Generated autoloads from emacs-lisp/pp.el
(autoload (quote pp) "pp" "\
@@ -12592,7 +12590,7 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
;;;***
-;;;### (autoloads nil "ps-mode" "progmodes/ps-mode.el" (15321 10699))
+;;;### (autoloads nil "ps-mode" "progmodes/ps-mode.el" (15611 31360))
;;; Generated autoloads from progmodes/ps-mode.el
(autoload (quote ps-mode) "ps-mode" "Major mode for editing PostScript with GNU Emacs.\n" t)
@@ -12601,7 +12599,7 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-header-string-charsets
;;;;;; ps-mule-encode-header-string ps-mule-initialize ps-mule-plot-composition
;;;;;; ps-mule-plot-string ps-mule-set-ascii-font ps-mule-prepare-ascii-font
-;;;;;; ps-multibyte-buffer) "ps-mule" "ps-mule.el" (15272 45416))
+;;;;;; ps-multibyte-buffer) "ps-mule" "ps-mule.el" (15761 38860))
;;; Generated autoloads from ps-mule.el
(defvar ps-multibyte-buffer nil "\
@@ -12611,7 +12609,7 @@ Valid values are:
nil This is the value to use the default settings which
is by default for printing buffer with only ASCII
- and Latin characters. The default setting can be
+ and Latin characters. The default setting can be
changed by setting the variable
`ps-mule-font-info-database-default' differently.
The initial value of this variable is
@@ -12705,7 +12703,7 @@ This checks if all multi-byte characters in the region are printable or not." ni
;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print"
-;;;;;; "ps-print.el" (15272 45467))
+;;;;;; "ps-print.el" (15611 31351))
;;; Generated autoloads from ps-print.el
(defvar ps-paper-type (quote letter) "\
@@ -12849,7 +12847,7 @@ If EXTENSION is any other symbol, it is ignored." nil nil)
;;;;;; quail-defrule quail-install-decode-map quail-install-map
;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
;;;;;; quail-define-package quail-use-package quail-title) "quail"
-;;;;;; "international/quail.el" (15445 32052))
+;;;;;; "international/quail.el" (15611 31356))
;;; Generated autoloads from international/quail.el
(autoload (quote quail-title) "quail" "\
@@ -13114,8 +13112,8 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'." t nil)
;;;***
-;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (15587
-;;;;;; 56593))
+;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (15611
+;;;;;; 31357))
;;; Generated autoloads from net/rcompile.el
(autoload (quote remote-compile) "rcompile" "\
@@ -13125,7 +13123,7 @@ See \\[compile]." t nil)
;;;***
;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el"
-;;;;;; (15187 6159))
+;;;;;; (15611 31353))
;;; Generated autoloads from emacs-lisp/re-builder.el
(autoload (quote re-builder) "re-builder" "\
@@ -13135,7 +13133,7 @@ Call up the RE Builder for the current window." t nil)
;;;### (autoloads (recentf-mode recentf-open-more-files recentf-open-files
;;;;;; recentf-cleanup recentf-edit-list recentf-save-list) "recentf"
-;;;;;; "recentf.el" (15210 48798))
+;;;;;; "recentf.el" (15611 31351))
;;; Generated autoloads from recentf.el
(autoload (quote recentf-save-list) "recentf" "\
@@ -13179,8 +13177,8 @@ were operated on recently." t nil)
;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle
;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle
;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle
-;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (15349
-;;;;;; 45229))
+;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (15611
+;;;;;; 31351))
;;; Generated autoloads from rect.el
(autoload (quote move-to-column-force) "rect" "\
@@ -13276,8 +13274,8 @@ rectangle which were empty." t nil)
;;;***
-;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (15182
-;;;;;; 61202))
+;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (15611
+;;;;;; 31360))
;;; Generated autoloads from textmodes/refill.el
(autoload (quote refill-mode) "refill" "\
@@ -13291,7 +13289,7 @@ refilling if they would cause auto-filling." t nil)
;;;***
;;;### (autoloads (reftex-mode turn-on-reftex) "reftex" "textmodes/reftex.el"
-;;;;;; (15186 41426))
+;;;;;; (15761 38864))
;;; Generated autoloads from textmodes/reftex.el
(autoload (quote turn-on-reftex) "reftex" "\
@@ -13331,14 +13329,14 @@ on the menu bar.
;;;***
;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el"
-;;;;;; (15587 56594))
+;;;;;; (15735 20648))
;;; Generated autoloads from textmodes/reftex-cite.el
(autoload (quote reftex-citation) "reftex-cite" "\
Make a citation using BibTeX database files.
After prompting for a regular expression, scans the buffers with
bibtex entries (taken from the \\bibliography command) and offers the
-matching entries for selection. The selected entry is formated according
+matching entries for selection. The selected entry is formatted according
to `reftex-cite-format' and inserted into the buffer.
If NO-INSERT is non-nil, nothing is inserted, only the selected key returned.
@@ -13358,7 +13356,7 @@ While entering the regexp, completion on knows citation keys is possible.
;;;***
;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el"
-;;;;;; (15186 41426))
+;;;;;; (15611 31361))
;;; Generated autoloads from textmodes/reftex-index.el
(autoload (quote reftex-index-phrases-mode) "reftex-index" "\
@@ -13389,7 +13387,7 @@ Here are all local bindings.
;;;***
;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"
-;;;;;; (15364 21725))
+;;;;;; (15611 31353))
;;; Generated autoloads from emacs-lisp/regexp-opt.el
(autoload (quote regexp-opt) "regexp-opt" "\
@@ -13428,7 +13426,7 @@ can be modified by the global variable `repeat-on-final-keystroke'." t nil)
;;;***
;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el"
-;;;;;; (15186 41423))
+;;;;;; (15735 20647))
;;; Generated autoloads from mail/reporter.el
(autoload (quote reporter-submit-bug-report) "reporter" "\
@@ -13451,14 +13449,14 @@ This function prompts for a summary if `reporter-prompt-for-summary-p'
is non-nil.
This function does not send a message; it uses the given information
-to initialize a a messagem, which the user can then edit and finally send
+to initialize a message, which the user can then edit and finally send
\(or decline to send). The variable `mail-user-agent' controls which
mail-sending package is used for editing and sending the message." nil nil)
;;;***
;;;### (autoloads (reposition-window) "reposition" "reposition.el"
-;;;;;; (13229 29317))
+;;;;;; (15611 31351))
;;; Generated autoloads from reposition.el
(autoload (quote reposition-window) "reposition" "\
@@ -13504,7 +13502,7 @@ Make a ring that can contain SIZE elements." nil nil)
;;;***
-;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (14550 7959))
+;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (15611 31357))
;;; Generated autoloads from net/rlogin.el
(add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)")
@@ -13553,7 +13551,7 @@ variable." t nil)
;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output
;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers
;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names)
-;;;;;; "rmail" "mail/rmail.el" (15478 8890))
+;;;;;; "rmail" "mail/rmail.el" (15735 20647))
;;; Generated autoloads from mail/rmail.el
(defvar rmail-dont-reply-to-names nil "\
@@ -13911,7 +13909,7 @@ KEYWORDS is a comma-separated list of labels." t nil)
;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp
;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary
;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages)
-;;;;;; "rmailsum" "mail/rmailsum.el" (15186 41423))
+;;;;;; "rmailsum" "mail/rmailsum.el" (15735 20647))
;;; Generated autoloads from mail/rmailsum.el
(defvar rmail-summary-scroll-between-messages t "\
@@ -13966,7 +13964,7 @@ are used to exclude yourself as correspondent.
Usually you don't have to set this variable, except if you collect mails
sent by you under different user names.
-Then it should be a regexp matching your mail adresses.
+Then it should be a regexp matching your mail addresses.
Setting this variable has an effect only before reading a mail.")
@@ -14036,8 +14034,8 @@ This function is obsolete." t nil)
;;;***
-;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (15288
-;;;;;; 6955))
+;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (15761
+;;;;;; 38861))
;;; Generated autoloads from emacs-lisp/rx.el
(autoload (quote rx-to-string) "rx" "\
@@ -14068,7 +14066,7 @@ CHAR
matches any character in SET. SET may be a character or string.
Ranges of characters can be specified as `A-Z' in strings.
-'(in SET)'
+'(in SET)'
like `any'.
`(not (any SET))'
@@ -14254,7 +14252,7 @@ CHAR
still match. A non-greedy regexp matches as little as possible.
`(maximal-match SEXP)'
- produce a greedy regexp for SEXP. This is the default.
+ produce a greedy regexp for SEXP. This is the default.
`(zero-or-more SEXP)'
matches zero or more occurrences of what SEXP matches.
@@ -14270,7 +14268,7 @@ CHAR
`(one-or-more SEXP)'
matches one or more occurrences of A.
-
+
`(1+ SEXP)'
like `one-or-more'.
@@ -14282,7 +14280,7 @@ CHAR
`(zero-or-one SEXP)'
matches zero or one occurrences of A.
-
+
`(optional SEXP)'
like `zero-or-one'.
@@ -14299,7 +14297,7 @@ CHAR
matches N to M occurrences of what SEXP matches.
`(eval FORM)'
- evaluate FORM and insert result. If result is a string,
+ evaluate FORM and insert result. If result is a string,
`regexp-quote' it.
`(regexp REGEXP)'
@@ -14308,7 +14306,7 @@ CHAR
;;;***
;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
-;;;;;; (15187 6160))
+;;;;;; (15735 20647))
;;; Generated autoloads from progmodes/scheme.el
(autoload (quote scheme-mode) "scheme" "\
@@ -14357,8 +14355,8 @@ This mode is an extended emacs-lisp mode.
;;;***
-;;;### (autoloads (scribe-mode) "scribe" "textmodes/scribe.el" (15186
-;;;;;; 41426))
+;;;### (autoloads (scribe-mode) "scribe" "textmodes/scribe.el" (15611
+;;;;;; 31361))
;;; Generated autoloads from textmodes/scribe.el
(autoload (quote scribe-mode) "scribe" "\
@@ -14381,7 +14379,7 @@ scribe-electric-parenthesis
;;;***
;;;### (autoloads (scroll-all-mode scroll-all-mode) "scroll-all"
-;;;;;; "scroll-all.el" (15187 6158))
+;;;;;; "scroll-all.el" (15735 20644))
;;; Generated autoloads from scroll-all.el
(defvar scroll-all-mode nil "\
@@ -14395,7 +14393,10 @@ use either M-x customize or the function `scroll-all-mode'.")
(custom-add-load (quote scroll-all-mode) (quote scroll-all))
(autoload (quote scroll-all-mode) "scroll-all" "\
-Toggle Scroll-All minor mode." t nil)
+Toggle Scroll-All minor mode.
+With ARG, turn Scroll-All minor mode on if ARG is positive, off otherwise.
+When Scroll-All mode is on, scrolling commands entered in one window
+apply to all visible windows in the same frame." t nil)
;;;***
@@ -14404,7 +14405,7 @@ Toggle Scroll-All minor mode." t nil)
;;;;;; mail-archive-file-name mail-header-separator send-mail-function
;;;;;; mail-yank-ignored-headers mail-interactive mail-self-blind
;;;;;; mail-specify-envelope-from mail-from-style) "sendmail" "mail/sendmail.el"
-;;;;;; (15451 64523))
+;;;;;; (15611 31356))
;;; Generated autoloads from mail/sendmail.el
(defvar mail-from-style (quote angles) "\
@@ -14570,7 +14571,7 @@ Like `mail' command, but display mail buffer in another frame." t nil)
;;;***
-;;;### (autoloads (server-start) "server" "server.el" (15256 45333))
+;;;### (autoloads (server-start) "server" "server.el" (15611 31351))
;;; Generated autoloads from server.el
(autoload (quote server-start) "server" "\
@@ -14585,7 +14586,7 @@ Prefix arg means just kill any existing server communications subprocess." t nil
;;;***
;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
-;;;;;; (15478 8892))
+;;;;;; (15611 31361))
;;; Generated autoloads from textmodes/sgml-mode.el
(autoload (quote sgml-mode) "sgml-mode" "\
@@ -14647,7 +14648,7 @@ To work around that, do:
;;;***
;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
-;;;;;; (15149 49404))
+;;;;;; (15761 38863))
;;; Generated autoloads from progmodes/sh-script.el
(put (quote sh-mode) (quote mode-class) (quote special))
@@ -14711,7 +14712,7 @@ with your script for an edit-interpret-debug cycle." t nil)
;;;***
;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el"
-;;;;;; (15187 6159))
+;;;;;; (15611 31353))
;;; Generated autoloads from emacs-lisp/shadow.el
(autoload (quote list-load-path-shadows) "shadow" "\
@@ -14756,8 +14757,8 @@ buffer called `*Shadows*'. Shadowings are located by calling the
;;;***
;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group
-;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (15187
-;;;;;; 6158))
+;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (15611
+;;;;;; 31351))
;;; Generated autoloads from shadowfile.el
(autoload (quote shadow-define-cluster) "shadowfile" "\
@@ -14788,7 +14789,7 @@ Set up file shadowing." t nil)
;;;***
;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el"
-;;;;;; (15186 41418))
+;;;;;; (15735 20644))
;;; Generated autoloads from shell.el
(defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\
@@ -14830,8 +14831,8 @@ Otherwise, one argument `-i' is passed to the shell.
;;;***
-;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (15187
-;;;;;; 6160))
+;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (15611
+;;;;;; 31360))
;;; Generated autoloads from progmodes/simula.el
(autoload (quote simula-mode) "simula" "\
@@ -14996,8 +14997,8 @@ symmetrical ones, and the same character twice for the others." t nil)
;;;***
-;;;### (autoloads (smerge-mode) "smerge-mode" "smerge-mode.el" (15347
-;;;;;; 6605))
+;;;### (autoloads (smerge-mode) "smerge-mode" "smerge-mode.el" (15611
+;;;;;; 31352))
;;; Generated autoloads from smerge-mode.el
(autoload (quote smerge-mode) "smerge-mode" "\
@@ -15019,14 +15020,14 @@ which smileys to operate on and which images to use for them." t nil)
;;;***
;;;### (autoloads (smtpmail-send-it) "smtpmail" "mail/smtpmail.el"
-;;;;;; (15381 4745))
+;;;;;; (15611 31356))
;;; Generated autoloads from mail/smtpmail.el
(autoload (quote smtpmail-send-it) "smtpmail" nil nil nil)
;;;***
-;;;### (autoloads (snake) "snake" "play/snake.el" (15286 5346))
+;;;### (autoloads (snake) "snake" "play/snake.el" (15745 58403))
;;; Generated autoloads from play/snake.el
(autoload (quote snake) "snake" "\
@@ -15050,7 +15051,7 @@ snake-mode keybindings:
;;;***
;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el"
-;;;;;; (15187 6159))
+;;;;;; (15611 31357))
;;; Generated autoloads from net/snmp-mode.el
(autoload (quote snmp-mode) "snmp-mode" "\
@@ -15077,15 +15078,15 @@ then `snmpv2-mode-hook'." t nil)
;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name
;;;;;; calendar-longitude calendar-latitude calendar-time-display-form)
-;;;;;; "solar" "calendar/solar.el" (15587 56592))
+;;;;;; "solar" "calendar/solar.el" (15761 38861))
;;; Generated autoloads from calendar/solar.el
(defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\
*The pseudo-pattern that governs the way a time of day is formatted.
A pseudo-pattern is a list of expressions that can involve the keywords
-`12-hours', `24-hours', and `minutes', all numbers in string form,
-and `am-pm' and `time-zone', both alphabetic strings.
+`12-hours', `24-hours', and `minutes', all numbers in string form,
+and `am-pm' and `time-zone', both alphabetic strings.
For example, the form
@@ -15136,8 +15137,8 @@ Requires floating point." nil nil)
;;;***
-;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (15544
-;;;;;; 744))
+;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (15611
+;;;;;; 31357))
;;; Generated autoloads from play/solitaire.el
(autoload (quote solitaire) "solitaire" "\
@@ -15212,7 +15213,7 @@ Pick your favourite shortcuts:
;;;### (autoloads (reverse-region sort-columns sort-regexp-fields
;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs
-;;;;;; sort-lines sort-subr) "sort" "sort.el" (15186 41418))
+;;;;;; sort-lines sort-subr) "sort" "sort.el" (15611 31352))
;;; Generated autoloads from sort.el
(autoload (quote sort-subr) "sort" "\
@@ -15335,7 +15336,7 @@ From a program takes two point or marker arguments, BEG and END." t nil)
;;;***
;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
-;;;;;; "speedbar.el" (15337 36886))
+;;;;;; "speedbar.el" (15761 38860))
;;; Generated autoloads from speedbar.el
(defalias (quote speedbar) (quote speedbar-frame-mode))
@@ -15398,7 +15399,7 @@ Return a vector containing the lines from `spook-phrases-file'." nil nil)
;;;### (autoloads (sql-db2 sql-interbase sql-postgres sql-ms sql-ingres
;;;;;; sql-solid sql-mysql sql-informix sql-sybase sql-oracle sql-mode
-;;;;;; sql-help) "sql" "progmodes/sql.el" (15325 8804))
+;;;;;; sql-help) "sql" "progmodes/sql.el" (15611 31360))
;;; Generated autoloads from progmodes/sql.el
(autoload (quote sql-help) "sql" "\
@@ -15708,7 +15709,7 @@ The default comes from `process-coding-system-alist' and
;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke
;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke
;;;;;; strokes-global-set-stroke strokes-mode) "strokes" "strokes.el"
-;;;;;; (14787 15136))
+;;;;;; (15611 31352))
;;; Generated autoloads from strokes.el
(defvar strokes-mode nil "\
@@ -15800,7 +15801,7 @@ Read a complex stroke and insert its glyph into the current buffer." t nil)
;;;***
;;;### (autoloads (studlify-word studlify-region) "studly" "play/studly.el"
-;;;;;; (15215 36988))
+;;;;;; (15611 31357))
;;; Generated autoloads from play/studly.el
(autoload (quote studlify-region) "studly" "\
@@ -15812,7 +15813,7 @@ Studlify-case the current word, or COUNT words if given an argument" t nil)
;;;***
;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"
-;;;;;; (15325 7296))
+;;;;;; (15611 31356))
;;; Generated autoloads from mail/supercite.el
(autoload (quote sc-cite-original) "supercite" "\
@@ -15860,7 +15861,7 @@ The variable `tab-width' controls the spacing of tab stops." t nil)
;;;***
-;;;### (autoloads (talk-connect) "talk" "talk.el" (15186 41418))
+;;;### (autoloads (talk-connect) "talk" "talk.el" (15611 31352))
;;; Generated autoloads from talk.el
(autoload (quote talk-connect) "talk" "\
@@ -15868,7 +15869,7 @@ Connect to display DISPLAY for the Emacs talk group." t nil)
;;;***
-;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (15599 22504))
+;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (15611 31352))
;;; Generated autoloads from tar-mode.el
(autoload (quote tar-mode) "tar-mode" "\
@@ -15890,7 +15891,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
;;;***
;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl"
-;;;;;; "progmodes/tcl.el" (15544 747))
+;;;;;; "progmodes/tcl.el" (15611 31360))
;;; Generated autoloads from progmodes/tcl.el
(autoload (quote tcl-mode) "tcl" "\
@@ -15941,7 +15942,7 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'." t nil)
;;;***
-;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (15241 58886))
+;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (15611 31357))
;;; Generated autoloads from net/telnet.el
(add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)")
@@ -15961,8 +15962,8 @@ Normally input is edited in Emacs and sent a line at a time." t nil)
;;;***
-;;;### (autoloads (ansi-term term make-term) "term" "term.el" (15587
-;;;;;; 56591))
+;;;### (autoloads (ansi-term term make-term) "term" "term.el" (15611
+;;;;;; 31352))
;;; Generated autoloads from term.el
(autoload (quote make-term) "term" "\
@@ -15980,8 +15981,8 @@ Start a terminal-emulator in a new buffer." t nil)
;;;***
-;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (15186
-;;;;;; 41419))
+;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (15611
+;;;;;; 31352))
;;; Generated autoloads from terminal.el
(autoload (quote terminal-emulator) "terminal" "\
@@ -16015,7 +16016,7 @@ subprocess started." t nil)
;;;***
-;;;### (autoloads (tetris) "tetris" "play/tetris.el" (15286 5482))
+;;;### (autoloads (tetris) "tetris" "play/tetris.el" (15745 58478))
;;; Generated autoloads from play/tetris.el
(autoload (quote tetris) "tetris" "\
@@ -16046,7 +16047,7 @@ tetris-mode keybindings:
;;;;;; tex-start-options-string slitex-run-command latex-run-command
;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
-;;;;;; (15503 44517))
+;;;;;; (15611 31361))
;;; Generated autoloads from textmodes/tex-mode.el
(defvar tex-shell-file-name nil "\
@@ -16294,7 +16295,7 @@ Entering SliTeX mode runs the hook `text-mode-hook', then the hook
;;;***
;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
-;;;;;; "texinfmt" "textmodes/texinfmt.el" (15323 52104))
+;;;;;; "texinfmt" "textmodes/texinfmt.el" (15611 31361))
;;; Generated autoloads from textmodes/texinfmt.el
(autoload (quote texinfo-format-buffer) "texinfmt" "\
@@ -16328,7 +16329,7 @@ if large. You can use Info-split to do this manually." t nil)
;;;***
;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)
-;;;;;; "texinfo" "textmodes/texinfo.el" (15187 6162))
+;;;;;; "texinfo" "textmodes/texinfo.el" (15611 31361))
;;; Generated autoloads from textmodes/texinfo.el
(defvar texinfo-open-quote "``" "\
@@ -16409,7 +16410,7 @@ value of `texinfo-mode-hook'." t nil)
;;;### (autoloads (thai-composition-function thai-post-read-conversion
;;;;;; thai-compose-buffer thai-compose-string thai-compose-region)
-;;;;;; "thai-util" "language/thai-util.el" (15186 41422))
+;;;;;; "thai-util" "language/thai-util.el" (15611 31356))
;;; Generated autoloads from language/thai-util.el
(autoload (quote thai-compose-region) "thai-util" "\
@@ -16478,8 +16479,8 @@ a symbol as a valid THING." nil nil)
;;;;;; tibetan-compose-buffer tibetan-decompose-buffer tibetan-composition-function
;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region
;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription
-;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (15187
-;;;;;; 6159))
+;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (15611
+;;;;;; 31356))
;;; Generated autoloads from language/tibet-util.el
(autoload (quote tibetan-char-p) "tibet-util" "\
@@ -16526,7 +16527,7 @@ See also docstring of the function tibetan-compose-region." t nil)
;;;***
;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el"
-;;;;;; (15503 44517))
+;;;;;; (15611 31361))
;;; Generated autoloads from textmodes/tildify.el
(autoload (quote tildify-region) "tildify" "\
@@ -16546,7 +16547,7 @@ This function performs no refilling of the changed text." t nil)
;;;***
;;;### (autoloads (display-time-mode display-time display-time-day-and-date)
-;;;;;; "time" "time.el" (15218 41874))
+;;;;;; "time" "time.el" (15611 31352))
;;; Generated autoloads from time.el
(defvar display-time-day-and-date nil "\
@@ -16594,7 +16595,7 @@ If DATE is malformed, a zero time will be returned." nil nil)
;;;***
;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp"
-;;;;;; "time-stamp.el" (15599 22504))
+;;;;;; "time-stamp.el" (15611 31352))
;;; Generated autoloads from time-stamp.el
(autoload (quote time-stamp) "time-stamp" "\
@@ -16624,7 +16625,7 @@ With arg, turn time stamping on if and only if arg is positive." t nil)
;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out
;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in
;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el"
-;;;;;; (15332 4236))
+;;;;;; (15735 20645))
;;; Generated autoloads from calendar/timeclock.el
(autoload (quote timeclock-modeline-display) "timeclock" "\
@@ -16703,7 +16704,7 @@ non-nil." t nil)
;;;### (autoloads (with-timeout run-with-idle-timer add-timeout run-with-timer
;;;;;; run-at-time cancel-function-timers cancel-timer) "timer"
-;;;;;; "timer.el" (15186 41419))
+;;;;;; "timer.el" (15735 20644))
;;; Generated autoloads from timer.el
(defalias (quote disable-timeout) (quote cancel-timer))
@@ -16762,7 +16763,7 @@ be detected." nil (quote macro))
;;;***
;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv"
-;;;;;; "international/titdic-cnv.el" (15186 41421))
+;;;;;; "international/titdic-cnv.el" (15611 31356))
;;; Generated autoloads from international/titdic-cnv.el
(autoload (quote titdic-convert) "titdic-cnv" "\
@@ -16781,7 +16782,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\"." nil
;;;***
;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
-;;;;;; "tmm.el" (15451 64523))
+;;;;;; "tmm.el" (15611 31352))
;;; Generated autoloads from tmm.el
(define-key global-map "\M-`" 'tmm-menubar)
(define-key global-map [f10] 'tmm-menubar)
@@ -16816,7 +16817,7 @@ Its value should be an event that has a binding in MENU." nil nil)
;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities
;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category)
-;;;;;; "todo-mode" "calendar/todo-mode.el" (15344 40381))
+;;;;;; "todo-mode" "calendar/todo-mode.el" (15611 31353))
;;; Generated autoloads from calendar/todo-mode.el
(autoload (quote todo-add-category) "todo-mode" "\
@@ -16860,7 +16861,7 @@ Show TODO list." t nil)
;;;***
;;;### (autoloads (tool-bar-add-item-from-menu tool-bar-add-item
-;;;;;; tool-bar-mode) "tool-bar" "toolbar/tool-bar.el" (15247 16242))
+;;;;;; tool-bar-mode) "tool-bar" "toolbar/tool-bar.el" (15611 31361))
;;; Generated autoloads from toolbar/tool-bar.el
(defvar tool-bar-mode nil "\
@@ -16910,7 +16911,7 @@ function." nil nil)
;;;***
;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el"
-;;;;;; (15587 56591))
+;;;;;; (15611 31352))
;;; Generated autoloads from tooltip.el
(autoload (quote tooltip-mode) "tooltip" "\
@@ -16928,8 +16929,8 @@ use either \\[customize] or the function `tooltip-mode'.")
;;;***
-;;;### (autoloads (tpu-edt-on) "tpu-edt" "emulation/tpu-edt.el" (15587
-;;;;;; 56592))
+;;;### (autoloads (tpu-edt-on) "tpu-edt" "emulation/tpu-edt.el" (15611
+;;;;;; 31353))
;;; Generated autoloads from emulation/tpu-edt.el
(fset (quote tpu-edt-mode) (quote tpu-edt-on))
@@ -16956,7 +16957,7 @@ Constrain the cursor to the flow of the text." t nil)
;;;***
-;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (15282 6279))
+;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (15611 31353))
;;; Generated autoloads from emacs-lisp/tq.el
(autoload (quote tq-create) "tq" "\
@@ -16994,7 +16995,7 @@ the window or buffer configuration at all." t nil)
;;;***
;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column"
-;;;;;; "textmodes/two-column.el" (15215 36988))
+;;;;;; "textmodes/two-column.el" (15611 31361))
;;; Generated autoloads from textmodes/two-column.el
(autoload '2C-command "two-column" () t 'keymap)
(global-set-key "\C-x6" '2C-command)
@@ -17184,6 +17185,73 @@ FRAC should be the inverse of the fractional value; for example, a value of
;;;***
+;;;### (autoloads (unify-8859-on-decoding-mode unify-8859-on-encoding-mode)
+;;;;;; "ucs-tables" "international/ucs-tables.el" (15761 38862))
+;;; Generated autoloads from international/ucs-tables.el
+
+(defvar unify-8859-on-encoding-mode nil "\
+Non-nil if Unify-8859-On-Encoding mode is enabled.
+See the command `unify-8859-on-encoding-mode' for a description of this minor-mode.
+Setting this variable directly does not take effect;
+use either \\[customize] or the function `unify-8859-on-encoding-mode'.")
+
+(custom-add-to-group (quote mule) (quote unify-8859-on-encoding-mode) (quote custom-variable))
+
+(custom-add-load (quote unify-8859-on-encoding-mode) (quote ucs-tables))
+
+(autoload (quote unify-8859-on-encoding-mode) "ucs-tables" "\
+Set up translation tables for unifying ISO 8859 characters on encoding.
+
+The ISO 8859 characters sets overlap, e.g. 8859-1 (Latin-1) and
+8859-15 (Latin-9) differ only in a few characters. Emacs normally
+distinguishes equivalent characters from those ISO-8859 character sets
+which are built in to Emacs. This behaviour is essentially inherited
+from the European-originated international standards. Treating them
+equivalently, by translating to and from a single representation is
+called `unification'. (The `utf-8' coding system treats the
+characters of European scripts in a unified manner.)
+
+In this mode, on encoding -- i.e. output operations -- non-ASCII
+characters from the built-in ISO 8859 and `mule-unicode-0100-24ff'
+charsets are handled automatically by the coding system used if it can
+represent them. Thus, say, an e-acute from the Latin-1 charset (the
+unified representation) in a buffer saved as Latin-9 will be encoded
+directly to a byte value 233. By default, in contrast, you would be
+prompted for a general coding system to use for saving the file, which
+can cope with separate Latin-1 and Latin-9 representations of e-acute.
+
+Also sets hooks that arrange `translation-table-for-input' to be set
+up locally when Quail input methods are activated. This will often
+allow input generated by Quail input methods to conform with what the
+buffer's file coding system can encode. Thus you could use a Latin-2
+input method to search for e-acute in a Latin-1 buffer.
+
+See also command `unify-8859-on-decoding-mode'." t nil)
+
+(defvar unify-8859-on-decoding-mode nil "\
+Non-nil if Unify-8859-On-Decoding mode is enabled.
+See the command `unify-8859-on-decoding-mode' for a description of this minor-mode.
+Setting this variable directly does not take effect;
+use either \\[customize] or the function `unify-8859-on-decoding-mode'.")
+
+(custom-add-to-group (quote mule) (quote unify-8859-on-decoding-mode) (quote custom-variable))
+
+(custom-add-load (quote unify-8859-on-decoding-mode) (quote ucs-tables))
+
+(autoload (quote unify-8859-on-decoding-mode) "ucs-tables" "\
+Set up translation tables for unifying ISO 8859 characters on decoding.
+On decoding, i.e. input operations, non-ASCII characters from the
+built-in ISO 8859 charsets are unified by mapping them into the
+`iso-latin-1' and `mule-unicode-0100-24ff' charsets.
+
+Also sets `translation-table-for-input' globally, so that Quail input
+methods produce unified characters.
+
+See also command `unify-8859-on-encoding-mode' and the user option
+`utf-8-fragment-on-decoding'." t nil)
+
+;;;***
+
;;;### (autoloads (ununderline-region underline-region) "underline"
;;;;;; "textmodes/underline.el" (15186 41426))
;;; Generated autoloads from textmodes/underline.el
@@ -17278,7 +17346,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME." t nil)
;;;;;; vc-resolve-conflicts vc-merge vc-insert-headers vc-version-other-window
;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file
;;;;;; with-vc-file vc-before-checkin-hook vc-checkin-hook vc-checkout-hook)
-;;;;;; "vc" "vc.el" (15503 44498))
+;;;;;; "vc" "vc.el" (15735 20644))
;;; Generated autoloads from vc.el
(defvar vc-checkout-hook nil "\
@@ -17502,7 +17570,7 @@ colors. `vc-annotate-background' specifies the background color." t nil)
;;;***
-;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (15367 37406))
+;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (15611 31352))
;;; Generated autoloads from vc-cvs.el
(defun vc-cvs-registered (f)
(when (file-readable-p (expand-file-name
@@ -17513,7 +17581,7 @@ colors. `vc-annotate-background' specifies the background color." t nil)
;;;***
;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el"
-;;;;;; (15244 40663))
+;;;;;; (15735 20644))
;;; Generated autoloads from vc-rcs.el
(defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
@@ -17525,7 +17593,7 @@ For a description of possible values, see `vc-check-master-templates'.")
;;;***
;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el"
-;;;;;; (15244 40663))
+;;;;;; (15611 31352))
;;; Generated autoloads from vc-sccs.el
(defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
@@ -17542,7 +17610,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
;;;***
;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
-;;;;;; (14385 23382))
+;;;;;; (15761 38864))
;;; Generated autoloads from progmodes/vhdl-mode.el
(autoload (quote vhdl-mode) "vhdl-mode" "\
@@ -17870,7 +17938,7 @@ Syntax table and abbrevs while in vi mode remain as they were in Emacs." t nil)
;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion
;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer
;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util"
-;;;;;; "language/viet-util.el" (15186 41422))
+;;;;;; "language/viet-util.el" (15611 31356))
;;; Generated autoloads from language/viet-util.el
(autoload (quote viet-encode-viscii-char) "viet-util" "\
@@ -17900,8 +17968,8 @@ Convert Vietnamese characaters of the current buffer to `VIQR' mnemonics." t nil
;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame
;;;;;; view-buffer-other-window view-buffer view-file-other-frame
-;;;;;; view-file-other-window view-file) "view" "view.el" (15252
-;;;;;; 52884))
+;;;;;; view-file-other-window view-file) "view" "view.el" (15611
+;;;;;; 31352))
;;; Generated autoloads from view.el
(defvar view-mode nil "\
@@ -18097,7 +18165,7 @@ Turn on VIP emulation of VI." t nil)
;;;***
;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"
-;;;;;; (15260 30414))
+;;;;;; (15611 31354))
;;; Generated autoloads from emulation/viper.el
(autoload (quote toggle-viper-mode) "viper" "\
@@ -18109,7 +18177,7 @@ Turn on Viper emulation of Vi." t nil)
;;;***
-;;;### (autoloads (webjump) "webjump" "net/webjump.el" (15187 6159))
+;;;### (autoloads (webjump) "webjump" "net/webjump.el" (15611 31357))
;;; Generated autoloads from net/webjump.el
(autoload (quote webjump) "webjump" "\
@@ -18124,7 +18192,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke
;;;***
;;;### (autoloads (which-function-mode) "which-func" "which-func.el"
-;;;;;; (15187 6159))
+;;;;;; (15611 31352))
;;; Generated autoloads from which-func.el
(defalias (quote which-func-mode) (quote which-function-mode))
@@ -18154,7 +18222,7 @@ and off otherwise." t nil)
;;;;;; whitespace-cleanup whitespace-region whitespace-buffer whitespace-toggle-ateol-check
;;;;;; whitespace-toggle-spacetab-check whitespace-toggle-indent-check
;;;;;; whitespace-toggle-trailing-check whitespace-toggle-leading-check)
-;;;;;; "whitespace" "whitespace.el" (15234 1650))
+;;;;;; "whitespace" "whitespace.el" (15611 31352))
;;; Generated autoloads from whitespace.el
(autoload (quote whitespace-toggle-leading-check) "whitespace" "\
@@ -18275,7 +18343,7 @@ whitespaces during the process of your editing)." t nil)
;;;***
;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse
-;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (15187 6159))
+;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (15611 31352))
;;; Generated autoloads from wid-browse.el
(autoload (quote widget-browse-at) "wid-browse" "\
@@ -18294,7 +18362,7 @@ With arg, turn widget mode on if and only if arg is positive." t nil)
;;;***
;;;### (autoloads (widget-delete widget-create widget-prompt-value)
-;;;;;; "wid-edit" "wid-edit.el" (15309 53363))
+;;;;;; "wid-edit" "wid-edit.el" (15611 31352))
;;; Generated autoloads from wid-edit.el
(autoload (quote widget-prompt-value) "wid-edit" "\
@@ -18311,8 +18379,8 @@ Delete WIDGET." nil nil)
;;;***
;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right
-;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (15187
-;;;;;; 6159))
+;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (15611
+;;;;;; 31352))
;;; Generated autoloads from windmove.el
(autoload (quote windmove-left) "windmove" "\
@@ -18353,7 +18421,7 @@ Set up default keybindings for `windmove'." t nil)
;;;***
;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el"
-;;;;;; (15177 40980))
+;;;;;; (15611 31352))
;;; Generated autoloads from winner.el
(defvar winner-mode nil "\
@@ -18372,7 +18440,7 @@ With arg, turn Winner mode on if and only if arg is positive." t nil)
;;;***
;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman"
-;;;;;; "woman.el" (15187 6159))
+;;;;;; "woman.el" (15611 31352))
;;; Generated autoloads from woman.el
(autoload (quote woman) "woman" "\
@@ -18402,7 +18470,7 @@ decompress the file if appropriate. See the documentation for the
;;;***
;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el"
-;;;;;; (13415 51576))
+;;;;;; (15611 31354))
;;; Generated autoloads from emulation/ws-mode.el
(autoload (quote wordstar-mode) "ws-mode" "\
@@ -18513,8 +18581,8 @@ The key bindings are:
;;;***
-;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (15199
-;;;;;; 1217))
+;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (15611
+;;;;;; 31352))
;;; Generated autoloads from xt-mouse.el
(autoload (quote xterm-mouse-mode) "xt-mouse" "\
@@ -18526,7 +18594,7 @@ Turn it on to use emacs mouse commands, and off to use xterm mouse commands." t
;;;***
;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism
-;;;;;; yow) "yow" "play/yow.el" (14810 62720))
+;;;;;; yow) "yow" "play/yow.el" (15611 31357))
;;; Generated autoloads from play/yow.el
(autoload (quote yow) "yow" "\
@@ -18544,7 +18612,7 @@ Zippy goes to the analyst." t nil)
;;;***
-;;;### (autoloads (zone) "zone" "play/zone.el" (15210 39117))
+;;;### (autoloads (zone) "zone" "play/zone.el" (15611 31357))
;;; Generated autoloads from play/zone.el
(autoload (quote zone) "zone" "\
@@ -18553,7 +18621,7 @@ Zone out, completely." t nil)
;;;***
;;;### (autoloads (zone-mode zone-mode-update-serial-hook) "zone-mode"
-;;;;;; "net/zone-mode.el" (15576 3981))
+;;;;;; "net/zone-mode.el" (15611 31357))
;;; Generated autoloads from net/zone-mode.el
(autoload (quote zone-mode-update-serial-hook) "zone-mode" "\