aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-08-01 06:21:35 -0400
committerGlenn Morris2014-08-01 06:21:35 -0400
commit4844e0422f7d318775cc7fce7845c0c568bd7ca3 (patch)
tree893825acc079bc91c2faecb5fc92fb6e466d8eed
parent11804a04ada37cbf33576a5a69189bd43b3d66dd (diff)
downloademacs-4844e0422f7d318775cc7fce7845c0c568bd7ca3.tar.gz
emacs-4844e0422f7d318775cc7fce7845c0c568bd7ca3.zip
Auto-commit of loaddefs files.
-rw-r--r--lisp/ldefs-boot.el205
1 files changed, 107 insertions, 98 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index eca209012d6..3fa7e131d0c 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -2632,7 +2632,7 @@ from `browse-url-elinks-wrapper'.
2632 2632
2633;;;*** 2633;;;***
2634 2634
2635;;;### (autoloads nil "bs" "bs.el" (21383 2343 498187 0)) 2635;;;### (autoloads nil "bs" "bs.el" (21452 59559 901066 0))
2636;;; Generated autoloads from bs.el 2636;;; Generated autoloads from bs.el
2637(push (purecopy '(bs 1 17)) package--builtin-versions) 2637(push (purecopy '(bs 1 17)) package--builtin-versions)
2638 2638
@@ -4742,8 +4742,8 @@ If FIX is non-nil, run `copyright-fix-years' instead.
4742 4742
4743;;;*** 4743;;;***
4744 4744
4745;;;### (autoloads nil "cperl-mode" "progmodes/cperl-mode.el" (21207 4745;;;### (autoloads nil "cperl-mode" "progmodes/cperl-mode.el" (21438
4746;;;;;; 49087 974317 0)) 4746;;;;;; 26670 609361 0))
4747;;; Generated autoloads from progmodes/cperl-mode.el 4747;;; Generated autoloads from progmodes/cperl-mode.el
4748(put 'cperl-indent-level 'safe-local-variable 'integerp) 4748(put 'cperl-indent-level 'safe-local-variable 'integerp)
4749(put 'cperl-brace-offset 'safe-local-variable 'integerp) 4749(put 'cperl-brace-offset 'safe-local-variable 'integerp)
@@ -5044,8 +5044,8 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings.
5044 5044
5045;;;*** 5045;;;***
5046 5046
5047;;;### (autoloads nil "cua-rect" "emulation/cua-rect.el" (21187 63826 5047;;;### (autoloads nil "cua-rect" "emulation/cua-rect.el" (21437 5802
5048;;;;;; 213216 0)) 5048;;;;;; 125919 0))
5049;;; Generated autoloads from emulation/cua-rect.el 5049;;; Generated autoloads from emulation/cua-rect.el
5050 5050
5051(autoload 'cua-rectangle-mark-mode "cua-rect" "\ 5051(autoload 'cua-rectangle-mark-mode "cua-rect" "\
@@ -5056,7 +5056,7 @@ Activates the region if needed. Only lasts until the region is deactivated.
5056 5056
5057;;;*** 5057;;;***
5058 5058
5059;;;### (autoloads nil "cus-edit" "cus-edit.el" (21240 46395 727291 5059;;;### (autoloads nil "cus-edit" "cus-edit.el" (21429 11690 49391
5060;;;;;; 0)) 5060;;;;;; 0))
5061;;; Generated autoloads from cus-edit.el 5061;;; Generated autoloads from cus-edit.el
5062 5062
@@ -5546,7 +5546,7 @@ Create a new data-debug buffer with NAME.
5546 5546
5547;;;*** 5547;;;***
5548 5548
5549;;;### (autoloads nil "dbus" "net/dbus.el" (21414 44327 790846 0)) 5549;;;### (autoloads nil "dbus" "net/dbus.el" (21430 32550 215986 0))
5550;;; Generated autoloads from net/dbus.el 5550;;; Generated autoloads from net/dbus.el
5551 5551
5552(autoload 'dbus-handle-event "dbus" "\ 5552(autoload 'dbus-handle-event "dbus" "\
@@ -5915,7 +5915,7 @@ relevant to POS.
5915 5915
5916;;;*** 5916;;;***
5917 5917
5918;;;### (autoloads nil "desktop" "desktop.el" (21419 62246 751914 5918;;;### (autoloads nil "desktop" "desktop.el" (21446 45134 152348
5919;;;;;; 0)) 5919;;;;;; 0))
5920;;; Generated autoloads from desktop.el 5920;;; Generated autoloads from desktop.el
5921 5921
@@ -6070,10 +6070,11 @@ if different).
6070Save the desktop in a desktop file. 6070Save the desktop in a desktop file.
6071Parameter DIRNAME specifies where to save the desktop file. 6071Parameter DIRNAME specifies where to save the desktop file.
6072Optional parameter RELEASE says whether we're done with this desktop. 6072Optional parameter RELEASE says whether we're done with this desktop.
6073If AUTO-SAVE is non-nil, compare the saved contents to the one last saved, 6073If ONLY-IF-CHANGED is non-nil, compare the current desktop information
6074and don't save the buffer if they are the same. 6074to that in the desktop file, and if the desktop information has not
6075changed since it was last saved then do not rewrite the file.
6075 6076
6076\(fn DIRNAME &optional RELEASE AUTO-SAVE)" t nil) 6077\(fn DIRNAME &optional RELEASE ONLY-IF-CHANGED)" t nil)
6077 6078
6078(autoload 'desktop-remove "desktop" "\ 6079(autoload 'desktop-remove "desktop" "\
6079Delete desktop file in `desktop-dirname'. 6080Delete desktop file in `desktop-dirname'.
@@ -6288,7 +6289,7 @@ Optional arguments are passed to `dig-invoke'.
6288 6289
6289;;;*** 6290;;;***
6290 6291
6291;;;### (autoloads nil "dired" "dired.el" (21414 44327 790846 0)) 6292;;;### (autoloads nil "dired" "dired.el" (21452 59559 901066 0))
6292;;; Generated autoloads from dired.el 6293;;; Generated autoloads from dired.el
6293 6294
6294(defvar dired-listing-switches (purecopy "-al") "\ 6295(defvar dired-listing-switches (purecopy "-al") "\
@@ -6637,7 +6638,7 @@ Locate SOA record and increment the serial field.
6637 6638
6638;;;*** 6639;;;***
6639 6640
6640;;;### (autoloads nil "doc-view" "doc-view.el" (21364 37926 837230 6641;;;### (autoloads nil "doc-view" "doc-view.el" (21462 9001 456449
6641;;;;;; 0)) 6642;;;;;; 0))
6642;;; Generated autoloads from doc-view.el 6643;;; Generated autoloads from doc-view.el
6643 6644
@@ -7499,8 +7500,8 @@ an EDE controlled project.
7499 7500
7500;;;*** 7501;;;***
7501 7502
7502;;;### (autoloads nil "edebug" "emacs-lisp/edebug.el" (21261 4402 7503;;;### (autoloads nil "edebug" "emacs-lisp/edebug.el" (21452 59559
7503;;;;;; 232258 508000)) 7504;;;;;; 901066 0))
7504;;; Generated autoloads from emacs-lisp/edebug.el 7505;;; Generated autoloads from emacs-lisp/edebug.el
7505 7506
7506(defvar edebug-all-defs nil "\ 7507(defvar edebug-all-defs nil "\
@@ -7564,7 +7565,7 @@ Toggle edebugging of all forms.
7564 7565
7565;;;*** 7566;;;***
7566 7567
7567;;;### (autoloads nil "ediff" "vc/ediff.el" (21308 46599 181916 0)) 7568;;;### (autoloads nil "ediff" "vc/ediff.el" (21429 11690 49391 0))
7568;;; Generated autoloads from vc/ediff.el 7569;;; Generated autoloads from vc/ediff.el
7569(push (purecopy '(ediff 2 81 4)) package--builtin-versions) 7570(push (purecopy '(ediff 2 81 4)) package--builtin-versions)
7570 7571
@@ -7847,8 +7848,8 @@ With optional NODE, goes to that node.
7847 7848
7848;;;*** 7849;;;***
7849 7850
7850;;;### (autoloads nil "ediff-mult" "vc/ediff-mult.el" (21187 63826 7851;;;### (autoloads nil "ediff-mult" "vc/ediff-mult.el" (21429 11690
7851;;;;;; 213216 0)) 7852;;;;;; 49391 0))
7852;;; Generated autoloads from vc/ediff-mult.el 7853;;; Generated autoloads from vc/ediff-mult.el
7853 7854
7854(autoload 'ediff-show-registry "ediff-mult" "\ 7855(autoload 'ediff-show-registry "ediff-mult" "\
@@ -7860,8 +7861,8 @@ Display Ediff's registry.
7860 7861
7861;;;*** 7862;;;***
7862 7863
7863;;;### (autoloads nil "ediff-util" "vc/ediff-util.el" (21350 58112 7864;;;### (autoloads nil "ediff-util" "vc/ediff-util.el" (21458 11942
7864;;;;;; 380040 0)) 7865;;;;;; 975332 0))
7865;;; Generated autoloads from vc/ediff-util.el 7866;;; Generated autoloads from vc/ediff-util.el
7866 7867
7867(autoload 'ediff-toggle-multiframe "ediff-util" "\ 7868(autoload 'ediff-toggle-multiframe "ediff-util" "\
@@ -7948,7 +7949,7 @@ Turn on EDT Emulation.
7948 7949
7949;;;*** 7950;;;***
7950 7951
7951;;;### (autoloads nil "ehelp" "ehelp.el" (21240 46395 727291 0)) 7952;;;### (autoloads nil "ehelp" "ehelp.el" (21429 11690 49391 0))
7952;;; Generated autoloads from ehelp.el 7953;;; Generated autoloads from ehelp.el
7953 7954
7954(autoload 'with-electric-help "ehelp" "\ 7955(autoload 'with-electric-help "ehelp" "\
@@ -8657,7 +8658,7 @@ Look at CONFIG and try to expand GROUP.
8657 8658
8658;;;*** 8659;;;***
8659 8660
8660;;;### (autoloads nil "erc" "erc/erc.el" (21412 2598 318409 0)) 8661;;;### (autoloads nil "erc" "erc/erc.el" (21437 5802 125919 0))
8661;;; Generated autoloads from erc/erc.el 8662;;; Generated autoloads from erc/erc.el
8662(push (purecopy '(erc 5 3)) package--builtin-versions) 8663(push (purecopy '(erc 5 3)) package--builtin-versions)
8663 8664
@@ -10027,7 +10028,7 @@ This is used only in conjunction with `expand-add-abbrevs'.
10027 10028
10028;;;*** 10029;;;***
10029 10030
10030;;;### (autoloads nil "f90" "progmodes/f90.el" (21383 2343 498187 10031;;;### (autoloads nil "f90" "progmodes/f90.el" (21429 11690 49391
10031;;;;;; 0)) 10032;;;;;; 0))
10032;;; Generated autoloads from progmodes/f90.el 10033;;; Generated autoloads from progmodes/f90.el
10033 10034
@@ -10855,7 +10856,7 @@ Change the filter on a `find-lisp-find-dired' buffer to REGEXP.
10855 10856
10856;;;*** 10857;;;***
10857 10858
10858;;;### (autoloads nil "finder" "finder.el" (21283 26898 123687 848000)) 10859;;;### (autoloads nil "finder" "finder.el" (21429 11690 49391 0))
10859;;; Generated autoloads from finder.el 10860;;; Generated autoloads from finder.el
10860(push (purecopy '(finder 1 0)) package--builtin-versions) 10861(push (purecopy '(finder 1 0)) package--builtin-versions)
10861 10862
@@ -12247,8 +12248,8 @@ Calling (gnus-group-split-fancy nil nil \"mail.others\") returns:
12247 12248
12248;;;*** 12249;;;***
12249 12250
12250;;;### (autoloads nil "gnus-msg" "gnus/gnus-msg.el" (21235 28473 12251;;;### (autoloads nil "gnus-msg" "gnus/gnus-msg.el" (21467 26920
12251;;;;;; 29431 0)) 12252;;;;;; 243336 0))
12252;;; Generated autoloads from gnus/gnus-msg.el 12253;;; Generated autoloads from gnus/gnus-msg.el
12253 12254
12254(autoload 'gnus-msg-mail "gnus-msg" "\ 12255(autoload 'gnus-msg-mail "gnus-msg" "\
@@ -12438,8 +12439,8 @@ Update the format specification near point.
12438 12439
12439;;;*** 12440;;;***
12440 12441
12441;;;### (autoloads nil "gnus-start" "gnus/gnus-start.el" (21296 1575 12442;;;### (autoloads nil "gnus-start" "gnus/gnus-start.el" (21434 29609
12442;;;;;; 438327 0)) 12443;;;;;; 547282 0))
12443;;; Generated autoloads from gnus/gnus-start.el 12444;;; Generated autoloads from gnus/gnus-start.el
12444 12445
12445(autoload 'gnus-declare-backend "gnus-start" "\ 12446(autoload 'gnus-declare-backend "gnus-start" "\
@@ -12488,7 +12489,7 @@ Add the window configuration CONF to `gnus-buffer-configuration'.
12488 12489
12489;;;*** 12490;;;***
12490 12491
12491;;;### (autoloads nil "gnutls" "net/gnutls.el" (21187 63826 213216 12492;;;### (autoloads nil "gnutls" "net/gnutls.el" (21427 56357 771874
12492;;;;;; 0)) 12493;;;;;; 0))
12493;;; Generated autoloads from net/gnutls.el 12494;;; Generated autoloads from net/gnutls.el
12494 12495
@@ -13650,8 +13651,8 @@ be found in variable `hi-lock-interactive-patterns'.
13650 13651
13651;;;*** 13652;;;***
13652 13653
13653;;;### (autoloads nil "hideif" "progmodes/hideif.el" (21422 8265 13654;;;### (autoloads nil "hideif" "progmodes/hideif.el" (21452 59559
13654;;;;;; 959286 0)) 13655;;;;;; 901066 0))
13655;;; Generated autoloads from progmodes/hideif.el 13656;;; Generated autoloads from progmodes/hideif.el
13656 13657
13657(autoload 'hide-ifdef-mode "hideif" "\ 13658(autoload 'hide-ifdef-mode "hideif" "\
@@ -13666,27 +13667,31 @@ that the C preprocessor would eliminate may be hidden from view.
13666Several variables affect how the hiding is done: 13667Several variables affect how the hiding is done:
13667 13668
13668`hide-ifdef-env' 13669`hide-ifdef-env'
13669 An association list of defined and undefined symbols for the 13670 An association list of defined and undefined symbols for the
13670 current buffer. Initially, the global value of `hide-ifdef-env' 13671 current project. Initially, the global value of `hide-ifdef-env'
13671 is used. 13672 is used. This variable was a buffer-local variable, which limits
13673 hideif to parse only one C/C++ file at a time. We've extended
13674 hideif to support parsing a C/C++ project containing multiple C/C++
13675 source files opened simultaneously in different buffers. Therefore
13676 `hide-ifdef-env' can no longer be buffer local but must be global.
13672 13677
13673`hide-ifdef-define-alist' 13678`hide-ifdef-define-alist'
13674 An association list of defined symbol lists. 13679 An association list of defined symbol lists.
13675 Use `hide-ifdef-set-define-alist' to save the current `hide-ifdef-env' 13680 Use `hide-ifdef-set-define-alist' to save the current `hide-ifdef-env'
13676 and `hide-ifdef-use-define-alist' to set the current `hide-ifdef-env' 13681 and `hide-ifdef-use-define-alist' to set the current `hide-ifdef-env'
13677 from one of the lists in `hide-ifdef-define-alist'. 13682 from one of the lists in `hide-ifdef-define-alist'.
13678 13683
13679`hide-ifdef-lines' 13684`hide-ifdef-lines'
13680 Set to non-nil to not show #if, #ifdef, #ifndef, #else, and 13685 Set to non-nil to not show #if, #ifdef, #ifndef, #else, and
13681 #endif lines when hiding. 13686 #endif lines when hiding.
13682 13687
13683`hide-ifdef-initially' 13688`hide-ifdef-initially'
13684 Indicates whether `hide-ifdefs' should be called when Hide-Ifdef mode 13689 Indicates whether `hide-ifdefs' should be called when Hide-Ifdef mode
13685 is activated. 13690 is activated.
13686 13691
13687`hide-ifdef-read-only' 13692`hide-ifdef-read-only'
13688 Set to non-nil if you want to make buffers read only while hiding. 13693 Set to non-nil if you want to make buffers read only while hiding.
13689 After `show-ifdefs', read-only status is restored to previous value. 13694 After `show-ifdefs', read-only status is restored to previous value.
13690 13695
13691\\{hide-ifdef-mode-map} 13696\\{hide-ifdef-mode-map}
13692 13697
@@ -13694,8 +13699,8 @@ Several variables affect how the hiding is done:
13694 13699
13695;;;*** 13700;;;***
13696 13701
13697;;;### (autoloads nil "hideshow" "progmodes/hideshow.el" (21381 47015 13702;;;### (autoloads nil "hideshow" "progmodes/hideshow.el" (21460 53672
13698;;;;;; 637535 0)) 13703;;;;;; 48319 0))
13699;;; Generated autoloads from progmodes/hideshow.el 13704;;; Generated autoloads from progmodes/hideshow.el
13700 13705
13701(defvar hs-special-modes-alist (mapcar 'purecopy '((c-mode "{" "}" "/[*/]" nil nil) (c++-mode "{" "}" "/[*/]" nil nil) (bibtex-mode ("@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil nil) (js-mode "{" "}" "/[*/]" nil))) "\ 13706(defvar hs-special-modes-alist (mapcar 'purecopy '((c-mode "{" "}" "/[*/]" nil nil) (c++-mode "{" "}" "/[*/]" nil nil) (bibtex-mode ("@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil nil) (js-mode "{" "}" "/[*/]" nil))) "\
@@ -14295,8 +14300,8 @@ FORMATS is the value to use for `ibuffer-formats'.
14295 14300
14296;;;*** 14301;;;***
14297 14302
14298;;;### (autoloads nil "icalendar" "calendar/icalendar.el" (21187 14303;;;### (autoloads nil "icalendar" "calendar/icalendar.el" (21466
14299;;;;;; 63826 213216 0)) 14304;;;;;; 6053 9002 0))
14300;;; Generated autoloads from calendar/icalendar.el 14305;;; Generated autoloads from calendar/icalendar.el
14301(push (purecopy '(icalendar 0 19)) package--builtin-versions) 14306(push (purecopy '(icalendar 0 19)) package--builtin-versions)
14302 14307
@@ -14426,8 +14431,8 @@ with no args, if that value is non-nil.
14426 14431
14427;;;*** 14432;;;***
14428 14433
14429;;;### (autoloads nil "idlw-shell" "progmodes/idlw-shell.el" (21419 14434;;;### (autoloads nil "idlw-shell" "progmodes/idlw-shell.el" (21429
14430;;;;;; 62246 751914 0)) 14435;;;;;; 11690 49391 0))
14431;;; Generated autoloads from progmodes/idlw-shell.el 14436;;; Generated autoloads from progmodes/idlw-shell.el
14432 14437
14433(autoload 'idlwave-shell "idlw-shell" "\ 14438(autoload 'idlwave-shell "idlw-shell" "\
@@ -14452,8 +14457,8 @@ See also the variable `idlwave-shell-prompt-pattern'.
14452 14457
14453;;;*** 14458;;;***
14454 14459
14455;;;### (autoloads nil "idlwave" "progmodes/idlwave.el" (21339 34726 14460;;;### (autoloads nil "idlwave" "progmodes/idlwave.el" (21429 11690
14456;;;;;; 39547 0)) 14461;;;;;; 49391 0))
14457;;; Generated autoloads from progmodes/idlwave.el 14462;;; Generated autoloads from progmodes/idlwave.el
14458(push (purecopy '(idlwave 6 1 22)) package--builtin-versions) 14463(push (purecopy '(idlwave 6 1 22)) package--builtin-versions)
14459 14464
@@ -14566,7 +14571,8 @@ The main features of this mode are
14566 Info documentation for this package is available. Use 14571 Info documentation for this package is available. Use
14567 \\[idlwave-info] to display (complain to your sysadmin if that does 14572 \\[idlwave-info] to display (complain to your sysadmin if that does
14568 not work). For Postscript, PDF, and HTML versions of the 14573 not work). For Postscript, PDF, and HTML versions of the
14569 documentation, check IDLWAVE's homepage at URL `http://idlwave.org'. 14574 documentation, check IDLWAVE's homepage at URL
14575 `http://github.com/jdtsmith/idlwave'.
14570 IDLWAVE has customize support - see the group `idlwave'. 14576 IDLWAVE has customize support - see the group `idlwave'.
14571 14577
1457210.Keybindings 1457810.Keybindings
@@ -15482,8 +15488,8 @@ Convert old Emacs Devanagari characters to UCS.
15482 15488
15483;;;*** 15489;;;***
15484 15490
15485;;;### (autoloads nil "inf-lisp" "progmodes/inf-lisp.el" (21187 63826 15491;;;### (autoloads nil "inf-lisp" "progmodes/inf-lisp.el" (21437 5802
15486;;;;;; 213216 0)) 15492;;;;;; 125919 0))
15487;;; Generated autoloads from progmodes/inf-lisp.el 15493;;; Generated autoloads from progmodes/inf-lisp.el
15488 15494
15489(autoload 'inferior-lisp "inf-lisp" "\ 15495(autoload 'inferior-lisp "inf-lisp" "\
@@ -16817,7 +16823,7 @@ generations (this defaults to 1).
16817 16823
16818;;;*** 16824;;;***
16819 16825
16820;;;### (autoloads nil "linum" "linum.el" (21240 46395 727291 0)) 16826;;;### (autoloads nil "linum" "linum.el" (21437 5802 125919 0))
16821;;; Generated autoloads from linum.el 16827;;; Generated autoloads from linum.el
16822(push (purecopy '(linum 0 9 24)) package--builtin-versions) 16828(push (purecopy '(linum 0 9 24)) package--builtin-versions)
16823 16829
@@ -16938,7 +16944,7 @@ except that FILTER is not optional.
16938 16944
16939;;;*** 16945;;;***
16940 16946
16941;;;### (autoloads nil "log-edit" "vc/log-edit.el" (21239 25528 651427 16947;;;### (autoloads nil "log-edit" "vc/log-edit.el" (21442 23723 6983
16942;;;;;; 0)) 16948;;;;;; 0))
16943;;; Generated autoloads from vc/log-edit.el 16949;;; Generated autoloads from vc/log-edit.el
16944 16950
@@ -17586,19 +17592,21 @@ Previous contents of that buffer are killed first.
17586 17592
17587;;;*** 17593;;;***
17588 17594
17589;;;### (autoloads nil "man" "man.el" (21356 43818 957743 0)) 17595;;;### (autoloads nil "man" "man.el" (21427 56357 771874 0))
17590;;; Generated autoloads from man.el 17596;;; Generated autoloads from man.el
17591 17597
17592(defalias 'manual-entry 'man) 17598(defalias 'manual-entry 'man)
17593 17599
17594(autoload 'man "man" "\ 17600(autoload 'man "man" "\
17595Get a Un*x manual page and put it in a buffer. 17601Get a Un*x manual page and put it in a buffer.
17596This command is the top-level command in the man package. It 17602This command is the top-level command in the man package.
17597runs a Un*x command to retrieve and clean a manpage in the 17603It runs a Un*x command to retrieve and clean a manpage in the
17598background and places the results in a `Man-mode' browsing 17604background and places the results in a `Man-mode' browsing
17599buffer. See variable `Man-notify-method' for what happens when 17605buffer. The variable `Man-width' defines the number of columns in
17600the buffer is ready. If a buffer already exists for this man 17606formatted manual pages. The buffer is displayed immediately.
17601page, it will display immediately. 17607The variable `Man-notify-method' defines how the buffer is displayed.
17608If a buffer already exists for this man page, it will be displayed
17609without running the man command.
17602 17610
17603For a manpage from a particular section, use either of the 17611For a manpage from a particular section, use either of the
17604following. \"cat(1)\" is how cross-references appear and is 17612following. \"cat(1)\" is how cross-references appear and is
@@ -19355,8 +19363,8 @@ the variable `nxml-enabled-unicode-blocks'.
19355 19363
19356;;;*** 19364;;;***
19357 19365
19358;;;### (autoloads nil "octave" "progmodes/octave.el" (21322 25639 19366;;;### (autoloads nil "octave" "progmodes/octave.el" (21437 5802
19359;;;;;; 363230 0)) 19367;;;;;; 125919 0))
19360;;; Generated autoloads from progmodes/octave.el 19368;;; Generated autoloads from progmodes/octave.el
19361 19369
19362(autoload 'octave-mode "octave" "\ 19370(autoload 'octave-mode "octave" "\
@@ -20246,8 +20254,8 @@ unknown are returned as nil.
20246 20254
20247;;;*** 20255;;;***
20248 20256
20249;;;### (autoloads nil "pascal" "progmodes/pascal.el" (21319 49445 20257;;;### (autoloads nil "pascal" "progmodes/pascal.el" (21429 11690
20250;;;;;; 508378 0)) 20258;;;;;; 49391 0))
20251;;; Generated autoloads from progmodes/pascal.el 20259;;; Generated autoloads from progmodes/pascal.el
20252 20260
20253(autoload 'pascal-mode "pascal" "\ 20261(autoload 'pascal-mode "pascal" "\
@@ -20674,8 +20682,8 @@ Global menu used by PCL-CVS.")
20674 20682
20675;;;*** 20683;;;***
20676 20684
20677;;;### (autoloads nil "perl-mode" "progmodes/perl-mode.el" (21339 20685;;;### (autoloads nil "perl-mode" "progmodes/perl-mode.el" (21437
20678;;;;;; 34726 39547 0)) 20686;;;;;; 5802 125919 0))
20679;;; Generated autoloads from progmodes/perl-mode.el 20687;;; Generated autoloads from progmodes/perl-mode.el
20680(put 'perl-indent-level 'safe-local-variable 'integerp) 20688(put 'perl-indent-level 'safe-local-variable 'integerp)
20681(put 'perl-continued-statement-offset 'safe-local-variable 'integerp) 20689(put 'perl-continued-statement-offset 'safe-local-variable 'integerp)
@@ -20872,7 +20880,7 @@ Use streaming commands.
20872 20880
20873;;;*** 20881;;;***
20874 20882
20875;;;### (autoloads nil "pp" "emacs-lisp/pp.el" (21187 63826 213216 20883;;;### (autoloads nil "pp" "emacs-lisp/pp.el" (21429 11690 49391
20876;;;;;; 0)) 20884;;;;;; 0))
20877;;; Generated autoloads from emacs-lisp/pp.el 20885;;; Generated autoloads from emacs-lisp/pp.el
20878 20886
@@ -21559,8 +21567,8 @@ Open profile FILENAME.
21559 21567
21560;;;*** 21568;;;***
21561 21569
21562;;;### (autoloads nil "prolog" "progmodes/prolog.el" (21383 2343 21570;;;### (autoloads nil "prolog" "progmodes/prolog.el" (21462 9001
21563;;;;;; 498187 0)) 21571;;;;;; 456449 0))
21564;;; Generated autoloads from progmodes/prolog.el 21572;;; Generated autoloads from progmodes/prolog.el
21565 21573
21566(autoload 'prolog-mode "prolog" "\ 21574(autoload 'prolog-mode "prolog" "\
@@ -21856,10 +21864,10 @@ If EXTENSION is any other symbol, it is ignored.
21856 21864
21857;;;*** 21865;;;***
21858 21866
21859;;;### (autoloads nil "python" "progmodes/python.el" (21414 44327 21867;;;### (autoloads nil "python" "progmodes/python.el" (21467 26920
21860;;;;;; 790846 0)) 21868;;;;;; 243336 0))
21861;;; Generated autoloads from progmodes/python.el 21869;;; Generated autoloads from progmodes/python.el
21862(push (purecopy '(python 0 24 2)) package--builtin-versions) 21870(push (purecopy '(python 0 24 4)) package--builtin-versions)
21863 21871
21864(add-to-list 'auto-mode-alist (cons (purecopy "\\.py\\'") 'python-mode)) 21872(add-to-list 'auto-mode-alist (cons (purecopy "\\.py\\'") 'python-mode))
21865 21873
@@ -22241,7 +22249,7 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'.
22241 22249
22242;;;*** 22250;;;***
22243 22251
22244;;;### (autoloads nil "rcirc" "net/rcirc.el" (21425 14635 268306 22252;;;### (autoloads nil "rcirc" "net/rcirc.el" (21452 59559 901066
22245;;;;;; 0)) 22253;;;;;; 0))
22246;;; Generated autoloads from net/rcirc.el 22254;;; Generated autoloads from net/rcirc.el
22247 22255
@@ -22326,7 +22334,7 @@ were operated on recently.
22326 22334
22327;;;*** 22335;;;***
22328 22336
22329;;;### (autoloads nil "rect" "rect.el" (21409 26408 607647 0)) 22337;;;### (autoloads nil "rect" "rect.el" (21450 17830 135996 0))
22330;;; Generated autoloads from rect.el 22338;;; Generated autoloads from rect.el
22331 22339
22332(autoload 'delete-rectangle "rect" "\ 22340(autoload 'delete-rectangle "rect" "\
@@ -23269,8 +23277,8 @@ for modes derived from Text mode, like Mail mode.
23269 23277
23270;;;*** 23278;;;***
23271 23279
23272;;;### (autoloads nil "ruby-mode" "progmodes/ruby-mode.el" (21414 23280;;;### (autoloads nil "ruby-mode" "progmodes/ruby-mode.el" (21437
23273;;;;;; 44327 790846 0)) 23281;;;;;; 5802 125919 0))
23274;;; Generated autoloads from progmodes/ruby-mode.el 23282;;; Generated autoloads from progmodes/ruby-mode.el
23275(push (purecopy '(ruby-mode 1 2)) package--builtin-versions) 23283(push (purecopy '(ruby-mode 1 2)) package--builtin-versions)
23276 23284
@@ -24125,7 +24133,7 @@ Like `mail' command, but display mail buffer in another frame.
24125 24133
24126;;;*** 24134;;;***
24127 24135
24128;;;### (autoloads nil "server" "server.el" (21351 25893 518259 0)) 24136;;;### (autoloads nil "server" "server.el" (21437 5802 125919 0))
24129;;; Generated autoloads from server.el 24137;;; Generated autoloads from server.el
24130 24138
24131(put 'server-host 'risky-local-variable t) 24139(put 'server-host 'risky-local-variable t)
@@ -24192,7 +24200,7 @@ only these files will be asked to be saved.
24192 24200
24193;;;*** 24201;;;***
24194 24202
24195;;;### (autoloads nil "ses" "ses.el" (21405 29360 677747 0)) 24203;;;### (autoloads nil "ses" "ses.el" (21454 14892 338155 0))
24196;;; Generated autoloads from ses.el 24204;;; Generated autoloads from ses.el
24197 24205
24198(autoload 'ses-mode "ses" "\ 24206(autoload 'ses-mode "ses" "\
@@ -24302,8 +24310,8 @@ To work around that, do:
24302 24310
24303;;;*** 24311;;;***
24304 24312
24305;;;### (autoloads nil "sh-script" "progmodes/sh-script.el" (21419 24313;;;### (autoloads nil "sh-script" "progmodes/sh-script.el" (21452
24306;;;;;; 62246 751914 0)) 24314;;;;;; 59559 901066 0))
24307;;; Generated autoloads from progmodes/sh-script.el 24315;;; Generated autoloads from progmodes/sh-script.el
24308(push (purecopy '(sh-script 2 0 6)) package--builtin-versions) 24316(push (purecopy '(sh-script 2 0 6)) package--builtin-versions)
24309(put 'sh-shell 'safe-local-variable 'symbolp) 24317(put 'sh-shell 'safe-local-variable 'symbolp)
@@ -26743,7 +26751,7 @@ Normally input is edited in Emacs and sent a line at a time.
26743 26751
26744;;;*** 26752;;;***
26745 26753
26746;;;### (autoloads nil "term" "term.el" (21414 44327 790846 0)) 26754;;;### (autoloads nil "term" "term.el" (21437 5802 125919 0))
26747;;; Generated autoloads from term.el 26755;;; Generated autoloads from term.el
26748 26756
26749(autoload 'make-term "term" "\ 26757(autoload 'make-term "term" "\
@@ -26822,8 +26830,8 @@ tetris-mode keybindings:
26822 26830
26823;;;*** 26831;;;***
26824 26832
26825;;;### (autoloads nil "tex-mode" "textmodes/tex-mode.el" (21240 46395 26833;;;### (autoloads nil "tex-mode" "textmodes/tex-mode.el" (21462 9001
26826;;;;;; 727291 0)) 26834;;;;;; 456449 0))
26827;;; Generated autoloads from textmodes/tex-mode.el 26835;;; Generated autoloads from textmodes/tex-mode.el
26828 26836
26829(defvar tex-shell-file-name nil "\ 26837(defvar tex-shell-file-name nil "\
@@ -27874,8 +27882,8 @@ Its value should be an event that has a binding in MENU.
27874 27882
27875;;;*** 27883;;;***
27876 27884
27877;;;### (autoloads nil "todo-mode" "calendar/todo-mode.el" (21423 27885;;;### (autoloads nil "todo-mode" "calendar/todo-mode.el" (21462
27878;;;;;; 59302 489365 0)) 27886;;;;;; 9001 456449 0))
27879;;; Generated autoloads from calendar/todo-mode.el 27887;;; Generated autoloads from calendar/todo-mode.el
27880 27888
27881(autoload 'todo-show "todo-mode" "\ 27889(autoload 'todo-show "todo-mode" "\
@@ -28073,8 +28081,7 @@ the output buffer or changing the window configuration.
28073 28081
28074;;;*** 28082;;;***
28075 28083
28076;;;### (autoloads nil "tramp" "net/tramp.el" (21406 50214 284651 28084;;;### (autoloads nil "tramp" "net/tramp.el" (21429 11690 49391 0))
28077;;;;;; 0))
28078;;; Generated autoloads from net/tramp.el 28085;;; Generated autoloads from net/tramp.el
28079 28086
28080(defvar tramp-mode t "\ 28087(defvar tramp-mode t "\
@@ -29579,8 +29586,8 @@ Return the branch part of a revision number REV.
29579 29586
29580;;;*** 29587;;;***
29581 29588
29582;;;### (autoloads nil "vc-annotate" "vc/vc-annotate.el" (21240 46395 29589;;;### (autoloads nil "vc-annotate" "vc/vc-annotate.el" (21435 50471
29583;;;;;; 727291 0)) 29590;;;;;; 547961 0))
29584;;; Generated autoloads from vc/vc-annotate.el 29591;;; Generated autoloads from vc/vc-annotate.el
29585 29592
29586(autoload 'vc-annotate "vc-annotate" "\ 29593(autoload 'vc-annotate "vc-annotate" "\
@@ -29612,6 +29619,8 @@ Customization variables:
29612mode-specific menu. `vc-annotate-color-map' and 29619mode-specific menu. `vc-annotate-color-map' and
29613`vc-annotate-very-old-color' define the mapping of time to colors. 29620`vc-annotate-very-old-color' define the mapping of time to colors.
29614`vc-annotate-background' specifies the background color. 29621`vc-annotate-background' specifies the background color.
29622`vc-annotate-background-mode' specifies whether the color map
29623should be applied to the background or to the foreground.
29615 29624
29616\(fn FILE REV &optional DISPLAY-MODE BUF MOVE-POINT-TO VC-BK)" t nil) 29625\(fn FILE REV &optional DISPLAY-MODE BUF MOVE-POINT-TO VC-BK)" t nil)
29617 29626
@@ -29628,7 +29637,7 @@ mode-specific menu. `vc-annotate-color-map' and
29628 29637
29629;;;*** 29638;;;***
29630 29639
29631;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (21240 46395 727291 29640;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (21452 59559 901066
29632;;;;;; 0)) 29641;;;;;; 0))
29633;;; Generated autoloads from vc/vc-bzr.el 29642;;; Generated autoloads from vc/vc-bzr.el
29634 29643
@@ -29682,8 +29691,8 @@ These are the commands available for use in the file status buffer:
29682 29691
29683;;;*** 29692;;;***
29684 29693
29685;;;### (autoloads nil "vc-dispatcher" "vc/vc-dispatcher.el" (21187 29694;;;### (autoloads nil "vc-dispatcher" "vc/vc-dispatcher.el" (21446
29686;;;;;; 63826 213216 0)) 29695;;;;;; 45134 152348 0))
29687;;; Generated autoloads from vc/vc-dispatcher.el 29696;;; Generated autoloads from vc/vc-dispatcher.el
29688 29697
29689(autoload 'vc-do-command "vc-dispatcher" "\ 29698(autoload 'vc-do-command "vc-dispatcher" "\
@@ -29706,7 +29715,7 @@ case, and the process object in the asynchronous case.
29706 29715
29707;;;*** 29716;;;***
29708 29717
29709;;;### (autoloads nil "vc-git" "vc/vc-git.el" (21274 64565 737222 29718;;;### (autoloads nil "vc-git" "vc/vc-git.el" (21429 11690 49391
29710;;;;;; 0)) 29719;;;;;; 0))
29711;;; Generated autoloads from vc/vc-git.el 29720;;; Generated autoloads from vc/vc-git.el
29712 (defun vc-git-registered (file) 29721 (defun vc-git-registered (file)
@@ -30592,7 +30601,7 @@ Convert Vietnamese characters of the current buffer to `VIQR' mnemonics.
30592 30601
30593;;;*** 30602;;;***
30594 30603
30595;;;### (autoloads nil "view" "view.el" (21187 63826 213216 0)) 30604;;;### (autoloads nil "view" "view.el" (21452 59559 901066 0))
30596;;; Generated autoloads from view.el 30605;;; Generated autoloads from view.el
30597 30606
30598(defvar view-remove-frame-by-deleting t "\ 30607(defvar view-remove-frame-by-deleting t "\
@@ -30848,7 +30857,7 @@ Exit View mode and make the current buffer editable.
30848 30857
30849;;;*** 30858;;;***
30850 30859
30851;;;### (autoloads nil "viper" "emulation/viper.el" (21222 16439 978802 30860;;;### (autoloads nil "viper" "emulation/viper.el" (21429 11690 49391
30852;;;;;; 0)) 30861;;;;;; 0))
30853;;; Generated autoloads from emulation/viper.el 30862;;; Generated autoloads from emulation/viper.el
30854(push (purecopy '(viper 3 14 1)) package--builtin-versions) 30863(push (purecopy '(viper 3 14 1)) package--builtin-versions)
@@ -31660,7 +31669,7 @@ If LIMIT is non-nil, then do not consider characters beyond LIMIT.
31660 31669
31661;;;*** 31670;;;***
31662 31671
31663;;;### (autoloads nil "xt-mouse" "xt-mouse.el" (21414 44327 790846 31672;;;### (autoloads nil "xt-mouse" "xt-mouse.el" (21451 38694 880517
31664;;;;;; 0)) 31673;;;;;; 0))
31665;;; Generated autoloads from xt-mouse.el 31674;;; Generated autoloads from xt-mouse.el
31666 31675
@@ -31938,8 +31947,8 @@ Zone out, completely.
31938;;;;;; "vc/ediff-ptch.el" "vc/ediff-vers.el" "vc/ediff-wind.el" 31947;;;;;; "vc/ediff-ptch.el" "vc/ediff-vers.el" "vc/ediff-wind.el"
31939;;;;;; "vc/pcvs-info.el" "vc/pcvs-parse.el" "vc/pcvs-util.el" "vc/vc-dav.el" 31948;;;;;; "vc/pcvs-info.el" "vc/pcvs-parse.el" "vc/pcvs-util.el" "vc/vc-dav.el"
31940;;;;;; "vcursor.el" "vt-control.el" "vt100-led.el" "w32-common-fns.el" 31949;;;;;; "vcursor.el" "vt-control.el" "vt100-led.el" "w32-common-fns.el"
31941;;;;;; "w32-fns.el" "w32-vars.el" "x-dnd.el") (21426 35556 729434 31950;;;;;; "w32-fns.el" "w32-vars.el" "x-dnd.el") (21467 27179 976956
31942;;;;;; 927000)) 31951;;;;;; 799000))
31943 31952
31944;;;*** 31953;;;***
31945 31954