aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGerd Moellmann2000-01-13 14:50:15 +0000
committerGerd Moellmann2000-01-13 14:50:15 +0000
commit0a352cd7a33b213559266c8f676f05c06525202d (patch)
tree623486ad559bee421c8809969d76058a9e9d6cb5 /lisp
parent15fc5b2861d26de4556a49f7dc7ca52243318b11 (diff)
downloademacs-0a352cd7a33b213559266c8f676f05c06525202d.tar.gz
emacs-0a352cd7a33b213559266c8f676f05c06525202d.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog14
-rw-r--r--lisp/cus-load.el29
-rw-r--r--lisp/loaddefs.el575
3 files changed, 357 insertions, 261 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e457a2271b3..e1a8f3cb78d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,19 @@
12000-01-13 Gerd Moellmann <gerd@gnu.org> 12000-01-13 Gerd Moellmann <gerd@gnu.org>
2 2
3 * net/eudc.el (toplevel): Remove autoloaded code installing
4 menu with easymenu, because that causes build problems.
5
6 * frame.el (frame-notice-user-settings): New variable.
7 (frame-notice-user-settings): Don't modify frame parameters
8 if called a second time.
9
102000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
11
12 * frame.el (frame-notice-user-settings):
13 Notice default-frame-parameters even for non-window frames.
14
152000-01-13 Gerd Moellmann <gerd@gnu.org>
16
3 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds 17 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
4 for Emacs. 18 for Emacs.
5 (eudc-bob-can-display-inline-images): Extend for Emacs. 19 (eudc-bob-can-display-inline-images): Extend for Emacs.
diff --git a/lisp/cus-load.el b/lisp/cus-load.el
index b3bf8b82c30..432eb0fc63d 100644
--- a/lisp/cus-load.el
+++ b/lisp/cus-load.el
@@ -40,6 +40,7 @@
40(put 'cperl-help-system 'custom-loads '("cperl-mode")) 40(put 'cperl-help-system 'custom-loads '("cperl-mode"))
41(put 'comint-completion 'custom-loads '("comint")) 41(put 'comint-completion 'custom-loads '("comint"))
42(put 'gnus-score-kill 'custom-loads '("gnus-kill" "gnus")) 42(put 'gnus-score-kill 'custom-loads '("gnus-kill" "gnus"))
43(put 'ldap 'custom-loads '("ldap"))
43(put 'remote-compile 'custom-loads '("rcompile")) 44(put 'remote-compile 'custom-loads '("rcompile"))
44(put 'gnus-visual 'custom-loads '("earcon" "gnus-art" "gnus")) 45(put 'gnus-visual 'custom-loads '("earcon" "gnus-art" "gnus"))
45(put 'dabbrev 'custom-loads '("dabbrev")) 46(put 'dabbrev 'custom-loads '("dabbrev"))
@@ -113,6 +114,7 @@
113(put 'gnus-thread 'custom-loads '("gnus-sum")) 114(put 'gnus-thread 'custom-loads '("gnus-sum"))
114(put 'languages 'custom-loads '("cus-edit" "info-look" "ada-mode" "antlr-mode" "asm-mode" "cperl-mode" "dcl-mode" "delphi" "fortran" "hideshow" "icon" "idlwave" "m4-mode" "meta-mode" "modula2" "octave-mod" "pascal" "perl-mode" "prolog" "ps-mode" "sh-script" "simula" "tcl" "vhdl-mode" "sgml-mode")) 115(put 'languages 'custom-loads '("cus-edit" "info-look" "ada-mode" "antlr-mode" "asm-mode" "cperl-mode" "dcl-mode" "delphi" "fortran" "hideshow" "icon" "idlwave" "m4-mode" "meta-mode" "modula2" "octave-mod" "pascal" "perl-mode" "prolog" "ps-mode" "sh-script" "simula" "tcl" "vhdl-mode" "sgml-mode"))
115(put 'reftex-miscellaneous-configurations 'custom-loads '("reftex-vars")) 116(put 'reftex-miscellaneous-configurations 'custom-loads '("reftex-vars"))
117(put 'pong 'custom-loads '("pong"))
116(put 'ediff-ptch 'custom-loads '("ediff-ptch")) 118(put 'ediff-ptch 'custom-loads '("ediff-ptch"))
117(put 'jka-compr 'custom-loads '("jka-compr")) 119(put 'jka-compr 'custom-loads '("jka-compr"))
118(put 'development 'custom-loads '("cus-edit")) 120(put 'development 'custom-loads '("cus-edit"))
@@ -137,6 +139,7 @@
137(put 'ada 'custom-loads '("ada-mode" "ada-xref")) 139(put 'ada 'custom-loads '("ada-mode" "ada-xref"))
138(put 'gnus 'custom-loads '("gnus-art" "gnus" "gnus-demon" "gnus-dup" "gnus-eform" "gnus-undo" "gnus-uu" "gnus-win" "nnmail")) 140(put 'gnus 'custom-loads '("gnus-art" "gnus" "gnus-demon" "gnus-dup" "gnus-eform" "gnus-undo" "gnus-uu" "gnus-win" "nnmail"))
139(put 'cperl-affected-by-hairy 'custom-loads '("cperl-mode")) 141(put 'cperl-affected-by-hairy 'custom-loads '("cperl-mode"))
142(put 'eudc-ldap 'custom-loads '("eudc-vars"))
140(put 'reftex-making-and-inserting-labels 'custom-loads '("reftex-vars")) 143(put 'reftex-making-and-inserting-labels 'custom-loads '("reftex-vars"))
141(put 'calendar-hooks 'custom-loads '("calendar")) 144(put 'calendar-hooks 'custom-loads '("calendar"))
142(put 'mailalias 'custom-loads '("mailalias")) 145(put 'mailalias 'custom-loads '("mailalias"))
@@ -149,6 +152,7 @@
149(put 'makemode 'custom-loads '("make-mode")) 152(put 'makemode 'custom-loads '("make-mode"))
150(put 'hexl 'custom-loads '("hexl")) 153(put 'hexl 'custom-loads '("hexl"))
151(put 'gnus-summary-visual 'custom-loads '("gnus-sum" "gnus")) 154(put 'gnus-summary-visual 'custom-loads '("gnus-sum" "gnus"))
155(put 'eudc-ph 'custom-loads '("eudc-vars"))
152(put 'gnus-group-listing 'custom-loads '("gnus-group")) 156(put 'gnus-group-listing 'custom-loads '("gnus-group"))
153(put 'rmail-reply 'custom-loads '("rmail")) 157(put 'rmail-reply 'custom-loads '("rmail"))
154(put 'gnus-score 'custom-loads '("gnus-nocem" "gnus")) 158(put 'gnus-score 'custom-loads '("gnus-nocem" "gnus"))
@@ -171,7 +175,7 @@
171(put 'spell 'custom-loads '("spell")) 175(put 'spell 'custom-loads '("spell"))
172(put 'rmail-headers 'custom-loads '("rmail")) 176(put 'rmail-headers 'custom-loads '("rmail"))
173(put 'gnus-score-decay 'custom-loads '("gnus-score")) 177(put 'gnus-score-decay 'custom-loads '("gnus-score"))
174(put 'idlwave-shell-initial-commands 'custom-loads '("idlwave-shell")) 178(put 'idlwave-shell-initial-commands 'custom-loads '("idlw-shell"))
175(put 'tildify 'custom-loads '("tildify")) 179(put 'tildify 'custom-loads '("tildify"))
176(put 'cperl-autoinsert-details 'custom-loads '("cperl-mode")) 180(put 'cperl-autoinsert-details 'custom-loads '("cperl-mode"))
177(put 'help 'custom-loads '("help" "apropos" "cus-edit" "help-macro" "info-look" "info" "man" "tooltip")) 181(put 'help 'custom-loads '("help" "apropos" "cus-edit" "help-macro" "info-look" "info" "man" "tooltip"))
@@ -184,7 +188,6 @@
184(put 'gnus-group-visual 'custom-loads '("gnus-group" "gnus")) 188(put 'gnus-group-visual 'custom-loads '("gnus-group" "gnus"))
185(put 'paren-matching 'custom-loads '("simple" "paren")) 189(put 'paren-matching 'custom-loads '("simple" "paren"))
186(put 'font-lock 'custom-loads '("font-lock" "frame")) 190(put 'font-lock 'custom-loads '("font-lock" "frame"))
187(put 'backquote 'custom-loads '("backquote"))
188(put 'auto-save 'custom-loads '("files" "startup")) 191(put 'auto-save 'custom-loads '("files" "startup"))
189(put 'tpu 'custom-loads '("tpu-edt" "tpu-extras")) 192(put 'tpu 'custom-loads '("tpu-edt" "tpu-extras"))
190(put 'gnus-cite 'custom-loads '("gnus-cite")) 193(put 'gnus-cite 'custom-loads '("gnus-cite"))
@@ -214,7 +217,7 @@
214(put 'imenu 'custom-loads '("imenu")) 217(put 'imenu 'custom-loads '("imenu"))
215(put 'scribe 'custom-loads '("scribe")) 218(put 'scribe 'custom-loads '("scribe"))
216(put 'server 'custom-loads '("server")) 219(put 'server 'custom-loads '("server"))
217(put 'idlwave-shell-highlighting-and-faces 'custom-loads '("idlwave-shell")) 220(put 'idlwave-shell-highlighting-and-faces 'custom-loads '("idlw-shell"))
218(put 'tcl 'custom-loads '("tcl")) 221(put 'tcl 'custom-loads '("tcl"))
219(put 'vhdl-print 'custom-loads '("vhdl-mode")) 222(put 'vhdl-print 'custom-loads '("vhdl-mode"))
220(put 'gnus-summary-tree 'custom-loads '("gnus-salt")) 223(put 'gnus-summary-tree 'custom-loads '("gnus-salt"))
@@ -295,7 +298,7 @@
295(put 'perl 'custom-loads '("perl-mode")) 298(put 'perl 'custom-loads '("perl-mode"))
296(put 'vhdl-port 'custom-loads '("vhdl-mode")) 299(put 'vhdl-port 'custom-loads '("vhdl-mode"))
297(put 'custom-menu 'custom-loads '("cus-edit")) 300(put 'custom-menu 'custom-loads '("cus-edit"))
298(put 'comm 'custom-loads '("net-utils" "ph")) 301(put 'comm 'custom-loads '("net-utils" "ph" "eudc-vars" "ldap"))
299(put 'type-break 'custom-loads '("type-break")) 302(put 'type-break 'custom-loads '("type-break"))
300(put 'mh 'custom-loads '("mh-comp" "mh-e" "mh-utils")) 303(put 'mh 'custom-loads '("mh-comp" "mh-e" "mh-utils"))
301(put 'convenience 'custom-loads '("abbrev" "autoinsert" "autorevert" "bs" "complete" "completion" "dabbrev" "ffap" "filecache" "follow" "hippie-exp" "imenu" "iswitchb" "repeat" "speedbar" "pc-select")) 304(put 'convenience 'custom-loads '("abbrev" "autoinsert" "autorevert" "bs" "complete" "completion" "dabbrev" "ffap" "filecache" "follow" "hippie-exp" "imenu" "iswitchb" "repeat" "speedbar" "pc-select"))
@@ -305,7 +308,7 @@
305(put 'gnus-article-mime 'custom-loads '("gnus-art" "gnus-sum")) 308(put 'gnus-article-mime 'custom-loads '("gnus-art" "gnus-sum"))
306(put 'emulations 'custom-loads '("crisp" "tpu-edt" "vip" "viper")) 309(put 'emulations 'custom-loads '("crisp" "tpu-edt" "vip" "viper"))
307(put 'compression 'custom-loads '("jka-compr")) 310(put 'compression 'custom-loads '("jka-compr"))
308(put 'games 'custom-loads '("5x5" "bruce" "decipher" "dunnet" "fortune" "gametree" "gomoku" "handwrite" "hanoi" "landmark" "mpuz" "solitaire" "spook" "yow")) 311(put 'games 'custom-loads '("5x5" "bruce" "decipher" "dunnet" "fortune" "gametree" "gomoku" "handwrite" "hanoi" "landmark" "mpuz" "pong" "solitaire" "spook" "yow"))
309(put 'nnmail-retrieve 'custom-loads '("nnmail")) 312(put 'nnmail-retrieve 'custom-loads '("nnmail"))
310(put 'gnus-duplicate 'custom-loads '("gnus-dup")) 313(put 'gnus-duplicate 'custom-loads '("gnus-dup"))
311(put 'find-function 'custom-loads '("find-func")) 314(put 'find-function 'custom-loads '("find-func"))
@@ -351,7 +354,7 @@
351(put 'gnus-summary 'custom-loads '("gnus-sum" "gnus")) 354(put 'gnus-summary 'custom-loads '("gnus-sum" "gnus"))
352(put 'compilation 'custom-loads '("compile")) 355(put 'compilation 'custom-loads '("compile"))
353(put 'ediff-highlighting 'custom-loads '("ediff-init")) 356(put 'ediff-highlighting 'custom-loads '("ediff-init"))
354(put 'idlwave-shell-general-setup 'custom-loads '("idlwave-shell")) 357(put 'idlwave-shell-general-setup 'custom-loads '("idlw-shell"))
355(put 'xscheme 'custom-loads '("xscheme")) 358(put 'xscheme 'custom-loads '("xscheme"))
356(put 'checkdoc 'custom-loads '("checkdoc")) 359(put 'checkdoc 'custom-loads '("checkdoc"))
357(put 'gnus-article-hiding 'custom-loads '("gnus-art" "gnus-sum")) 360(put 'gnus-article-hiding 'custom-loads '("gnus-art" "gnus-sum"))
@@ -362,6 +365,7 @@
362(put 'advice 'custom-loads '("advice")) 365(put 'advice 'custom-loads '("advice"))
363(put 'picture 'custom-loads '("picture")) 366(put 'picture 'custom-loads '("picture"))
364(put 'gnus-group 'custom-loads '("gnus-topic" "gnus")) 367(put 'gnus-group 'custom-loads '("gnus-topic" "gnus"))
368(put 'eudc-bbdb 'custom-loads '("eudc-vars"))
365(put 'reftex-referencing-labels 'custom-loads '("reftex-vars")) 369(put 'reftex-referencing-labels 'custom-loads '("reftex-vars"))
366(put 'gnus-article-various 'custom-loads '("gnus-art" "gnus-sum")) 370(put 'gnus-article-various 'custom-loads '("gnus-art" "gnus-sum"))
367(put 'ediff-diff 'custom-loads '("ediff-diff")) 371(put 'ediff-diff 'custom-loads '("ediff-diff"))
@@ -369,6 +373,7 @@
369(put 'font-selection 'custom-loads '("faces")) 373(put 'font-selection 'custom-loads '("faces"))
370(put 'gnus-summary-marks 'custom-loads '("gnus-sum" "gnus")) 374(put 'gnus-summary-marks 'custom-loads '("gnus-sum" "gnus"))
371(put 'bibtex-autokey 'custom-loads '("bibtex")) 375(put 'bibtex-autokey 'custom-loads '("bibtex"))
376(put 'eudc 'custom-loads '("eudc-vars"))
372(put 'octave 'custom-loads '("octave-inf" "octave-mod")) 377(put 'octave 'custom-loads '("octave-inf" "octave-mod"))
373(put 'editing-basics 'custom-loads '("simple" "files" "delsel" "pc-select")) 378(put 'editing-basics 'custom-loads '("simple" "files" "delsel" "pc-select"))
374(put 'hscroll 'custom-loads '("hscroll")) 379(put 'hscroll 'custom-loads '("hscroll"))
@@ -394,7 +399,7 @@
394(put 'shadow 'custom-loads '("shadowfile" "shadow")) 399(put 'shadow 'custom-loads '("shadowfile" "shadow"))
395(put 'hl-line 'custom-loads '("hl-line")) 400(put 'hl-line 'custom-loads '("hl-line"))
396(put 'internal 'custom-loads '("startup" "cus-edit")) 401(put 'internal 'custom-loads '("startup" "cus-edit"))
397(put 'lisp 'custom-loads '("simple" "lisp" "lisp-mode" "cmuscheme" "backquote" "ielm" "xscheme" "advice" "bytecomp" "checkdoc" "cl-indent" "cust-print" "edebug" "elp" "find-func" "pp" "shadow" "trace" "scheme")) 402(put 'lisp 'custom-loads '("simple" "lisp" "lisp-mode" "cmuscheme" "ielm" "xscheme" "advice" "bytecomp" "checkdoc" "cl-indent" "cust-print" "edebug" "elp" "find-func" "pp" "shadow" "trace" "scheme"))
398(put 'local 'custom-loads '("calendar")) 403(put 'local 'custom-loads '("calendar"))
399(put 'rlogin 'custom-loads '("rlogin")) 404(put 'rlogin 'custom-loads '("rlogin"))
400(put 'debugger 'custom-loads '("debug")) 405(put 'debugger 'custom-loads '("debug"))
@@ -422,7 +427,7 @@
422(put 'pascal 'custom-loads '("pascal")) 427(put 'pascal 'custom-loads '("pascal"))
423(put 'rmail-retrieve 'custom-loads '("rmail")) 428(put 'rmail-retrieve 'custom-loads '("rmail"))
424(put 'data 'custom-loads '("text-mode" "arc-mode" "forms" "hexl" "jka-compr" "saveplace" "snmp-mode" "sort" "tar-mode" "time-stamp")) 429(put 'data 'custom-loads '("text-mode" "arc-mode" "forms" "hexl" "jka-compr" "saveplace" "snmp-mode" "sort" "tar-mode" "time-stamp"))
425(put 'mail 'custom-loads '("simple" "startup" "ph" "time" "gnus" "message" "emacsbug" "feedmail" "mail-extr" "mail-hist" "mail-utils" "mailalias" "metamail" "mh-e" "mspools" "rmail" "sendmail" "smtpmail" "supercite" "uce" "fortune")) 430(put 'mail 'custom-loads '("simple" "startup" "ph" "time" "gnus" "message" "emacsbug" "feedmail" "mail-extr" "mail-hist" "mail-utils" "mailalias" "metamail" "mh-e" "mspools" "rmail" "sendmail" "smtpmail" "supercite" "uce" "fortune" "eudc-vars"))
426(put 'paren-blinking 'custom-loads '("simple")) 431(put 'paren-blinking 'custom-loads '("simple"))
427(put 'gnus-summary-sort 'custom-loads '("gnus-sum")) 432(put 'gnus-summary-sort 'custom-loads '("gnus-sum"))
428(put 'fast-lock 'custom-loads '("fast-lock")) 433(put 'fast-lock 'custom-loads '("fast-lock"))
@@ -448,7 +453,7 @@
448(put 'widget-button 'custom-loads '("wid-edit")) 453(put 'widget-button 'custom-loads '("wid-edit"))
449(put 'uniquify 'custom-loads '("uniquify")) 454(put 'uniquify 'custom-loads '("uniquify"))
450(put 'old-c++ 'custom-loads '("cplus-md")) 455(put 'old-c++ 'custom-loads '("cplus-md"))
451(put 'ps-print-font 'custom-loads '("ps-print" "ps-vars")) 456(put 'ps-print-font 'custom-loads '("ps-mule" "ps-print"))
452(put 'vhdl-misc 'custom-loads '("vhdl-mode")) 457(put 'vhdl-misc 'custom-loads '("vhdl-mode"))
453(put 'dired-x 'custom-loads '("dired-x")) 458(put 'dired-x 'custom-loads '("dired-x"))
454(put 'spook 'custom-loads '("spook")) 459(put 'spook 'custom-loads '("spook"))
@@ -491,7 +496,7 @@
491(put 'processes 'custom-loads '("comint" "cus-edit" "rcompile" "rlogin" "shell" "term" "metamail" "compile" "executable" "sql" "flyspell")) 496(put 'processes 'custom-loads '("comint" "cus-edit" "rcompile" "rlogin" "shell" "term" "metamail" "compile" "executable" "sql" "flyspell"))
492(put 'sendmail 'custom-loads '("sendmail")) 497(put 'sendmail 'custom-loads '("sendmail"))
493(put 'gnus-article-signature 'custom-loads '("gnus-art")) 498(put 'gnus-article-signature 'custom-loads '("gnus-art"))
494(put 'idlwave 'custom-loads '("idlwave-shell" "idlwave")) 499(put 'idlwave 'custom-loads '("idlw-shell" "idlwave"))
495(put 'viper-ex 'custom-loads '("viper-ex")) 500(put 'viper-ex 'custom-loads '("viper-ex"))
496(put 'gulp 'custom-loads '("gulp")) 501(put 'gulp 'custom-loads '("gulp"))
497(put 'ielm 'custom-loads '("ielm")) 502(put 'ielm 'custom-loads '("ielm"))
@@ -552,6 +557,8 @@
552(custom-put-if-not 'find-tag-marker-ring-length 'standard-value t) 557(custom-put-if-not 'find-tag-marker-ring-length 'standard-value t)
553(custom-put-if-not 'input-mode-8-bit 'custom-version "21.1") 558(custom-put-if-not 'input-mode-8-bit 'custom-version "21.1")
554(custom-put-if-not 'input-mode-8-bit 'standard-value t) 559(custom-put-if-not 'input-mode-8-bit 'standard-value t)
560(custom-put-if-not 'elide-head 'custom-version "21.1")
561(custom-put-if-not 'elide-head 'group-documentation "Eliding copyright headers and the like in source files.")
555(custom-put-if-not 'flyspell 'custom-version "20.3") 562(custom-put-if-not 'flyspell 'custom-version "20.3")
556(custom-put-if-not 'flyspell 'group-documentation "Spellchecking on the fly.") 563(custom-put-if-not 'flyspell 'group-documentation "Spellchecking on the fly.")
557(custom-put-if-not 'compilation-scroll-output 'custom-version "20.3") 564(custom-put-if-not 'compilation-scroll-output 'custom-version "20.3")
@@ -620,6 +627,8 @@
620(custom-put-if-not 'query-replace-to-history-variable 'standard-value t) 627(custom-put-if-not 'query-replace-to-history-variable 'standard-value t)
621(custom-put-if-not 'which-func 'custom-version "20.3") 628(custom-put-if-not 'which-func 'custom-version "20.3")
622(custom-put-if-not 'which-func 'group-documentation "Mode to display the current function name in the modeline.") 629(custom-put-if-not 'which-func 'group-documentation "Mode to display the current function name in the modeline.")
630(custom-put-if-not 'read-mail-command 'custom-version "21.1")
631(custom-put-if-not 'read-mail-command 'standard-value t)
623(custom-put-if-not 'mouse-buffer-menu-mode-mult 'custom-version "20.3") 632(custom-put-if-not 'mouse-buffer-menu-mode-mult 'custom-version "20.3")
624(custom-put-if-not 'mouse-buffer-menu-mode-mult 'standard-value t) 633(custom-put-if-not 'mouse-buffer-menu-mode-mult 'standard-value t)
625(custom-put-if-not 'eval-expression-print-length 'custom-version "21.1") 634(custom-put-if-not 'eval-expression-print-length 'custom-version "21.1")
diff --git a/lisp/loaddefs.el b/lisp/loaddefs.el
index db388faadf2..94f8857b59b 100644
--- a/lisp/loaddefs.el
+++ b/lisp/loaddefs.el
@@ -1,55 +1,6 @@
1;;; loaddefs.el --- define autoloads from other files 1;;; loaddefs.el --- automatically extracted autoloads
2 2;;
3;; Copyright (C) 1985,86,87,92,93,94,95,96,97,98 Free Software Foundation, Inc. 3;;; Code:
4
5;; Maintainer: FSF
6;; Keywords: internal
7
8;; This file is part of GNU Emacs.
9
10;; GNU Emacs is free software; you can redistribute it and/or modify
11;; it under the terms of the GNU General Public License as published by
12;; the Free Software Foundation; either version 2, or (at your option)
13;; any later version.
14
15;; GNU Emacs is distributed in the hope that it will be useful,
16;; but WITHOUT ANY WARRANTY; without even the implied warranty of
17;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18;; GNU General Public License for more details.
19
20;; You should have received a copy of the GNU General Public License
21;; along with GNU Emacs; see the file COPYING. If not, write to
22;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23;; Boston, MA 02111-1307, USA.
24
25;;; **********************************************************************
26;;; You should never need to write autoloads by hand and put them here.
27;;;
28;;; It is no longer necessary. Instead use autoload.el to maintain them
29;;; for you. Just insert ";;;###autoload" before defuns or defmacros you
30;;; want to be autoloaded, or other forms you want copied into loaddefs.el
31;;; (defvars, key definitions, etc.). For example,
32;;; ;;;###autoload
33;;; (defun foobar () ....)
34;;; ;;;###autoload (define-key global-map "f" 'foobar)
35;;; ;;;###autoload
36;;; (defvar foobar-var nil "\
37;;; This is foobar-var's doc-string.")
38;;;
39;;; Then do M-x update-file-autoloads on the file to update loaddefs.el.
40;;;
41;;; You can also use M-x update-autoloads-from-directory to update the
42;;; autoloads in loaddefs.el for all .el files in the directory specified.
43;;; **********************************************************************
44
45;;; Generated autoloads follow (made by autoload.el).
46
47;;; To sort them, execute the following after narrowing
48;;; to a region starting just after the following formfeed (control-l)
49;;; and ending just after the last formfeed in the file.
50
51;;;(sort-regexp-fields nil "\n*.*\n.*from \\(.*\\)[^ ]* " "\\1"
52;;; (point-min) (point-max))
53 4
54;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best 5;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best
55;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5" 6;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5"
@@ -165,15 +116,15 @@ Insert a descriptive header at the top of the file." t nil)
165 116
166;;;*** 117;;;***
167 118
168;;;### (autoloads (add-log-current-defun change-log-mode add-change-log-entry-other-window 119;;;### (autoloads (change-log-merge add-log-current-defun change-log-mode
169;;;;;; add-change-log-entry find-change-log prompt-for-change-log-name 120;;;;;; add-change-log-entry-other-window add-change-log-entry find-change-log
170;;;;;; add-log-mailing-address add-log-full-name) "add-log" "add-log.el" 121;;;;;; prompt-for-change-log-name add-log-mailing-address add-log-full-name)
171;;;;;; (14439 22994)) 122;;;;;; "add-log" "add-log.el" (14460 35756))
172;;; Generated autoloads from add-log.el 123;;; Generated autoloads from add-log.el
173 124
174(defvar add-log-full-name nil "\ 125(defvar add-log-full-name nil "\
175*Full name of user, for inclusion in ChangeLog daily headers. 126*Full name of user, for inclusion in ChangeLog daily headers.
176This defaults to the value returned by the `user-full-name' function.") 127This defaults to the value returned by the function `user-full-name'.")
177 128
178(defvar add-log-mailing-address nil "\ 129(defvar add-log-mailing-address nil "\
179*Electronic mail address of user, for inclusion in ChangeLog daily headers. 130*Electronic mail address of user, for inclusion in ChangeLog daily headers.
@@ -245,11 +196,23 @@ Texinfo (@node titles), Perl, and Fortran.
245 196
246Other modes are handled by a heuristic that looks in the 10K before 197Other modes are handled by a heuristic that looks in the 10K before
247point for uppercase headings starting in the first column or 198point for uppercase headings starting in the first column or
248identifiers followed by `:' or `=', see variable 199identifiers followed by `:' or `=', see variables
249`add-log-current-defun-header-regexp'. 200`add-log-current-defun-header-regexp' and
201`add-log-current-defun-function'
250 202
251Has a preference of looking backwards." nil nil) 203Has a preference of looking backwards." nil nil)
252 204
205(autoload (quote change-log-merge) "add-log" "\
206Merge the contents of ChangeLog file OTHER-LOG with this buffer.
207Both must be found in Change Log mode (since the merging depends on
208the appropriate motion commands).
209
210Entries are inserted in chronological order.
211
212Both the current and old-style time formats for entries are supported,
213so this command could be used to convert old-style logs by merging
214with an empty log." t nil)
215
253;;;*** 216;;;***
254 217
255;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action 218;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action
@@ -344,7 +307,7 @@ See Info node `(elisp)Advising Functions' for comprehensive documentation." nil
344;;;*** 307;;;***
345 308
346;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" 309;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
347;;;;;; "ange-ftp.el" (14367 2123)) 310;;;;;; "ange-ftp.el" (14460 38616))
348;;; Generated autoloads from ange-ftp.el 311;;; Generated autoloads from ange-ftp.el
349 (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) 312 (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)
350 313
@@ -423,7 +386,7 @@ Delete an appointment from the list of appointments." t nil)
423 386
424;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command 387;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command
425;;;;;; apropos-variable apropos-mode) "apropos" "apropos.el" (14411 388;;;;;; apropos-variable apropos-mode) "apropos" "apropos.el" (14411
426;;;;;; 46662)) 389;;;;;; 43647))
427;;; Generated autoloads from apropos.el 390;;; Generated autoloads from apropos.el
428 391
429(autoload (quote apropos-mode) "apropos" "\ 392(autoload (quote apropos-mode) "apropos" "\
@@ -467,8 +430,8 @@ Returns list of symbols and documentation found." t nil)
467 430
468;;;*** 431;;;***
469 432
470;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (14033 433;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (14447
471;;;;;; 32602)) 434;;;;;; 15307))
472;;; Generated autoloads from arc-mode.el 435;;; Generated autoloads from arc-mode.el
473 436
474(autoload (quote archive-mode) "arc-mode" "\ 437(autoload (quote archive-mode) "arc-mode" "\
@@ -486,7 +449,7 @@ archive.
486 449
487;;;*** 450;;;***
488 451
489;;;### (autoloads (array-mode) "array" "array.el" (14281 34851)) 452;;;### (autoloads (array-mode) "array" "array.el" (14460 38616))
490;;; Generated autoloads from array.el 453;;; Generated autoloads from array.el
491 454
492(autoload (quote array-mode) "array" "\ 455(autoload (quote array-mode) "array" "\
@@ -496,10 +459,10 @@ Major mode for editing arrays.
496considered to be a two-dimensional set of strings. The strings are 459considered to be a two-dimensional set of strings. The strings are
497NOT recognized as integers or real numbers. 460NOT recognized as integers or real numbers.
498 461
499 The array MUST reside at the top of the buffer. 462 The array MUST reside at the top of the buffer.
500 463
501 TABs are not respected, and may be converted into spaces at any time. 464 TABs are not respected, and may be converted into spaces at any time.
502Setting the variable 'respect-tabs to non-nil will prevent TAB conversion, 465Setting the variable 'array-respect-tabs to non-nil will prevent TAB conversion,
503but will cause many functions to give errors if they encounter one. 466but will cause many functions to give errors if they encounter one.
504 467
505 Upon entering array mode, you will be prompted for the values of 468 Upon entering array mode, you will be prompted for the values of
@@ -509,16 +472,16 @@ in array mode may have different values assigned to the variables.
509The variables are: 472The variables are:
510 473
511Variables you assign: 474Variables you assign:
512 max-row: The number of rows in the array. 475 array-max-row: The number of rows in the array.
513 max-column: The number of columns in the array. 476 array-max-column: The number of columns in the array.
514 columns-per-line: The number of columns in the array per line of buffer. 477 array-columns-per-line: The number of columns in the array per line of buffer.
515 field-width: The width of each field, in characters. 478 array-field-width: The width of each field, in characters.
516 rows-numbered: A logical variable describing whether to ignore 479 array-rows-numbered: A logical variable describing whether to ignore
517 row numbers in the buffer. 480 row numbers in the buffer.
518 481
519Variables which are calculated: 482Variables which are calculated:
520 line-length: The number of characters in a buffer line. 483 array-line-length: The number of characters in a buffer line.
521 lines-per-row: The number of buffer lines used to display each row. 484 array-lines-per-row: The number of buffer lines used to display each row.
522 485
523 The following commands are available (an asterisk indicates it may 486 The following commands are available (an asterisk indicates it may
524take a numeric prefix argument): 487take a numeric prefix argument):
@@ -637,7 +600,7 @@ Calls `update-autoloads-from-directories' on the command line arguments." nil ni
637;;;*** 600;;;***
638 601
639;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-mode 602;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-mode
640;;;;;; auto-revert-mode) "autorevert" "autorevert.el" (14405 19084)) 603;;;;;; auto-revert-mode) "autorevert" "autorevert.el" (14450 26108))
641;;; Generated autoloads from autorevert.el 604;;; Generated autoloads from autorevert.el
642 605
643(defvar auto-revert-mode nil "\ 606(defvar auto-revert-mode nil "\
@@ -715,7 +678,7 @@ with no args, if that value is non-nil." t nil)
715;;;*** 678;;;***
716 679
717;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el" 680;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el"
718;;;;;; (13607 52347)) 681;;;;;; (14455 30228))
719;;; Generated autoloads from emacs-lisp/backquote.el 682;;; Generated autoloads from emacs-lisp/backquote.el
720 683
721(autoload (quote backquote) "backquote" "\ 684(autoload (quote backquote) "backquote" "\
@@ -738,7 +701,7 @@ Vectors work just like lists. Nested backquotes are permitted." nil (quote macr
738;;;*** 701;;;***
739 702
740;;;### (autoloads (display-battery battery) "battery" "battery.el" 703;;;### (autoloads (display-battery battery) "battery" "battery.el"
741;;;;;; (14422 6607)) 704;;;;;; (14422 6418))
742;;; Generated autoloads from battery.el 705;;; Generated autoloads from battery.el
743 706
744(autoload (quote battery) "battery" "\ 707(autoload (quote battery) "battery" "\
@@ -755,8 +718,8 @@ seconds." t nil)
755 718
756;;;*** 719;;;***
757 720
758;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (14410 721;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (14397
759;;;;;; 26437)) 722;;;;;; 43573))
760;;; Generated autoloads from textmodes/bibtex.el 723;;; Generated autoloads from textmodes/bibtex.el
761 724
762(autoload (quote bibtex-mode) "bibtex" "\ 725(autoload (quote bibtex-mode) "bibtex" "\
@@ -1243,7 +1206,7 @@ corresponding bookmark function from Lisp (the one without the
1243;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program 1206;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program
1244;;;;;; browse-url-save-file browse-url-netscape-display browse-url-new-window-p 1207;;;;;; browse-url-save-file browse-url-netscape-display browse-url-new-window-p
1245;;;;;; browse-url-browser-function) "browse-url" "browse-url.el" 1208;;;;;; browse-url-browser-function) "browse-url" "browse-url.el"
1246;;;;;; (14345 52902)) 1209;;;;;; (14454 73))
1247;;; Generated autoloads from browse-url.el 1210;;; Generated autoloads from browse-url.el
1248 1211
1249(defvar browse-url-browser-function (if (eq system-type (quote windows-nt)) (quote browse-url-default-windows-browser) (quote browse-url-netscape)) "\ 1212(defvar browse-url-browser-function (if (eq system-type (quote windows-nt)) (quote browse-url-default-windows-browser) (quote browse-url-netscape)) "\
@@ -1479,7 +1442,7 @@ name of buffer configuration." t nil)
1479;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile 1442;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile
1480;;;;;; display-call-tree byte-compile compile-defun byte-compile-file 1443;;;;;; display-call-tree byte-compile compile-defun byte-compile-file
1481;;;;;; byte-recompile-directory byte-force-recompile) "bytecomp" 1444;;;;;; byte-recompile-directory byte-force-recompile) "bytecomp"
1482;;;;;; "emacs-lisp/bytecomp.el" (14432 37858)) 1445;;;;;; "emacs-lisp/bytecomp.el" (14456 31103))
1483;;; Generated autoloads from emacs-lisp/bytecomp.el 1446;;; Generated autoloads from emacs-lisp/bytecomp.el
1484 1447
1485(autoload (quote byte-force-recompile) "bytecomp" "\ 1448(autoload (quote byte-force-recompile) "bytecomp" "\
@@ -1581,7 +1544,7 @@ from the cursor position." t nil)
1581;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar 1544;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar
1582;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset 1545;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset
1583;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el" 1546;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el"
1584;;;;;; (14393 15630)) 1547;;;;;; (14393 15349))
1585;;; Generated autoloads from calendar/calendar.el 1548;;; Generated autoloads from calendar/calendar.el
1586 1549
1587(defvar calendar-week-start-day 0 "\ 1550(defvar calendar-week-start-day 0 "\
@@ -2029,7 +1992,7 @@ The original function `calendar' has been renamed `calendar-basic-setup'." t nil
2029 1992
2030;;;*** 1993;;;***
2031 1994
2032;;;### (autoloads nil "cc-langs" "progmodes/cc-langs.el" (14419 59474)) 1995;;;### (autoloads nil "cc-langs" "progmodes/cc-langs.el" (14419 57707))
2033;;; Generated autoloads from progmodes/cc-langs.el 1996;;; Generated autoloads from progmodes/cc-langs.el
2034 1997
2035(defvar c-mode-syntax-table nil "\ 1998(defvar c-mode-syntax-table nil "\
@@ -2054,7 +2017,7 @@ Syntax table used in pike-mode buffers.")
2054 2017
2055;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode 2018;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode
2056;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" 2019;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
2057;;;;;; (14419 59475)) 2020;;;;;; (14419 57707))
2058;;; Generated autoloads from progmodes/cc-mode.el 2021;;; Generated autoloads from progmodes/cc-mode.el
2059 2022
2060(autoload (quote c-initialize-cc-mode) "cc-mode" nil nil nil) 2023(autoload (quote c-initialize-cc-mode) "cc-mode" nil nil nil)
@@ -2165,7 +2128,7 @@ Key bindings:
2165;;;*** 2128;;;***
2166 2129
2167;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" 2130;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"
2168;;;;;; "progmodes/cc-styles.el" (14419 59471)) 2131;;;;;; "progmodes/cc-styles.el" (14419 57707))
2169;;; Generated autoloads from progmodes/cc-styles.el 2132;;; Generated autoloads from progmodes/cc-styles.el
2170 2133
2171(autoload (quote c-set-style) "cc-styles" "\ 2134(autoload (quote c-set-style) "cc-styles" "\
@@ -2206,7 +2169,7 @@ and exists only for compatibility reasons." t nil)
2206 2169
2207;;;*** 2170;;;***
2208 2171
2209;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (14419 59473)) 2172;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (14419 57707))
2210;;; Generated autoloads from progmodes/cc-vars.el 2173;;; Generated autoloads from progmodes/cc-vars.el
2211 2174
2212(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))) "\ 2175(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))) "\
@@ -2271,7 +2234,7 @@ The return value is a vector of resulting CCL registers." nil nil)
2271;;;;;; checkdoc-continue checkdoc-start checkdoc-current-buffer 2234;;;;;; checkdoc-continue checkdoc-start checkdoc-current-buffer
2272;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive 2235;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
2273;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el" 2236;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el"
2274;;;;;; (14412 8749)) 2237;;;;;; (14456 31049))
2275;;; Generated autoloads from emacs-lisp/checkdoc.el 2238;;; Generated autoloads from emacs-lisp/checkdoc.el
2276 2239
2277(autoload (quote checkdoc) "checkdoc" "\ 2240(autoload (quote checkdoc) "checkdoc" "\
@@ -2434,8 +2397,8 @@ Encode the text in the current buffer to HZ." t nil)
2434 2397
2435;;;*** 2398;;;***
2436 2399
2437;;;### (autoloads (command-history-mode list-command-history repeat-matching-complex-command) 2400;;;### (autoloads (command-history list-command-history repeat-matching-complex-command)
2438;;;;;; "chistory" "chistory.el" (13569 33907)) 2401;;;;;; "chistory" "chistory.el" (14447 15307))
2439;;; Generated autoloads from chistory.el 2402;;; Generated autoloads from chistory.el
2440 2403
2441(autoload (quote repeat-matching-complex-command) "chistory" "\ 2404(autoload (quote repeat-matching-complex-command) "chistory" "\
@@ -2453,8 +2416,8 @@ element to judge if that element should be excluded from the list.
2453 2416
2454The buffer is left in Command History mode." t nil) 2417The buffer is left in Command History mode." t nil)
2455 2418
2456(autoload (quote command-history-mode) "chistory" "\ 2419(autoload (quote command-history) "chistory" "\
2457Major mode for examining commands from `command-history'. 2420Examine commands from `command-history' in a buffer.
2458The number of commands listed is controlled by `list-command-history-max'. 2421The number of commands listed is controlled by `list-command-history-max'.
2459The command history is filtered by `list-command-history-filter' if non-nil. 2422The command history is filtered by `list-command-history-filter' if non-nil.
2460Use \\<command-history-map>\\[command-history-repeat] to repeat the command on the current line. 2423Use \\<command-history-map>\\[command-history-repeat] to repeat the command on the current line.
@@ -2462,8 +2425,9 @@ Use \\<command-history-map>\\[command-history-repeat] to repeat the command on t
2462Otherwise much like Emacs-Lisp Mode except that there is no self-insertion 2425Otherwise much like Emacs-Lisp Mode except that there is no self-insertion
2463and digits provide prefix arguments. Tab does not indent. 2426and digits provide prefix arguments. Tab does not indent.
2464\\{command-history-map} 2427\\{command-history-map}
2465Calls the value of `command-history-hook' if that is non-nil. 2428
2466The Command History listing is recomputed each time this mode is invoked." t nil) 2429This command always recompiles the Command History listing
2430and runs the normal hook `command-history-hook'." t nil)
2467 2431
2468;;;*** 2432;;;***
2469 2433
@@ -2483,7 +2447,7 @@ a future Emacs interpreter will be able to use it.")
2483;;;*** 2447;;;***
2484 2448
2485;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" 2449;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
2486;;;;;; (14344 26818)) 2450;;;;;; (14454 136))
2487;;; Generated autoloads from emacs-lisp/cl-indent.el 2451;;; Generated autoloads from emacs-lisp/cl-indent.el
2488 2452
2489(autoload (quote common-lisp-indent-function) "cl-indent" nil nil nil) 2453(autoload (quote common-lisp-indent-function) "cl-indent" nil nil nil)
@@ -2571,7 +2535,7 @@ read/written by MS-DOS software, or for display on the MS-DOS terminal." t nil)
2571 2535
2572;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list 2536;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
2573;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command 2537;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
2574;;;;;; comint-run make-comint) "comint" "comint.el" (14411 62961)) 2538;;;;;; comint-run make-comint) "comint" "comint.el" (14411 60193))
2575;;; Generated autoloads from comint.el 2539;;; Generated autoloads from comint.el
2576 2540
2577(autoload (quote make-comint) "comint" "\ 2541(autoload (quote make-comint) "comint" "\
@@ -3024,7 +2988,7 @@ Randomly permute the elements of VECTOR (all permutations equally likely)" nil n
3024;;;*** 2988;;;***
3025 2989
3026;;;### (autoloads (copyright copyright-update) "copyright" "emacs-lisp/copyright.el" 2990;;;### (autoloads (copyright copyright-update) "copyright" "emacs-lisp/copyright.el"
3027;;;;;; (13940 33533)) 2991;;;;;; (14454 138))
3028;;; Generated autoloads from emacs-lisp/copyright.el 2992;;; Generated autoloads from emacs-lisp/copyright.el
3029 2993
3030(autoload (quote copyright-update) "copyright" "\ 2994(autoload (quote copyright-update) "copyright" "\
@@ -3040,7 +3004,7 @@ Insert a copyright by $ORGANIZATION notice at cursor." t nil)
3040;;;*** 3004;;;***
3041 3005
3042;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" 3006;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el"
3043;;;;;; (14410 18641)) 3007;;;;;; (14456 48530))
3044;;; Generated autoloads from progmodes/cperl-mode.el 3008;;; Generated autoloads from progmodes/cperl-mode.el
3045 3009
3046(autoload (quote cperl-mode) "cperl-mode" "\ 3010(autoload (quote cperl-mode) "cperl-mode" "\
@@ -3211,7 +3175,7 @@ or as help on variables `cperl-tips', `cperl-problems',
3211;;;*** 3175;;;***
3212 3176
3213;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" 3177;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el"
3214;;;;;; (13826 9909)) 3178;;;;;; (13826 9529))
3215;;; Generated autoloads from progmodes/cpp.el 3179;;; Generated autoloads from progmodes/cpp.el
3216 3180
3217(autoload (quote cpp-highlight-buffer) "cpp" "\ 3181(autoload (quote cpp-highlight-buffer) "cpp" "\
@@ -3255,7 +3219,7 @@ With ARG, turn CRiSP mode on if ARG is positive, off otherwise." t nil)
3255;;;;;; customize-option-other-window customize-changed-options customize-option 3219;;;;;; customize-option-other-window customize-changed-options customize-option
3256;;;;;; customize-group-other-window customize-group customize customize-save-variable 3220;;;;;; customize-group-other-window customize-group customize customize-save-variable
3257;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el" 3221;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el"
3258;;;;;; (14419 37278)) 3222;;;;;; (14456 48948))
3259;;; Generated autoloads from cus-edit.el 3223;;; Generated autoloads from cus-edit.el
3260 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") 3224 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'")
3261 3225
@@ -3541,7 +3505,7 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion]." t nil)
3541;;;*** 3505;;;***
3542 3506
3543;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (13706 3507;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (13706
3544;;;;;; 39004)) 3508;;;;;; 38927))
3545;;; Generated autoloads from progmodes/dcl-mode.el 3509;;; Generated autoloads from progmodes/dcl-mode.el
3546 3510
3547(autoload (quote dcl-mode) "dcl-mode" "\ 3511(autoload (quote dcl-mode) "dcl-mode" "\
@@ -3931,7 +3895,7 @@ Decompose Devanagari characters in the region to IS 13194 characters." t nil)
3931;;;*** 3895;;;***
3932 3896
3933;;;### (autoloads (diary-mail-entries diary) "diary-lib" "calendar/diary-lib.el" 3897;;;### (autoloads (diary-mail-entries diary) "diary-lib" "calendar/diary-lib.el"
3934;;;;;; (14368 20503)) 3898;;;;;; (14368 20344))
3935;;; Generated autoloads from calendar/diary-lib.el 3899;;; Generated autoloads from calendar/diary-lib.el
3936 3900
3937(autoload (quote diary) "diary-lib" "\ 3901(autoload (quote diary) "diary-lib" "\
@@ -4010,7 +3974,7 @@ Minor mode for viewing/editing context diffs.
4010;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink 3974;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
4011;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename 3975;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
4012;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) 3976;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
4013;;;;;; "dired" "dired.el" (14425 19313)) 3977;;;;;; "dired" "dired.el" (14447 15307))
4014;;; Generated autoloads from dired.el 3978;;; Generated autoloads from dired.el
4015 3979
4016(defvar dired-listing-switches "-al" "\ 3980(defvar dired-listing-switches "-al" "\
@@ -4328,7 +4292,7 @@ with the command \\[tags-loop-continue]." t nil)
4328 4292
4329;;;*** 4293;;;***
4330 4294
4331;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (14365 46253)) 4295;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (14460 38616))
4332;;; Generated autoloads from dired-x.el 4296;;; Generated autoloads from dired-x.el
4333 4297
4334(autoload (quote dired-jump) "dired-x" "\ 4298(autoload (quote dired-jump) "dired-x" "\
@@ -4493,7 +4457,7 @@ when pressed twice. See variable `double-map' for details." t nil)
4493 4457
4494;;;*** 4458;;;***
4495 4459
4496;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (13607 44565)) 4460;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (13607 44546))
4497;;; Generated autoloads from play/dunnet.el 4461;;; Generated autoloads from play/dunnet.el
4498 4462
4499(autoload (quote dunnet) "dunnet" "\ 4463(autoload (quote dunnet) "dunnet" "\
@@ -4502,7 +4466,7 @@ Switch to *dungeon* buffer and start game." t nil)
4502;;;*** 4466;;;***
4503 4467
4504;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el" 4468;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el"
4505;;;;;; (14030 49072)) 4469;;;;;; (14030 48685))
4506;;; Generated autoloads from gnus/earcon.el 4470;;; Generated autoloads from gnus/earcon.el
4507 4471
4508(autoload (quote gnus-earcon-display) "earcon" "\ 4472(autoload (quote gnus-earcon-display) "earcon" "\
@@ -4678,7 +4642,7 @@ Calls value of `electric-buffer-menu-mode-hook' on entry if non-nil.
4678;;;*** 4642;;;***
4679 4643
4680;;;### (autoloads (Electric-command-history-redo-expression) "echistory" 4644;;;### (autoloads (Electric-command-history-redo-expression) "echistory"
4681;;;;;; "echistory.el" (13229 28455)) 4645;;;;;; "echistory.el" (14447 15307))
4682;;; Generated autoloads from echistory.el 4646;;; Generated autoloads from echistory.el
4683 4647
4684(autoload (quote Electric-command-history-redo-expression) "echistory" "\ 4648(autoload (quote Electric-command-history-redo-expression) "echistory" "\
@@ -4688,7 +4652,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing." t nil)
4688;;;*** 4652;;;***
4689 4653
4690;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms 4654;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms
4691;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (14402 39960)) 4655;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (14460 38617))
4692;;; Generated autoloads from emacs-lisp/edebug.el 4656;;; Generated autoloads from emacs-lisp/edebug.el
4693 4657
4694(defvar edebug-all-defs nil "\ 4658(defvar edebug-all-defs nil "\
@@ -4708,7 +4672,7 @@ This doesn't apply to loading or evaluations in the minibuffer.
4708Use the command `edebug-all-forms' to toggle the value of this option.") 4672Use the command `edebug-all-forms' to toggle the value of this option.")
4709 4673
4710(autoload (quote def-edebug-spec) "edebug" "\ 4674(autoload (quote def-edebug-spec) "edebug" "\
4711Set the edebug-form-spec property of SYMBOL according to SPEC. 4675Set the `edebug-form-spec' property of SYMBOL according to SPEC.
4712Both SYMBOL and SPEC are unevaluated. The SPEC can be 0, t, a symbol 4676Both SYMBOL and SPEC are unevaluated. The SPEC can be 0, t, a symbol
4713\(naming a function), or a list." nil (quote macro)) 4677\(naming a function), or a list." nil (quote macro))
4714 4678
@@ -5020,7 +4984,7 @@ BUFFER is put into `default-major-mode' (or `fundamental-mode') when we exit." n
5020;;;*** 4984;;;***
5021 4985
5022;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-mode) "eldoc" 4986;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-mode) "eldoc"
5023;;;;;; "emacs-lisp/eldoc.el" (13881 40287)) 4987;;;;;; "emacs-lisp/eldoc.el" (13881 39947))
5024;;; Generated autoloads from emacs-lisp/eldoc.el 4988;;; Generated autoloads from emacs-lisp/eldoc.el
5025 4989
5026(defvar eldoc-mode nil "\ 4990(defvar eldoc-mode nil "\
@@ -5051,8 +5015,8 @@ Unequivocally turn on eldoc-mode (see variable documentation)." t nil)
5051 5015
5052;;;*** 5016;;;***
5053 5017
5054;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (14425 5018;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (14460
5055;;;;;; 19313)) 5019;;;;;; 38616))
5056;;; Generated autoloads from elide-head.el 5020;;; Generated autoloads from elide-head.el
5057 5021
5058(autoload (quote elide-head) "elide-head" "\ 5022(autoload (quote elide-head) "elide-head" "\
@@ -5235,7 +5199,7 @@ This function works by modifying `process-environment'." t nil)
5235;;;;;; pop-tag-mark find-tag-regexp find-tag-other-frame find-tag-other-window 5199;;;;;; pop-tag-mark find-tag-regexp find-tag-other-frame find-tag-other-window
5236;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table 5200;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table
5237;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-table-list) 5201;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-table-list)
5238;;;;;; "etags" "progmodes/etags.el" (14411 46723)) 5202;;;;;; "etags" "progmodes/etags.el" (14411 46114))
5239;;; Generated autoloads from progmodes/etags.el 5203;;; Generated autoloads from progmodes/etags.el
5240 5204
5241(defvar tags-file-name nil "\ 5205(defvar tags-file-name nil "\
@@ -5620,6 +5584,90 @@ Transcribe Ethiopic characters in ASCII depending on the file extension." nil ni
5620 5584
5621;;;*** 5585;;;***
5622 5586
5587;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline
5588;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el"
5589;;;;;; (14461 58260))
5590;;; Generated autoloads from net/eudc.el
5591
5592(autoload (quote eudc-set-server) "eudc" "\
5593Set the directory server to SERVER using PROTOCOL.
5594Unless NO-SAVE is non-nil, the server is saved as the default
5595server for future sessions." t nil)
5596
5597(autoload (quote eudc-get-email) "eudc" "\
5598Get the email field of NAME from the directory server." t nil)
5599
5600(autoload (quote eudc-get-phone) "eudc" "\
5601Get the phone field of NAME from the directory server." t nil)
5602
5603(autoload (quote eudc-expand-inline) "eudc" "\
5604Query the directory server, and expand the query string before point.
5605The query string consists of the buffer substring from the point back to
5606the preceding comma, colon or beginning of line.
5607The variable `eudc-inline-query-format' controls how to associate the
5608individual inline query words with directory attribute names.
5609After querying the server for the given string, the expansion specified by
5610`eudc-inline-expansion-format' is inserted in the buffer at point.
5611If REPLACE is non nil, then this expansion replaces the name in the buffer.
5612`eudc-expansion-overwrites-query' being non nil inverts the meaning of REPLACE.
5613Multiple servers can be tried with the same query until one finds a match,
5614see `eudc-inline-expansion-servers'" t nil)
5615
5616(autoload (quote eudc-query-form) "eudc" "\
5617Display a form to query the directory server.
5618If given a non-nil argument GET-FIELDS-FROM-SERVER, the function first
5619queries the server for the existing fields and displays a corresponding form." t nil)
5620
5621(autoload (quote eudc-load-eudc) "eudc" "\
5622Load the Emacs Unified Directory Client.
5623This does nothing except loading eudc by autoload side-effect." t nil)
5624
5625;;;***
5626
5627;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline
5628;;;;;; eudc-display-sound eudc-display-url eudc-display-generic-binary)
5629;;;;;; "eudc-bob" "net/eudc-bob.el" (14461 51599))
5630;;; Generated autoloads from net/eudc-bob.el
5631
5632(autoload (quote eudc-display-generic-binary) "eudc-bob" "\
5633Display a button for unidentified binary DATA." nil nil)
5634
5635(autoload (quote eudc-display-url) "eudc-bob" "\
5636Display URL and make it clickable." nil nil)
5637
5638(autoload (quote eudc-display-sound) "eudc-bob" "\
5639Display a button to play the sound DATA." nil nil)
5640
5641(autoload (quote eudc-display-jpeg-inline) "eudc-bob" "\
5642Display the JPEG DATA inline at point if possible." nil nil)
5643
5644(autoload (quote eudc-display-jpeg-as-button) "eudc-bob" "\
5645Display a button for the JPEG DATA." nil nil)
5646
5647;;;***
5648
5649;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb)
5650;;;;;; "eudc-export" "net/eudc-export.el" (14460 58168))
5651;;; Generated autoloads from net/eudc-export.el
5652
5653(autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\
5654Insert record at point into the BBDB database.
5655This function can only be called from a directory query result buffer." t nil)
5656
5657(autoload (quote eudc-try-bbdb-insert) "eudc-export" "\
5658Call `eudc-insert-record-at-point-into-bbdb' if on a record." t nil)
5659
5660;;;***
5661
5662;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el"
5663;;;;;; (14460 58176))
5664;;; Generated autoloads from net/eudc-hotlist.el
5665
5666(autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\
5667Edit the hotlist of directory servers in a specialized buffer." t nil)
5668
5669;;;***
5670
5623;;;### (autoloads (executable-self-display executable-set-magic) 5671;;;### (autoloads (executable-self-display executable-set-magic)
5624;;;;;; "executable" "progmodes/executable.el" (13940 33734)) 5672;;;;;; "executable" "progmodes/executable.el" (13940 33734))
5625;;; Generated autoloads from progmodes/executable.el 5673;;; Generated autoloads from progmodes/executable.el
@@ -5638,7 +5686,7 @@ The magic number of such a command displays all lines but itself." t nil)
5638;;;*** 5686;;;***
5639 5687
5640;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot 5688;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot
5641;;;;;; expand-add-abbrevs) "expand" "expand.el" (14435 44141)) 5689;;;;;; expand-add-abbrevs) "expand" "expand.el" (14443 18506))
5642;;; Generated autoloads from expand.el 5690;;; Generated autoloads from expand.el
5643 5691
5644(autoload (quote expand-add-abbrevs) "expand" "\ 5692(autoload (quote expand-add-abbrevs) "expand" "\
@@ -5675,7 +5723,7 @@ This is used only in conjunction with `expand-add-abbrevs'." t nil)
5675 5723
5676;;;*** 5724;;;***
5677 5725
5678;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (14398 36751)) 5726;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (14398 36512))
5679;;; Generated autoloads from progmodes/f90.el 5727;;; Generated autoloads from progmodes/f90.el
5680 5728
5681(autoload (quote f90-mode) "f90" "\ 5729(autoload (quote f90-mode) "f90" "\
@@ -5910,7 +5958,7 @@ Unconditionally turn on Fast Lock mode." nil nil)
5910 5958
5911;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue 5959;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue
5912;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts) 5960;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts)
5913;;;;;; "feedmail" "mail/feedmail.el" (14415 51114)) 5961;;;;;; "feedmail" "mail/feedmail.el" (14415 45092))
5914;;; Generated autoloads from mail/feedmail.el 5962;;; Generated autoloads from mail/feedmail.el
5915 5963
5916(autoload (quote feedmail-run-the-queue-no-prompts) "feedmail" "\ 5964(autoload (quote feedmail-run-the-queue-no-prompts) "feedmail" "\
@@ -5992,7 +6040,7 @@ Start Dired, defaulting to file at point. See `ffap'." t nil)
5992;;;*** 6040;;;***
5993 6041
5994;;;### (autoloads (file-cache-minibuffer-complete) "filecache" "filecache.el" 6042;;;### (autoloads (file-cache-minibuffer-complete) "filecache" "filecache.el"
5995;;;;;; (14332 47759)) 6043;;;;;; (14332 47695))
5996;;; Generated autoloads from filecache.el 6044;;; Generated autoloads from filecache.el
5997 6045
5998(autoload (quote file-cache-minibuffer-complete) "filecache" "\ 6046(autoload (quote file-cache-minibuffer-complete) "filecache" "\
@@ -6052,7 +6100,7 @@ Thus ARG can also contain additional grep options." t nil)
6052 6100
6053;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file 6101;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file
6054;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" 6102;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el"
6055;;;;;; (13937 22881)) 6103;;;;;; (13670 3046))
6056;;; Generated autoloads from find-file.el 6104;;; Generated autoloads from find-file.el
6057 6105
6058(autoload (quote ff-get-other-file) "find-file" "\ 6106(autoload (quote ff-get-other-file) "find-file" "\
@@ -6268,7 +6316,7 @@ Turn Flyspell mode off." nil nil)
6268 6316
6269;;;### (autoloads (follow-delete-other-windows-and-split follow-mode 6317;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
6270;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" 6318;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"
6271;;;;;; (14392 8635)) 6319;;;;;; (14392 8455))
6272;;; Generated autoloads from follow.el 6320;;; Generated autoloads from follow.el
6273 6321
6274(autoload (quote turn-on-follow-mode) "follow" "\ 6322(autoload (quote turn-on-follow-mode) "follow" "\
@@ -6528,7 +6576,7 @@ Visit a file in Forms mode in other window." t nil)
6528;;;*** 6576;;;***
6529 6577
6530;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" 6578;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran"
6531;;;;;; "progmodes/fortran.el" (14410 18641)) 6579;;;;;; "progmodes/fortran.el" (14454 142))
6532;;; Generated autoloads from progmodes/fortran.el 6580;;; Generated autoloads from progmodes/fortran.el
6533 6581
6534(defvar fortran-tab-mode-default nil "\ 6582(defvar fortran-tab-mode-default nil "\
@@ -6655,7 +6703,7 @@ Some generic modes are defined in `generic-x.el'." t nil)
6655;;;*** 6703;;;***
6656 6704
6657;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server 6705;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
6658;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (14030 49469)) 6706;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (14030 49411))
6659;;; Generated autoloads from gnus/gnus.el 6707;;; Generated autoloads from gnus/gnus.el
6660 6708
6661(autoload (quote gnus-slave-no-server) "gnus" "\ 6709(autoload (quote gnus-slave-no-server) "gnus" "\
@@ -6713,7 +6761,7 @@ Start Gnus and fetch session." t nil)
6713;;;*** 6761;;;***
6714 6762
6715;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el" 6763;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el"
6716;;;;;; (14030 49345)) 6764;;;;;; (14030 49288))
6717;;; Generated autoloads from gnus/gnus-audio.el 6765;;; Generated autoloads from gnus/gnus-audio.el
6718 6766
6719(autoload (quote gnus-audio-play) "gnus-audio" "\ 6767(autoload (quote gnus-audio-play) "gnus-audio" "\
@@ -6723,7 +6771,7 @@ Play a sound through the speaker." t nil)
6723 6771
6724;;;### (autoloads (gnus-cache-generate-nov-databases gnus-cache-generate-active 6772;;;### (autoloads (gnus-cache-generate-nov-databases gnus-cache-generate-active
6725;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (14030 6773;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (14030
6726;;;;;; 49350)) 6774;;;;;; 49293))
6727;;; Generated autoloads from gnus/gnus-cache.el 6775;;; Generated autoloads from gnus/gnus-cache.el
6728 6776
6729(autoload (quote gnus-jog-cache) "gnus-cache" "\ 6777(autoload (quote gnus-jog-cache) "gnus-cache" "\
@@ -6754,7 +6802,7 @@ Pop up a frame and enter GROUP." t nil)
6754;;;*** 6802;;;***
6755 6803
6756;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" 6804;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el"
6757;;;;;; (14030 49385)) 6805;;;;;; (14030 49328))
6758;;; Generated autoloads from gnus/gnus-kill.el 6806;;; Generated autoloads from gnus/gnus-kill.el
6759 6807
6760(defalias (quote gnus-batch-kill) (quote gnus-batch-score)) 6808(defalias (quote gnus-batch-kill) (quote gnus-batch-score))
@@ -6766,7 +6814,7 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score" t nil)
6766;;;*** 6814;;;***
6767 6815
6768;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el" 6816;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el"
6769;;;;;; (14030 49391)) 6817;;;;;; (14030 49334))
6770;;; Generated autoloads from gnus/gnus-move.el 6818;;; Generated autoloads from gnus/gnus-move.el
6771 6819
6772(autoload (quote gnus-change-server) "gnus-move" "\ 6820(autoload (quote gnus-change-server) "gnus-move" "\
@@ -6791,7 +6839,7 @@ Do several settings for GNUS to enable automatic code conversion." nil nil)
6791;;;*** 6839;;;***
6792 6840
6793;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el" 6841;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el"
6794;;;;;; (14030 49414)) 6842;;;;;; (14030 49357))
6795;;; Generated autoloads from gnus/gnus-soup.el 6843;;; Generated autoloads from gnus/gnus-soup.el
6796 6844
6797(autoload (quote gnus-batch-brew-soup) "gnus-soup" "\ 6845(autoload (quote gnus-batch-brew-soup) "gnus-soup" "\
@@ -6809,7 +6857,7 @@ Note -- this function hasn't been implemented yet." t nil)
6809;;;*** 6857;;;***
6810 6858
6811;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" 6859;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el"
6812;;;;;; (14030 49416)) 6860;;;;;; (14030 49359))
6813;;; Generated autoloads from gnus/gnus-spec.el 6861;;; Generated autoloads from gnus/gnus-spec.el
6814 6862
6815(autoload (quote gnus-update-format) "gnus-spec" "\ 6863(autoload (quote gnus-update-format) "gnus-spec" "\
@@ -6830,7 +6878,7 @@ Declare backend NAME with ABILITIES as a Gnus backend." nil nil)
6830;;;*** 6878;;;***
6831 6879
6832;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" 6880;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"
6833;;;;;; (14030 49464)) 6881;;;;;; (14030 49407))
6834;;; Generated autoloads from gnus/gnus-win.el 6882;;; Generated autoloads from gnus/gnus-win.el
6835 6883
6836(autoload (quote gnus-add-configuration) "gnus-win" "\ 6884(autoload (quote gnus-add-configuration) "gnus-win" "\
@@ -6896,7 +6944,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful." nil nil)
6896;;;*** 6944;;;***
6897 6945
6898;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el" 6946;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el"
6899;;;;;; (14369 61755)) 6947;;;;;; (14369 61534))
6900;;; Generated autoloads from gud.el 6948;;; Generated autoloads from gud.el
6901 6949
6902(autoload (quote gdb) "gud" "\ 6950(autoload (quote gdb) "gud" "\
@@ -7093,7 +7141,7 @@ This discards the buffer's undo information." t nil)
7093;;;*** 7141;;;***
7094 7142
7095;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially 7143;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially
7096;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (14392 1648)) 7144;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (14392 886))
7097;;; Generated autoloads from progmodes/hideif.el 7145;;; Generated autoloads from progmodes/hideif.el
7098 7146
7099(defvar hide-ifdef-mode nil "\ 7147(defvar hide-ifdef-mode nil "\
@@ -7143,7 +7191,7 @@ hide-ifdef-read-only
7143;;;*** 7191;;;***
7144 7192
7145;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all) 7193;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all)
7146;;;;;; "hideshow" "progmodes/hideshow.el" (14440 46011)) 7194;;;;;; "hideshow" "progmodes/hideshow.el" (14454 151))
7147;;; Generated autoloads from progmodes/hideshow.el 7195;;; Generated autoloads from progmodes/hideshow.el
7148 7196
7149(defvar hs-hide-comments-when-hiding-all t "\ 7197(defvar hs-hide-comments-when-hiding-all t "\
@@ -7357,21 +7405,22 @@ argument VERBOSE non-nil makes the function verbose." nil (quote macro))
7357;;;*** 7405;;;***
7358 7406
7359;;;### (autoloads (hl-line-mode hl-line-mode) "hl-line" "hl-line.el" 7407;;;### (autoloads (hl-line-mode hl-line-mode) "hl-line" "hl-line.el"
7360;;;;;; (14248 36723)) 7408;;;;;; (14454 80))
7361;;; Generated autoloads from hl-line.el 7409;;; Generated autoloads from hl-line.el
7362 7410
7363(defvar hl-line-mode nil "\ 7411(defvar hl-line-mode nil "\
7364Non-nil if Hl-Line mode is enabled.") 7412Toggle Hl-Line mode.
7413Setting this variable directly does not take effect;
7414use either \\[customize] or the function `hl-line-mode'.")
7365 7415
7366(custom-add-to-group (quote hl-line) (quote hl-line-mode) (quote custom-variable)) 7416(custom-add-to-group (quote hl-line) (quote hl-line-mode) (quote custom-variable))
7367 7417
7368(custom-add-load (quote hl-line-mode) (quote hl-line)) 7418(custom-add-load (quote hl-line-mode) (quote hl-line))
7369 7419
7370(autoload (quote hl-line-mode) "hl-line" "\ 7420(autoload (quote hl-line-mode) "hl-line" "\
7371Global minor mode to highlight the line about point. 7421Global minor mode to highlight the line about point in the current window.
7372 7422
7373With ARG, turn Hl-Line mode on if ARG is positive, off otherwise. 7423With ARG, turn Hl-Line mode on if ARG is positive, off otherwise.
7374Only useful with a windowing system.
7375Uses functions `hl-line-unhighlight' and `hl-line-highlight' on 7424Uses functions `hl-line-unhighlight' and `hl-line-highlight' on
7376`pre-command-hook' and `post-command-hook'." t nil) 7425`pre-command-hook' and `post-command-hook'." t nil)
7377 7426
@@ -7392,7 +7441,7 @@ The optional LABEL is used to label the buffer created." t nil)
7392;;;*** 7441;;;***
7393 7442
7394;;;### (autoloads (hscroll-global-mode hscroll-mode turn-on-hscroll) 7443;;;### (autoloads (hscroll-global-mode hscroll-mode turn-on-hscroll)
7395;;;;;; "hscroll" "hscroll.el" (14291 58671)) 7444;;;;;; "hscroll" "hscroll.el" (14454 81))
7396;;; Generated autoloads from hscroll.el 7445;;; Generated autoloads from hscroll.el
7397 7446
7398(autoload (quote turn-on-hscroll) "hscroll" "\ 7447(autoload (quote turn-on-hscroll) "hscroll" "\
@@ -7407,7 +7456,7 @@ This function is absolete." t nil)
7407;;;*** 7456;;;***
7408 7457
7409;;;### (autoloads (icomplete-minibuffer-setup icomplete-mode) "icomplete" 7458;;;### (autoloads (icomplete-minibuffer-setup icomplete-mode) "icomplete"
7410;;;;;; "icomplete.el" (14392 202)) 7459;;;;;; "icomplete.el" (14440 64840))
7411;;; Generated autoloads from icomplete.el 7460;;; Generated autoloads from icomplete.el
7412 7461
7413(autoload (quote icomplete-mode) "icomplete" "\ 7462(autoload (quote icomplete-mode) "icomplete" "\
@@ -7458,8 +7507,31 @@ with no args, if that value is non-nil." t nil)
7458 7507
7459;;;*** 7508;;;***
7460 7509
7510;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
7511;;;;;; (14454 157))
7512;;; Generated autoloads from progmodes/idlw-shell.el
7513
7514(autoload (quote idlwave-shell) "idlw-shell" "\
7515Run an inferior IDL, with I/O through buffer `(idlwave-shell-buffer)'.
7516If buffer exists but shell process is not running, start new IDL.
7517If buffer exists and shell process is running, just switch to the buffer.
7518
7519When called with a prefix ARG, or when `idlwave-shell-use-dedicated-frame'
7520is non-nil, the shell buffer and the source buffers will be in
7521separate frames.
7522
7523The command to run comes from variable `idlwave-shell-explicit-file-name'.
7524
7525The buffer is put in `idlwave-shell-mode', providing commands for sending
7526input and controlling the IDL job. See help on `idlwave-shell-mode'.
7527See also the variable `idlwave-shell-prompt-pattern'.
7528
7529\(Type \\[describe-mode] in the shell buffer for a list of commands.)" t nil)
7530
7531;;;***
7532
7461;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" 7533;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
7462;;;;;; (14430 3722)) 7534;;;;;; (14454 157))
7463;;; Generated autoloads from progmodes/idlwave.el 7535;;; Generated autoloads from progmodes/idlwave.el
7464 7536
7465(autoload (quote idlwave-mode) "idlwave" "\ 7537(autoload (quote idlwave-mode) "idlwave" "\
@@ -7568,29 +7640,6 @@ The main features of this mode are
7568 7640
7569;;;*** 7641;;;***
7570 7642
7571;;;### (autoloads (idlwave-shell) "idlwave-shell" "progmodes/idlwave-shell.el"
7572;;;;;; (14430 3857))
7573;;; Generated autoloads from progmodes/idlwave-shell.el
7574
7575(autoload (quote idlwave-shell) "idlwave-shell" "\
7576Run an inferior IDL, with I/O through buffer `(idlwave-shell-buffer)'.
7577If buffer exists but shell process is not running, start new IDL.
7578If buffer exists and shell process is running, just switch to the buffer.
7579
7580When called with a prefix ARG, or when `idlwave-shell-use-dedicated-frame'
7581is non-nil, the shell buffer and the source buffers will be in
7582separate frames.
7583
7584The command to run comes from variable `idlwave-shell-explicit-file-name'.
7585
7586The buffer is put in `idlwave-shell-mode', providing commands for sending
7587input and controlling the IDL job. See help on `idlwave-shell-mode'.
7588See also the variable `idlwave-shell-prompt-pattern'.
7589
7590\(Type \\[describe-mode] in the shell buffer for a list of commands.)" t nil)
7591
7592;;;***
7593
7594;;;### (autoloads (ielm) "ielm" "ielm.el" (13638 47263)) 7643;;;### (autoloads (ielm) "ielm" "ielm.el" (13638 47263))
7595;;; Generated autoloads from ielm.el 7644;;; Generated autoloads from ielm.el
7596 (add-hook 'same-window-buffer-names "*ielm*") 7645 (add-hook 'same-window-buffer-names "*ielm*")
@@ -7602,10 +7651,15 @@ Switches to the buffer `*ielm*', or creates it if it does not exist." t nil)
7602;;;*** 7651;;;***
7603 7652
7604;;;### (autoloads (defimage remove-images insert-image put-image 7653;;;### (autoloads (defimage remove-images insert-image put-image
7605;;;;;; create-image image-type-available-p image-type-from-file-header) 7654;;;;;; create-image image-type-available-p image-type-from-file-header
7606;;;;;; "image" "image.el" (14345 52910)) 7655;;;;;; image-type-from-data) "image" "image.el" (14446 11796))
7607;;; Generated autoloads from image.el 7656;;; Generated autoloads from image.el
7608 7657
7658(autoload (quote image-type-from-data) "image" "\
7659Determine the image type from image data DATA.
7660Value is a symbol specifying the image type or nil if type cannot
7661be determined." nil nil)
7662
7609(autoload (quote image-type-from-file-header) "image" "\ 7663(autoload (quote image-type-from-file-header) "image" "\
7610Determine the type of image file FILE from its first few bytes. 7664Determine the type of image file FILE from its first few bytes.
7611Value is a symbol specifying the image type, or nil if type cannot 7665Value is a symbol specifying the image type, or nil if type cannot
@@ -7616,10 +7670,13 @@ Value is non-nil if image type TYPE is available.
7616Image types are symbols like `xbm' or `jpeg'." nil nil) 7670Image types are symbols like `xbm' or `jpeg'." nil nil)
7617 7671
7618(autoload (quote create-image) "image" "\ 7672(autoload (quote create-image) "image" "\
7619Create an image which will be loaded from FILE. 7673Create an image.
7674FILE-OR-DATA is an image file name or image data.
7620Optional TYPE is a symbol describing the image type. If TYPE is omitted 7675Optional TYPE is a symbol describing the image type. If TYPE is omitted
7621or nil, try to determine the image file type from its first few bytes. 7676or nil, try to determine the image type from its first few bytes
7622If that doesn't work, use FILE's extension.as image type. 7677of image data. If that doesn't work, and FILE-OR-DATA is a file name,
7678use its file extension.as image type.
7679Optional DATA-P non-nil means FILE-OR-DATA is a string containing image data.
7623Optional PROPS are additional image attributes to assign to the image, 7680Optional PROPS are additional image attributes to assign to the image,
7624like, e.g. `:heuristic-mask t'. 7681like, e.g. `:heuristic-mask t'.
7625Value is the image created, or nil if images of type TYPE are not supported." nil nil) 7682Value is the image created, or nil if images of type TYPE are not supported." nil nil)
@@ -7658,10 +7715,12 @@ documentation string.
7658 7715
7659Each image specification in SPECS is a property list. The contents of 7716Each image specification in SPECS is a property list. The contents of
7660a specification are image type dependent. All specifications must at 7717a specification are image type dependent. All specifications must at
7661least contain the properties `:type TYPE' and `:file FILE', where TYPE 7718least contain the properties `:type TYPE' and either `:file FILE' or
7662is a symbol specifying the image type, e.g. `xbm', and FILE is the 7719`:data DATA', where TYPE is a symbol specifying the image type,
7663file to load the image from. The first image specification whose TYPE 7720e.g. `xbm', FILE is the file to load the image from, and DATA is a
7664is supported, and FILE exists, is used to define SYMBOL. 7721string containing the actual image data. The first image
7722specification whose TYPE is supported, and FILE exists, is used to
7723define SYMBOL.
7665 7724
7666Example: 7725Example:
7667 7726
@@ -7996,7 +8055,7 @@ Toggle input method in interactive search." t nil)
7996;;;*** 8055;;;***
7997 8056
7998;;;### (autoloads (iso-accents-mode) "iso-acc" "international/iso-acc.el" 8057;;;### (autoloads (iso-accents-mode) "iso-acc" "international/iso-acc.el"
7999;;;;;; (14388 11031)) 8058;;;;;; (14388 10886))
8000;;; Generated autoloads from international/iso-acc.el 8059;;; Generated autoloads from international/iso-acc.el
8001 8060
8002(autoload (quote iso-accents-mode) "iso-acc" "\ 8061(autoload (quote iso-accents-mode) "iso-acc" "\
@@ -8097,9 +8156,18 @@ Add submenus to the Files menu, to convert to and from various formats." t nil)
8097;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell 8156;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
8098;;;;;; ispell-help ispell-word ispell-dictionary-alist ispell-local-dictionary-alist 8157;;;;;; ispell-help ispell-word ispell-dictionary-alist ispell-local-dictionary-alist
8099;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el" 8158;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el"
8100;;;;;; (14440 46011)) 8159;;;;;; (14457 51532))
8101;;; Generated autoloads from textmodes/ispell.el 8160;;; Generated autoloads from textmodes/ispell.el
8102 8161
8162(defconst ispell-xemacsp (string-match "Lucid\\|XEmacs" emacs-version) "\
8163Non nil if using XEmacs.")
8164
8165(defconst ispell-version18p (string-match "18\\.[0-9]+\\.[0-9]+" emacs-version) "\
8166Non nil if using emacs version 18.")
8167
8168(defconst ispell-version20p (string-match "20\\.[0-9]+\\.[0-9]+" emacs-version) "\
8169Non nil if using emacs version 20.")
8170
8103(defvar ispell-personal-dictionary nil "\ 8171(defvar ispell-personal-dictionary nil "\
8104*File name of your personal spelling dictionary, or nil. 8172*File name of your personal spelling dictionary, or nil.
8105If nil, the default personal dictionary, \"~/.ispell_DICTNAME\" is used, 8173If nil, the default personal dictionary, \"~/.ispell_DICTNAME\" is used,
@@ -8109,7 +8177,7 @@ where DICTNAME is the name of your default dictionary.")
8109*Contains local or customized dictionary definitions. 8177*Contains local or customized dictionary definitions.
8110See `ispell-dictionary-alist'.") 8178See `ispell-dictionary-alist'.")
8111 8179
8112(setq ispell-dictionary-alist-1 (quote ((nil "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1) ("american" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1) ("british" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B" "-d" "british") nil iso-8859-1) ("castellano" "[A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[^A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[---]" nil ("-B" "-d" "castellano") "~tex" iso-8859-1) ("castellano8" "[A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[^A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[---]" nil ("-B" "-d" "castellano") "~latin1" iso-8859-1)))) 8180(setq ispell-dictionary-alist-1 (quote ((nil "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1) ("american" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1) ("brasiliano" "[A-Z\301\311\315\323\332\300\310\314\322\331\303\325\307\334\302\312\324a-z\341\351\355\363\372\340\350\354\362\371\343\365\347\374\342\352\364]" "[^A-Z\301\311\315\323\332\300\310\314\322\331\303\325\307\334\302\312\324a-z\341\351\355\363\372\340\350\354\362\371\343\365\347\374\342\352\364]" "[']" nil ("-d" "brasileiro") nil iso-8859-1) ("british" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B" "-d" "british") nil iso-8859-1) ("castellano" "[A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[^A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[---]" nil ("-B" "-d" "castellano") "~tex" iso-8859-1) ("castellano8" "[A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[^A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[---]" nil ("-B" "-d" "castellano") "~latin1" iso-8859-1))))
8113 8181
8114(setq ispell-dictionary-alist-2 (quote (("czech" "[A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]" "[^A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]" "" nil ("-B" "-d" "czech") nil iso-8859-2) ("dansk" "[A-Z\306\330\305a-z\346\370\345]" "[^A-Z\306\330\305a-z\346\370\345]" "[']" nil ("-C") nil iso-8859-1) ("deutsch" "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C") "~tex" iso-8859-1) ("deutsch8" "[a-zA-Z\304\326\334\344\366\337\374]" "[^a-zA-Z\304\326\334\344\366\337\374]" "[']" t ("-C" "-d" "deutsch") "~latin1" iso-8859-1) ("english" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1)))) 8182(setq ispell-dictionary-alist-2 (quote (("czech" "[A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]" "[^A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]" "" nil ("-B" "-d" "czech") nil iso-8859-2) ("dansk" "[A-Z\306\330\305a-z\346\370\345]" "[^A-Z\306\330\305a-z\346\370\345]" "[']" nil ("-C") nil iso-8859-1) ("deutsch" "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C") "~tex" iso-8859-1) ("deutsch8" "[a-zA-Z\304\326\334\344\366\337\374]" "[^a-zA-Z\304\326\334\344\366\337\374]" "[']" t ("-C" "-d" "deutsch") "~latin1" iso-8859-1) ("english" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1))))
8115 8183
@@ -8177,9 +8245,9 @@ Spelling menu for XEmacs.
8177If nil when package is loaded, a standard menu will be set, 8245If nil when package is loaded, a standard menu will be set,
8178and added as a submenu of the \"Edit\" menu.") 8246and added as a submenu of the \"Edit\" menu.")
8179 8247
8180(defconst ispell-menu-map-needed (and (not ispell-menu-map) (not (string-match "18\\.[0-9]+\\.[0-9]+" emacs-version)) (not (string-match "Lucid\\|XEmacs" emacs-version)))) 8248(defvar ispell-menu-map-needed (and (not ispell-menu-map) (not ispell-version18p) (not ispell-xemacsp) (quote reload)))
8181 8249
8182(if ispell-menu-map-needed (let ((dicts (reverse (cons (cons "default" nil) ispell-dictionary-alist))) name) (setq ispell-menu-map (make-sparse-keymap "Spell")) (while dicts (setq name (car (car dicts)) dicts (cdr dicts)) (if (stringp name) (define-key ispell-menu-map (vector (intern name)) (cons (concat "Select " (capitalize name)) (list (quote lambda) nil (quote (interactive)) (list (quote ispell-change-dictionary) name)))))))) 8250(if ispell-menu-map-needed (let ((dicts (reverse (cons (cons "default" nil) ispell-dictionary-alist))) (path (and (boundp (quote ispell-library-path)) ispell-library-path)) name load-dict) (setq ispell-menu-map (make-sparse-keymap "Spell")) (while dicts (setq name (car (car dicts)) load-dict (car (cdr (member "-d" (nth 5 (car dicts))))) dicts (cdr dicts)) (cond ((not (stringp name)) (define-key ispell-menu-map (vector (quote default)) (cons "Select Default Dict" (list (quote lambda) nil (quote (interactive)) (list (quote ispell-change-dictionary) "default"))))) ((or (not path) (file-exists-p (concat path "/" name ".hash")) (file-exists-p (concat path "/" name ".has")) (and load-dict (or (file-exists-p (concat path "/" load-dict ".hash")) (file-exists-p (concat path "/" load-dict ".has"))))) (define-key ispell-menu-map (vector (intern name)) (cons (concat "Select " (capitalize name)) (list (quote lambda) nil (quote (interactive)) (list (quote ispell-change-dictionary) name)))))))))
8183 8251
8184(if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-change-dictionary] (quote ("Change Dictionary" . ispell-change-dictionary))) (define-key ispell-menu-map [ispell-kill-ispell] (quote ("Kill Process" . ispell-kill-ispell))) (define-key ispell-menu-map [ispell-pdict-save] (quote ("Save Dictionary" lambda nil (interactive) (ispell-pdict-save t t)))) (define-key ispell-menu-map [ispell-complete-word] (quote ("Complete Word" . ispell-complete-word))) (define-key ispell-menu-map [ispell-complete-word-interior-frag] (quote ("Complete Word Frag" . ispell-complete-word-interior-frag))))) 8252(if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-change-dictionary] (quote ("Change Dictionary" . ispell-change-dictionary))) (define-key ispell-menu-map [ispell-kill-ispell] (quote ("Kill Process" . ispell-kill-ispell))) (define-key ispell-menu-map [ispell-pdict-save] (quote ("Save Dictionary" lambda nil (interactive) (ispell-pdict-save t t)))) (define-key ispell-menu-map [ispell-complete-word] (quote ("Complete Word" . ispell-complete-word))) (define-key ispell-menu-map [ispell-complete-word-interior-frag] (quote ("Complete Word Frag" . ispell-complete-word-interior-frag)))))
8185 8253
@@ -8223,7 +8291,14 @@ resume interrupted spell-checking of a buffer or region.
8223Word syntax described by `ispell-dictionary-alist' (which see). 8291Word syntax described by `ispell-dictionary-alist' (which see).
8224 8292
8225This will check or reload the dictionary. Use \\[ispell-change-dictionary] 8293This will check or reload the dictionary. Use \\[ispell-change-dictionary]
8226or \\[ispell-region] to update the Ispell process." t nil) 8294or \\[ispell-region] to update the Ispell process.
8295
8296return values:
8297nil word is correct or spelling is accpeted.
82980 word is inserted into buffer-local definitions.
8299\"word\" word corrected from word list.
8300\(\"word\" arg) word is hand entered.
8301quit spell session exited." t nil)
8227 8302
8228(autoload (quote ispell-help) "ispell" "\ 8303(autoload (quote ispell-help) "ispell" "\
8229Display a list of the options available when a misspelling is encountered. 8304Display a list of the options available when a misspelling is encountered.
@@ -8263,7 +8338,8 @@ With prefix argument, set the default directory." t nil)
8263 8338
8264(autoload (quote ispell-region) "ispell" "\ 8339(autoload (quote ispell-region) "ispell" "\
8265Interactively check a region for spelling errors. 8340Interactively check a region for spelling errors.
8266Return non-nil if spell session completed normally." t nil) 8341Return nil if spell session is quit,
8342 otherwise returns shift offset amount for last line processed." t nil)
8267 8343
8268(autoload (quote ispell-comments-and-strings) "ispell" "\ 8344(autoload (quote ispell-comments-and-strings) "ispell" "\
8269Check comments and strings in the current buffer for spelling errors." t nil) 8345Check comments and strings in the current buffer for spelling errors." t nil)
@@ -8318,7 +8394,7 @@ You can bind this to the key C-c i in GNUS or mail by adding to
8318 8394
8319;;;### (autoloads (iswitchb-buffer-other-frame iswitchb-display-buffer 8395;;;### (autoloads (iswitchb-buffer-other-frame iswitchb-display-buffer
8320;;;;;; iswitchb-buffer-other-window iswitchb-buffer iswitchb-default-keybindings 8396;;;;;; iswitchb-buffer-other-window iswitchb-buffer iswitchb-default-keybindings
8321;;;;;; iswitchb-read-buffer) "iswitchb" "iswitchb.el" (14384 5216)) 8397;;;;;; iswitchb-read-buffer) "iswitchb" "iswitchb.el" (14384 5061))
8322;;; Generated autoloads from iswitchb.el 8398;;; Generated autoloads from iswitchb.el
8323 8399
8324(autoload (quote iswitchb-read-buffer) "iswitchb" "\ 8400(autoload (quote iswitchb-read-buffer) "iswitchb" "\
@@ -8511,7 +8587,7 @@ the context of text formatting." nil nil)
8511;;;*** 8587;;;***
8512 8588
8513;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (13810 8589;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (13810
8514;;;;;; 39847)) 8590;;;;;; 39823))
8515;;; Generated autoloads from international/kkc.el 8591;;; Generated autoloads from international/kkc.el
8516 8592
8517(autoload (quote kkc-region) "kkc" "\ 8593(autoload (quote kkc-region) "kkc" "\
@@ -8704,7 +8780,7 @@ generations (this defaults to 1)." t nil)
8704;;;*** 8780;;;***
8705 8781
8706;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (13935 8782;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (13935
8707;;;;;; 16173)) 8783;;;;;; 16155))
8708;;; Generated autoloads from loadhist.el 8784;;; Generated autoloads from loadhist.el
8709 8785
8710(autoload (quote unload-feature) "loadhist" "\ 8786(autoload (quote unload-feature) "loadhist" "\
@@ -8715,7 +8791,7 @@ is nil, raise an error." t nil)
8715;;;*** 8791;;;***
8716 8792
8717;;;### (autoloads (locate-with-filter locate) "locate" "locate.el" 8793;;;### (autoloads (locate-with-filter locate) "locate" "locate.el"
8718;;;;;; (14396 4145)) 8794;;;;;; (14396 4034))
8719;;; Generated autoloads from locate.el 8795;;; Generated autoloads from locate.el
8720 8796
8721(autoload (quote locate) "locate" "\ 8797(autoload (quote locate) "locate" "\
@@ -9025,7 +9101,7 @@ If DEFINITION contains multiple addresses, separate them with commas." t nil)
9025 9101
9026;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases 9102;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases
9027;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (13996 9103;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (13996
9028;;;;;; 15767)) 9104;;;;;; 15646))
9029;;; Generated autoloads from mail/mailalias.el 9105;;; Generated autoloads from mail/mailalias.el
9030 9106
9031(defvar mail-complete-style (quote angles) "\ 9107(defvar mail-complete-style (quote angles) "\
@@ -9178,7 +9254,7 @@ Get a Un*x manual page of the item under point and put it in a buffer." t nil)
9178;;;;;; message-signature message-indent-citation-function message-cite-function 9254;;;;;; message-signature message-indent-citation-function message-cite-function
9179;;;;;; message-yank-prefix message-citation-line-function message-send-mail-function 9255;;;;;; message-yank-prefix message-citation-line-function message-send-mail-function
9180;;;;;; message-user-organization-file message-signature-separator 9256;;;;;; message-user-organization-file message-signature-separator
9181;;;;;; message-from-style) "message" "gnus/message.el" (14030 49476)) 9257;;;;;; message-from-style) "message" "gnus/message.el" (14030 49419))
9182;;; Generated autoloads from gnus/message.el 9258;;; Generated autoloads from gnus/message.el
9183 9259
9184(defvar message-from-style (quote default) "\ 9260(defvar message-from-style (quote default) "\
@@ -9387,7 +9463,7 @@ redisplayed as output is inserted." t nil)
9387;;;*** 9463;;;***
9388 9464
9389;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-smail-batch 9465;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-smail-batch
9390;;;;;; mh-smail) "mh-comp" "mail/mh-comp.el" (14377 19689)) 9466;;;;;; mh-smail) "mh-comp" "mail/mh-comp.el" (14460 38678))
9391;;; Generated autoloads from mail/mh-comp.el 9467;;; Generated autoloads from mail/mh-comp.el
9392 9468
9393(autoload (quote mh-smail) "mh-comp" "\ 9469(autoload (quote mh-smail) "mh-comp" "\
@@ -9458,7 +9534,7 @@ Display version information about mh-e and the MH mail handling system." t nil)
9458 9534
9459;;;*** 9535;;;***
9460 9536
9461;;;### (autoloads nil "mh-mime" "mail/mh-mime.el" (13833 28041)) 9537;;;### (autoloads nil "mh-mime" "mail/mh-mime.el" (13833 28022))
9462;;; Generated autoloads from mail/mh-mime.el 9538;;; Generated autoloads from mail/mh-mime.el
9463 9539
9464(defvar mh-mime-content-types (quote (("text/plain") ("text/richtext") ("multipart/mixed") ("multipart/alternative") ("multipart/digest") ("multipart/parallel") ("message/rfc822") ("message/partial") ("message/external-body") ("application/octet-stream") ("application/postscript") ("image/jpeg") ("image/gif") ("audio/basic") ("video/mpeg"))) "\ 9540(defvar mh-mime-content-types (quote (("text/plain") ("text/richtext") ("multipart/mixed") ("multipart/alternative") ("multipart/digest") ("multipart/parallel") ("message/rfc822") ("message/partial") ("message/external-body") ("application/octet-stream") ("application/postscript") ("image/jpeg") ("image/gif") ("audio/basic") ("video/mpeg"))) "\
@@ -9466,7 +9542,7 @@ Legal MIME content types. See documentation for \\[mh-edit-mhn].")
9466 9542
9467;;;*** 9543;;;***
9468 9544
9469;;;### (autoloads nil "mh-utils" "mail/mh-utils.el" (14384 6048)) 9545;;;### (autoloads nil "mh-utils" "mail/mh-utils.el" (14457 61243))
9470;;; Generated autoloads from mail/mh-utils.el 9546;;; Generated autoloads from mail/mh-utils.el
9471 9547
9472(put (quote mh-progs) (quote risky-local-variable) t) 9548(put (quote mh-progs) (quote risky-local-variable) t)
@@ -9614,7 +9690,7 @@ different buffer menu using the function `msb'." t nil)
9614;;;;;; list-fontsets describe-fontset describe-font list-coding-categories 9690;;;;;; list-fontsets describe-fontset describe-font list-coding-categories
9615;;;;;; list-coding-systems describe-current-coding-system describe-current-coding-system-briefly 9691;;;;;; list-coding-systems describe-current-coding-system describe-current-coding-system-briefly
9616;;;;;; describe-coding-system list-character-sets) "mule-diag" "international/mule-diag.el" 9692;;;;;; describe-coding-system list-character-sets) "mule-diag" "international/mule-diag.el"
9617;;;;;; (14406 33729)) 9693;;;;;; (14406 33643))
9618;;; Generated autoloads from international/mule-diag.el 9694;;; Generated autoloads from international/mule-diag.el
9619 9695
9620(autoload (quote list-character-sets) "mule-diag" "\ 9696(autoload (quote list-character-sets) "mule-diag" "\
@@ -9808,7 +9884,7 @@ language environment LANG-ENV." nil nil)
9808 9884
9809;;;*** 9885;;;***
9810 9886
9811;;;### (autoloads (mwheel-install) "mwheel" "mwheel.el" (14378 52298)) 9887;;;### (autoloads (mwheel-install) "mwheel" "mwheel.el" (14378 51930))
9812;;; Generated autoloads from mwheel.el 9888;;; Generated autoloads from mwheel.el
9813 9889
9814(autoload (quote mwheel-install) "mwheel" "\ 9890(autoload (quote mwheel-install) "mwheel" "\
@@ -9875,7 +9951,7 @@ Open a network connection to HOST on PORT." t nil)
9875;;;*** 9951;;;***
9876 9952
9877;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (14030 9953;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (14030
9878;;;;;; 49490)) 9954;;;;;; 49432))
9879;;; Generated autoloads from gnus/nndoc.el 9955;;; Generated autoloads from gnus/nndoc.el
9880 9956
9881(autoload (quote nndoc-add-type) "nndoc" "\ 9957(autoload (quote nndoc-add-type) "nndoc" "\
@@ -9888,7 +9964,7 @@ symbol in the alist." nil nil)
9888;;;*** 9964;;;***
9889 9965
9890;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" 9966;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el"
9891;;;;;; (14030 49496)) 9967;;;;;; (14030 49439))
9892;;; Generated autoloads from gnus/nnfolder.el 9968;;; Generated autoloads from gnus/nnfolder.el
9893 9969
9894(autoload (quote nnfolder-generate-active-file) "nnfolder" "\ 9970(autoload (quote nnfolder-generate-active-file) "nnfolder" "\
@@ -9897,7 +9973,7 @@ Look for mbox folders in the nnfolder directory and make them into groups." t ni
9897;;;*** 9973;;;***
9898 9974
9899;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el" 9975;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el"
9900;;;;;; (14030 49502)) 9976;;;;;; (14030 49445))
9901;;; Generated autoloads from gnus/nnkiboze.el 9977;;; Generated autoloads from gnus/nnkiboze.el
9902 9978
9903(autoload (quote nnkiboze-generate-groups) "nnkiboze" "\ 9979(autoload (quote nnkiboze-generate-groups) "nnkiboze" "\
@@ -9907,7 +9983,7 @@ Finds out what articles are to be part of the nnkiboze groups." t nil)
9907;;;*** 9983;;;***
9908 9984
9909;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" 9985;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el"
9910;;;;;; (14030 49514)) 9986;;;;;; (14030 49457))
9911;;; Generated autoloads from gnus/nnml.el 9987;;; Generated autoloads from gnus/nnml.el
9912 9988
9913(autoload (quote nnml-generate-nov-databases) "nnml" "\ 9989(autoload (quote nnml-generate-nov-databases) "nnml" "\
@@ -9953,7 +10029,7 @@ to future sessions." t nil)
9953;;;*** 10029;;;***
9954 10030
9955;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" 10031;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el"
9956;;;;;; (13611 44372)) 10032;;;;;; (13382 24740))
9957;;; Generated autoloads from textmodes/nroff-mode.el 10033;;; Generated autoloads from textmodes/nroff-mode.el
9958 10034
9959(autoload (quote nroff-mode) "nroff-mode" "\ 10035(autoload (quote nroff-mode) "nroff-mode" "\
@@ -10096,7 +10172,7 @@ including a reproducible test case and send the message." t nil)
10096;;;*** 10172;;;***
10097 10173
10098;;;### (autoloads (edit-options list-options) "options" "options.el" 10174;;;### (autoloads (edit-options list-options) "options" "options.el"
10099;;;;;; (14045 29891)) 10175;;;;;; (14045 29847))
10100;;; Generated autoloads from options.el 10176;;; Generated autoloads from options.el
10101 10177
10102(autoload (quote list-options) "options" "\ 10178(autoload (quote list-options) "options" "\
@@ -10113,7 +10189,7 @@ The Custom feature is intended to make this obsolete." t nil)
10113;;;*** 10189;;;***
10114 10190
10115;;;### (autoloads (outline-minor-mode outline-mode) "outline" "textmodes/outline.el" 10191;;;### (autoloads (outline-minor-mode outline-mode) "outline" "textmodes/outline.el"
10116;;;;;; (14249 42166)) 10192;;;;;; (14454 157))
10117;;; Generated autoloads from textmodes/outline.el 10193;;; Generated autoloads from textmodes/outline.el
10118 10194
10119(autoload (quote outline-mode) "outline" "\ 10195(autoload (quote outline-mode) "outline" "\
@@ -10375,7 +10451,7 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'." t nil)
10375;;;*** 10451;;;***
10376 10452
10377;;;### (autoloads (ph-query-form ph-expand-inline ph-get-phone ph-get-email) 10453;;;### (autoloads (ph-query-form ph-expand-inline ph-get-phone ph-get-email)
10378;;;;;; "ph" "ph.el" (13623 48498)) 10454;;;;;; "ph" "ph.el" (13623 48480))
10379;;; Generated autoloads from ph.el 10455;;; Generated autoloads from ph.el
10380 10456
10381(autoload (quote ph-get-email) "ph" "\ 10457(autoload (quote ph-get-email) "ph" "\
@@ -10472,8 +10548,23 @@ they are not defaultly assigned to keys." t nil)
10472 10548
10473;;;*** 10549;;;***
10474 10550
10551;;;### (autoloads (pong) "pong" "play/pong.el" (14453 55473))
10552;;; Generated autoloads from play/pong.el
10553
10554(autoload (quote pong) "pong" "\
10555Play pong and waste time.
10556This is an implementation of the classical game pong.
10557Move left and right bats and try to bounce the ball to your opponent.
10558
10559pong-mode keybindings:
10560 \\<pong-mode-map>
10561
10562 \\{pong-mode-map}" t nil)
10563
10564;;;***
10565
10475;;;### (autoloads (pp-eval-last-sexp pp-eval-expression pp) "pp" 10566;;;### (autoloads (pp-eval-last-sexp pp-eval-expression pp) "pp"
10476;;;;;; "emacs-lisp/pp.el" (13819 15913)) 10567;;;;;; "emacs-lisp/pp.el" (13819 15860))
10477;;; Generated autoloads from emacs-lisp/pp.el 10568;;; Generated autoloads from emacs-lisp/pp.el
10478 10569
10479(autoload (quote pp) "pp" "\ 10570(autoload (quote pp) "pp" "\
@@ -10522,7 +10613,7 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
10522;;;*** 10613;;;***
10523 10614
10524;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (14380 10615;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (14380
10525;;;;;; 3920)) 10616;;;;;; 3795))
10526;;; Generated autoloads from progmodes/ps-mode.el 10617;;; Generated autoloads from progmodes/ps-mode.el
10527 10618
10528(autoload (quote ps-mode) "ps-mode" "\ 10619(autoload (quote ps-mode) "ps-mode" "\
@@ -10570,7 +10661,7 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number
10570;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-initialize 10661;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-initialize
10571;;;;;; ps-mule-plot-composition ps-mule-plot-string ps-mule-set-ascii-font 10662;;;;;; ps-mule-plot-composition ps-mule-plot-string ps-mule-set-ascii-font
10572;;;;;; ps-mule-prepare-ascii-font ps-multibyte-buffer) "ps-mule" 10663;;;;;; ps-mule-prepare-ascii-font ps-multibyte-buffer) "ps-mule"
10573;;;;;; "ps-mule.el" (14450 60461)) 10664;;;;;; "ps-mule.el" (14454 81))
10574;;; Generated autoloads from ps-mule.el 10665;;; Generated autoloads from ps-mule.el
10575 10666
10576(defvar ps-multibyte-buffer nil "\ 10667(defvar ps-multibyte-buffer nil "\
@@ -10666,8 +10757,8 @@ This checks if all multi-byte characters in the region are printable or not." ni
10666;;;;;; ps-nb-pages-buffer ps-line-lengths ps-despool ps-spool-region-with-faces 10757;;;;;; ps-nb-pages-buffer ps-line-lengths ps-despool ps-spool-region-with-faces
10667;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer 10758;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
10668;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces 10759;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
10669;;;;;; ps-print-buffer ps-paper-type) "ps-print" "ps-print.el" (14423 10760;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print"
10670;;;;;; 50877)) 10761;;;;;; "ps-print.el" (14454 86))
10671;;; Generated autoloads from ps-print.el 10762;;; Generated autoloads from ps-print.el
10672 10763
10673(defvar ps-paper-type (quote letter) "\ 10764(defvar ps-paper-type (quote letter) "\
@@ -10675,6 +10766,9 @@ This checks if all multi-byte characters in the region are printable or not." ni
10675Should be one of the paper types defined in `ps-page-dimensions-database', for 10766Should be one of the paper types defined in `ps-page-dimensions-database', for
10676example `letter', `legal' or `a4'.") 10767example `letter', `legal' or `a4'.")
10677 10768
10769(autoload (quote ps-print-customize) "ps-print" "\
10770Customization of ps-print group." t nil)
10771
10678(autoload (quote ps-print-buffer) "ps-print" "\ 10772(autoload (quote ps-print-buffer) "ps-print" "\
10679Generate and print a PostScript image of the buffer. 10773Generate and print a PostScript image of the buffer.
10680 10774
@@ -10958,7 +11052,7 @@ of each directory." t nil)
10958 11052
10959;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls 11053;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls
10960;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url 11054;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
10961;;;;;; quickurl-ask quickurl) "quickurl" "quickurl.el" (14388 11354)) 11055;;;;;; quickurl-ask quickurl) "quickurl" "quickurl.el" (14388 11185))
10962;;; Generated autoloads from quickurl.el 11056;;; Generated autoloads from quickurl.el
10963 11057
10964(defconst quickurl-reread-hook-postfix "\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'local-write-file-hooks (lambda () (quickurl-read) nil)))\n;; End:\n" "\ 11058(defconst quickurl-reread-hook-postfix "\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'local-write-file-hooks (lambda () (quickurl-read) nil)))\n;; End:\n" "\
@@ -11127,7 +11221,7 @@ rectangle which were empty." t nil)
11127;;;*** 11221;;;***
11128 11222
11129;;;### (autoloads (reftex-mode turn-on-reftex) "reftex" "textmodes/reftex.el" 11223;;;### (autoloads (reftex-mode turn-on-reftex) "reftex" "textmodes/reftex.el"
11130;;;;;; (14425 19353)) 11224;;;;;; (14454 167))
11131;;; Generated autoloads from textmodes/reftex.el 11225;;; Generated autoloads from textmodes/reftex.el
11132 11226
11133(autoload (quote turn-on-reftex) "reftex" "\ 11227(autoload (quote turn-on-reftex) "reftex" "\
@@ -11167,7 +11261,7 @@ on the menu bar.
11167;;;*** 11261;;;***
11168 11262
11169;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" 11263;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el"
11170;;;;;; (14425 19348)) 11264;;;;;; (14454 161))
11171;;; Generated autoloads from textmodes/reftex-cite.el 11265;;; Generated autoloads from textmodes/reftex-cite.el
11172 11266
11173(autoload (quote reftex-citation) "reftex-cite" "\ 11267(autoload (quote reftex-citation) "reftex-cite" "\
@@ -11194,7 +11288,7 @@ While entering the regexp, completion on knows citation keys is possible.
11194;;;*** 11288;;;***
11195 11289
11196;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" 11290;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el"
11197;;;;;; (14425 19352)) 11291;;;;;; (14454 166))
11198;;; Generated autoloads from textmodes/reftex-index.el 11292;;; Generated autoloads from textmodes/reftex-index.el
11199 11293
11200(autoload (quote reftex-index-phrases-mode) "reftex-index" "\ 11294(autoload (quote reftex-index-phrases-mode) "reftex-index" "\
@@ -11225,7 +11319,7 @@ Here are all local bindings.
11225;;;*** 11319;;;***
11226 11320
11227;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" 11321;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"
11228;;;;;; (14334 30885)) 11322;;;;;; (14334 30691))
11229;;; Generated autoloads from emacs-lisp/regexp-opt.el 11323;;; Generated autoloads from emacs-lisp/regexp-opt.el
11230 11324
11231(autoload (quote regexp-opt) "regexp-opt" "\ 11325(autoload (quote regexp-opt) "regexp-opt" "\
@@ -11264,7 +11358,7 @@ can be modified by the global variable `repeat-on-final-keystroke'." t nil)
11264;;;*** 11358;;;***
11265 11359
11266;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" 11360;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el"
11267;;;;;; (14356 24489)) 11361;;;;;; (14356 24412))
11268;;; Generated autoloads from mail/reporter.el 11362;;; Generated autoloads from mail/reporter.el
11269 11363
11270(autoload (quote reporter-submit-bug-report) "reporter" "\ 11364(autoload (quote reporter-submit-bug-report) "reporter" "\
@@ -11385,7 +11479,7 @@ variable." t nil)
11385;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output 11479;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output
11386;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers 11480;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers
11387;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) 11481;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names)
11388;;;;;; "rmail" "mail/rmail.el" (14384 6041)) 11482;;;;;; "rmail" "mail/rmail.el" (14384 5882))
11389;;; Generated autoloads from mail/rmail.el 11483;;; Generated autoloads from mail/rmail.el
11390 11484
11391(defvar rmail-dont-reply-to-names nil "\ 11485(defvar rmail-dont-reply-to-names nil "\
@@ -11560,7 +11654,7 @@ Set PASSWORD to be used for retrieving mail from a POP server." t nil)
11560;;;*** 11654;;;***
11561 11655
11562;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el" 11656;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el"
11563;;;;;; (14387 64265)) 11657;;;;;; (14387 64145))
11564;;; Generated autoloads from mail/rmailedit.el 11658;;; Generated autoloads from mail/rmailedit.el
11565 11659
11566(autoload (quote rmail-edit-current-message) "rmailedit" "\ 11660(autoload (quote rmail-edit-current-message) "rmailedit" "\
@@ -11703,7 +11797,7 @@ KEYWORDS is a comma-separated list of labels." t nil)
11703;;;;;; rmail-summary-by-topic rmail-summary-by-regexp rmail-summary-by-recipients 11797;;;;;; rmail-summary-by-topic rmail-summary-by-regexp rmail-summary-by-recipients
11704;;;;;; rmail-summary-by-labels rmail-summary rmail-summary-line-count-flag 11798;;;;;; rmail-summary-by-labels rmail-summary rmail-summary-line-count-flag
11705;;;;;; rmail-summary-scroll-between-messages) "rmailsum" "mail/rmailsum.el" 11799;;;;;; rmail-summary-scroll-between-messages) "rmailsum" "mail/rmailsum.el"
11706;;;;;; (14419 37963)) 11800;;;;;; (14418 7508))
11707;;; Generated autoloads from mail/rmailsum.el 11801;;; Generated autoloads from mail/rmailsum.el
11708 11802
11709(defvar rmail-summary-scroll-between-messages t "\ 11803(defvar rmail-summary-scroll-between-messages t "\
@@ -11762,7 +11856,7 @@ If NOQUERY is non-nil, we do not query before doing the work." t nil)
11762;;;*** 11856;;;***
11763 11857
11764;;;### (autoloads (toggle-rot13-mode rot13-other-window) "rot13" 11858;;;### (autoloads (toggle-rot13-mode rot13-other-window) "rot13"
11765;;;;;; "rot13.el" (13253 16866)) 11859;;;;;; "rot13.el" (12536 45574))
11766;;; Generated autoloads from rot13.el 11860;;; Generated autoloads from rot13.el
11767 11861
11768(autoload (quote rot13-other-window) "rot13" "\ 11862(autoload (quote rot13-other-window) "rot13" "\
@@ -11844,7 +11938,7 @@ that variable's value is a string." t nil)
11844;;;*** 11938;;;***
11845 11939
11846;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" 11940;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el"
11847;;;;;; (14030 49534)) 11941;;;;;; (14030 49477))
11848;;; Generated autoloads from gnus/score-mode.el 11942;;; Generated autoloads from gnus/score-mode.el
11849 11943
11850(autoload (quote gnus-score-mode) "score-mode" "\ 11944(autoload (quote gnus-score-mode) "score-mode" "\
@@ -11856,7 +11950,7 @@ This mode is an extended emacs-lisp mode.
11856;;;*** 11950;;;***
11857 11951
11858;;;### (autoloads (scribe-mode) "scribe" "textmodes/scribe.el" (14381 11952;;;### (autoloads (scribe-mode) "scribe" "textmodes/scribe.el" (14381
11859;;;;;; 56615)) 11953;;;;;; 55098))
11860;;; Generated autoloads from textmodes/scribe.el 11954;;; Generated autoloads from textmodes/scribe.el
11861 11955
11862(autoload (quote scribe-mode) "scribe" "\ 11956(autoload (quote scribe-mode) "scribe" "\
@@ -11882,7 +11976,7 @@ scribe-electric-parenthesis
11882;;;;;; mail-signature mail-personal-alias-file mail-alias-file mail-default-reply-to 11976;;;;;; mail-signature mail-personal-alias-file mail-alias-file mail-default-reply-to
11883;;;;;; mail-archive-file-name mail-header-separator mail-yank-ignored-headers 11977;;;;;; mail-archive-file-name mail-header-separator mail-yank-ignored-headers
11884;;;;;; mail-interactive mail-self-blind mail-specify-envelope-from 11978;;;;;; mail-interactive mail-self-blind mail-specify-envelope-from
11885;;;;;; mail-from-style) "sendmail" "mail/sendmail.el" (14256 32531)) 11979;;;;;; mail-from-style) "sendmail" "mail/sendmail.el" (14456 32733))
11886;;; Generated autoloads from mail/sendmail.el 11980;;; Generated autoloads from mail/sendmail.el
11887 11981
11888(defvar mail-from-style (quote angles) "\ 11982(defvar mail-from-style (quote angles) "\
@@ -12057,7 +12151,7 @@ Prefix arg means just kill any existing server communications subprocess." t nil
12057;;;*** 12151;;;***
12058 12152
12059;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" 12153;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
12060;;;;;; (14363 23788)) 12154;;;;;; (14363 23704))
12061;;; Generated autoloads from textmodes/sgml-mode.el 12155;;; Generated autoloads from textmodes/sgml-mode.el
12062 12156
12063(autoload (quote sgml-mode) "sgml-mode" "\ 12157(autoload (quote sgml-mode) "sgml-mode" "\
@@ -12446,7 +12540,7 @@ Minor mode to simplify editing output from the diff3 program.
12446;;;*** 12540;;;***
12447 12541
12448;;;### (autoloads (smtpmail-send-it) "smtpmail" "mail/smtpmail.el" 12542;;;### (autoloads (smtpmail-send-it) "smtpmail" "mail/smtpmail.el"
12449;;;;;; (14342 21630)) 12543;;;;;; (14342 21398))
12450;;; Generated autoloads from mail/smtpmail.el 12544;;; Generated autoloads from mail/smtpmail.el
12451 12545
12452(autoload (quote smtpmail-send-it) "smtpmail" nil nil nil) 12546(autoload (quote smtpmail-send-it) "smtpmail" nil nil nil)
@@ -12822,7 +12916,7 @@ Return a vector containing the lines from `spook-phrases-file'." nil nil)
12822;;;*** 12916;;;***
12823 12917
12824;;;### (autoloads (sql-postgres sql-mode sql-help) "sql" "progmodes/sql.el" 12918;;;### (autoloads (sql-postgres sql-mode sql-help) "sql" "progmodes/sql.el"
12825;;;;;; (14395 64704)) 12919;;;;;; (14395 64503))
12826;;; Generated autoloads from progmodes/sql.el 12920;;; Generated autoloads from progmodes/sql.el
12827 12921
12828(autoload (quote sql-help) "sql" "\ 12922(autoload (quote sql-help) "sql" "\
@@ -12990,7 +13084,7 @@ strokes with
12990;;;*** 13084;;;***
12991 13085
12992;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" 13086;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"
12993;;;;;; (14385 23496)) 13087;;;;;; (14385 23097))
12994;;; Generated autoloads from mail/supercite.el 13088;;; Generated autoloads from mail/supercite.el
12995 13089
12996(autoload (quote sc-cite-original) "supercite" "\ 13090(autoload (quote sc-cite-original) "supercite" "\
@@ -13019,7 +13113,7 @@ before, and `sc-post-hook' is run after the guts of this function." nil nil)
13019 13113
13020;;;*** 13114;;;***
13021 13115
13022;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (13227 8735)) 13116;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (13227 8639))
13023;;; Generated autoloads from tabify.el 13117;;; Generated autoloads from tabify.el
13024 13118
13025(autoload (quote untabify) "tabify" "\ 13119(autoload (quote untabify) "tabify" "\
@@ -13046,7 +13140,7 @@ Connect to display DISPLAY for the Emacs talk group." t nil)
13046 13140
13047;;;*** 13141;;;***
13048 13142
13049;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (14293 62779)) 13143;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (14443 40965))
13050;;; Generated autoloads from tar-mode.el 13144;;; Generated autoloads from tar-mode.el
13051 13145
13052(autoload (quote tar-mode) "tar-mode" "\ 13146(autoload (quote tar-mode) "tar-mode" "\
@@ -13224,7 +13318,7 @@ tetris-mode keybindings:
13224;;;;;; tex-start-options-string slitex-run-command latex-run-command 13318;;;;;; tex-start-options-string slitex-run-command latex-run-command
13225;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp 13319;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
13226;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" 13320;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
13227;;;;;; (14365 35043)) 13321;;;;;; (14365 34873))
13228;;; Generated autoloads from textmodes/tex-mode.el 13322;;; Generated autoloads from textmodes/tex-mode.el
13229 13323
13230(defvar tex-shell-file-name nil "\ 13324(defvar tex-shell-file-name nil "\
@@ -13472,7 +13566,7 @@ Entering SliTeX mode runs the hook `text-mode-hook', then the hook
13472;;;*** 13566;;;***
13473 13567
13474;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) 13568;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
13475;;;;;; "texinfmt" "textmodes/texinfmt.el" (14263 36003)) 13569;;;;;; "texinfmt" "textmodes/texinfmt.el" (14456 53455))
13476;;; Generated autoloads from textmodes/texinfmt.el 13570;;; Generated autoloads from textmodes/texinfmt.el
13477 13571
13478(autoload (quote texinfo-format-buffer) "texinfmt" "\ 13572(autoload (quote texinfo-format-buffer) "texinfmt" "\
@@ -13734,7 +13828,7 @@ See also docstring of the function tibetan-compose-region." t nil)
13734;;;*** 13828;;;***
13735 13829
13736;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" 13830;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el"
13737;;;;;; (14357 30900)) 13831;;;;;; (14357 30776))
13738;;; Generated autoloads from textmodes/tildify.el 13832;;; Generated autoloads from textmodes/tildify.el
13739 13833
13740(autoload (quote tildify-region) "tildify" "\ 13834(autoload (quote tildify-region) "tildify" "\
@@ -13754,7 +13848,7 @@ This function performs no refilling of the changed text." t nil)
13754;;;*** 13848;;;***
13755 13849
13756;;;### (autoloads (display-time-mode display-time display-time-day-and-date 13850;;;### (autoloads (display-time-mode display-time display-time-day-and-date
13757;;;;;; display-time-mode) "time" "time.el" (14321 15854)) 13851;;;;;; display-time-mode) "time" "time.el" (14454 121))
13758;;; Generated autoloads from time.el 13852;;; Generated autoloads from time.el
13759 13853
13760(defvar display-time-mode nil "\ 13854(defvar display-time-mode nil "\
@@ -13892,7 +13986,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\"." nil
13892;;;*** 13986;;;***
13893 13987
13894;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" 13988;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
13895;;;;;; "tmm.el" (13700 6780)) 13989;;;;;; "tmm.el" (14459 43081))
13896;;; Generated autoloads from tmm.el 13990;;; Generated autoloads from tmm.el
13897 (define-key global-map "\M-`" 'tmm-menubar) 13991 (define-key global-map "\M-`" 'tmm-menubar)
13898 (define-key global-map [f10] 'tmm-menubar) 13992 (define-key global-map [f10] 'tmm-menubar)
@@ -14249,7 +14343,7 @@ Convert Rmail file FILE to system inbox format file TO-FILE." t nil)
14249;;;*** 14343;;;***
14250 14344
14251;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) 14345;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock)
14252;;;;;; "userlock" "userlock.el" (14365 43399)) 14346;;;;;; "userlock" "userlock.el" (14365 43297))
14253;;; Generated autoloads from userlock.el 14347;;; Generated autoloads from userlock.el
14254 14348
14255(autoload (quote ask-user-about-lock) "userlock" "\ 14349(autoload (quote ask-user-about-lock) "userlock" "\
@@ -14278,8 +14372,8 @@ The buffer in question is current when this function is called." nil nil)
14278;;;;;; vc-create-snapshot vc-directory vc-resolve-conflicts vc-merge 14372;;;;;; vc-create-snapshot vc-directory vc-resolve-conflicts vc-merge
14279;;;;;; vc-insert-headers vc-version-other-window vc-diff vc-register 14373;;;;;; vc-insert-headers vc-version-other-window vc-diff vc-register
14280;;;;;; vc-next-action edit-vc-file with-vc-file vc-annotate-mode-hook 14374;;;;;; vc-next-action edit-vc-file with-vc-file vc-annotate-mode-hook
14281;;;;;; vc-before-checkin-hook vc-checkin-hook) "vc" "vc.el" (14406 14375;;;;;; vc-before-checkin-hook vc-checkin-hook) "vc" "vc.el" (14460
14282;;;;;; 32852)) 14376;;;;;; 19361))
14283;;; Generated autoloads from vc.el 14377;;; Generated autoloads from vc.el
14284 14378
14285(defvar vc-checkin-hook nil "\ 14379(defvar vc-checkin-hook nil "\
@@ -14431,7 +14525,7 @@ colors. `vc-annotate-background' specifies the background color." t nil)
14431;;;*** 14525;;;***
14432 14526
14433;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" 14527;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
14434;;;;;; (14385 23382)) 14528;;;;;; (14385 10956))
14435;;; Generated autoloads from progmodes/vhdl-mode.el 14529;;; Generated autoloads from progmodes/vhdl-mode.el
14436 14530
14437(autoload (quote vhdl-mode) "vhdl-mode" "\ 14531(autoload (quote vhdl-mode) "vhdl-mode" "\
@@ -15038,7 +15132,7 @@ and off otherwise." t nil)
15038 15132
15039;;;### (autoloads (whitespace-describe whitespace-cleanup-region 15133;;;### (autoloads (whitespace-describe whitespace-cleanup-region
15040;;;;;; whitespace-cleanup whitespace-region whitespace-buffer) "whitespace" 15134;;;;;; whitespace-cleanup whitespace-region whitespace-buffer) "whitespace"
15041;;;;;; "whitespace.el" (14364 19255)) 15135;;;;;; "whitespace.el" (14364 19064))
15042;;; Generated autoloads from whitespace.el 15136;;; Generated autoloads from whitespace.el
15043 15137
15044(autoload (quote whitespace-buffer) "whitespace" "\ 15138(autoload (quote whitespace-buffer) "whitespace" "\
@@ -15141,7 +15235,7 @@ With arg, turn widget mode on if and only if arg is positive." t nil)
15141;;;*** 15235;;;***
15142 15236
15143;;;### (autoloads (widget-delete widget-create widget-prompt-value) 15237;;;### (autoloads (widget-delete widget-create widget-prompt-value)
15144;;;;;; "wid-edit" "wid-edit.el" (14376 9418)) 15238;;;;;; "wid-edit" "wid-edit.el" (14375 20322))
15145;;; Generated autoloads from wid-edit.el 15239;;; Generated autoloads from wid-edit.el
15146 15240
15147(autoload (quote widget-prompt-value) "wid-edit" "\ 15241(autoload (quote widget-prompt-value) "wid-edit" "\
@@ -15157,25 +15251,6 @@ Delete WIDGET." nil nil)
15157 15251
15158;;;*** 15252;;;***
15159 15253
15160;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el"
15161;;;;;; (14304 12320))
15162;;; Generated autoloads from winner.el
15163
15164(defvar winner-mode nil "\
15165Toggle winner-mode.
15166Setting this variable directly does not take effect;
15167use either \\[customize] or the function `winner-mode'.")
15168
15169(custom-add-to-group (quote winner) (quote winner-mode) (quote custom-variable))
15170
15171(custom-add-load (quote winner-mode) (quote winner))
15172
15173(autoload (quote winner-mode) "winner" "\
15174Toggle Winner mode.
15175With arg, turn Winner mode on if and only if arg is positive." t nil)
15176
15177;;;***
15178
15179;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el" 15254;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el"
15180;;;;;; (13415 51576)) 15255;;;;;; (13415 51576))
15181;;; Generated autoloads from emulation/ws-mode.el 15256;;; Generated autoloads from emulation/ws-mode.el
@@ -15289,7 +15364,7 @@ The key bindings are:
15289;;;*** 15364;;;***
15290 15365
15291;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (13929 15366;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (13929
15292;;;;;; 31262)) 15367;;;;;; 31250))
15293;;; Generated autoloads from xt-mouse.el 15368;;; Generated autoloads from xt-mouse.el
15294 15369
15295(autoload (quote xterm-mouse-mode) "xt-mouse" "\ 15370(autoload (quote xterm-mouse-mode) "xt-mouse" "\
@@ -15338,8 +15413,6 @@ Zone-mode does two things:
15338 15413
15339;;;*** 15414;;;***
15340 15415
15341;;; Don't make backup versions of this file - most of it is generated
15342;;; automatically by autoload.el, and what isn't changes rarely.
15343;;; Local Variables: 15416;;; Local Variables:
15344;;; version-control: never 15417;;; version-control: never
15345;;; no-byte-compile: t 15418;;; no-byte-compile: t