aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-06-18 02:52:49 +0000
committerGlenn Morris2008-06-18 02:52:49 +0000
commitdeb45e84166ba9c6cdc1dbb6d98cfbb1e9b1ca12 (patch)
treea0ac94db46e1a262798da321d764a34ac83a2ff2
parent2530ae2a8afd69a1b17c472f1122512e736fdbab (diff)
downloademacs-deb45e84166ba9c6cdc1dbb6d98cfbb1e9b1ca12.tar.gz
emacs-deb45e84166ba9c6cdc1dbb6d98cfbb1e9b1ca12.zip
Regenerate.
-rw-r--r--lisp/ldefs-boot.el230
1 files changed, 192 insertions, 38 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 98d2bc3c38b..8dde8f3614e 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -2825,8 +2825,8 @@ See the documentation for `calculator-mode' for more information.
2825 2825
2826;;;*** 2826;;;***
2827 2827
2828;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (18463 2828;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (18520
2829;;;;;; 52127)) 2829;;;;;; 10253))
2830;;; Generated autoloads from calendar/calendar.el 2830;;; Generated autoloads from calendar/calendar.el
2831 2831
2832(autoload 'calendar "calendar" "\ 2832(autoload 'calendar "calendar" "\
@@ -5872,7 +5872,7 @@ Deuglify broken Outlook (Express) articles and redisplay.
5872;;;*** 5872;;;***
5873 5873
5874;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" 5874;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib"
5875;;;;;; "calendar/diary-lib.el" (18511 16129)) 5875;;;;;; "calendar/diary-lib.el" (18520 10254))
5876;;; Generated autoloads from calendar/diary-lib.el 5876;;; Generated autoloads from calendar/diary-lib.el
5877 5877
5878(autoload 'diary "diary-lib" "\ 5878(autoload 'diary "diary-lib" "\
@@ -10280,9 +10280,9 @@ with no args, if that value is non-nil.
10280 10280
10281;;;*** 10281;;;***
10282 10282
10283;;;### (autoloads (variable-pitch-mode text-scale-adjust text-scale-decrease 10283;;;### (autoloads (variable-pitch-mode buffer-face-toggle buffer-face-set
10284;;;;;; text-scale-increase) "face-remap" "face-remap.el" (18503 10284;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase)
10285;;;;;; 49202)) 10285;;;;;; "face-remap" "face-remap.el" (18519 64211))
10286;;; Generated autoloads from face-remap.el 10286;;; Generated autoloads from face-remap.el
10287 10287
10288(autoload 'text-scale-increase "face-remap" "\ 10288(autoload 'text-scale-increase "face-remap" "\
@@ -10333,10 +10333,37 @@ a top-level keymap, `text-scale-increase' or
10333 10333
10334\(fn &optional INC)" t nil) 10334\(fn &optional INC)" t nil)
10335 10335
10336(autoload 'buffer-face-mode "face-remap" "\
10337Minor mode for a buffer-specific default face.
10338When enabled, the face specified by the variable
10339`buffer-face-mode-face' is used to display the buffer text.
10340
10341\(fn &optional ARG)" t nil)
10342
10343(autoload 'buffer-face-set "face-remap" "\
10344Enable `buffer-face-mode', using the face FACE.
10345If FACE is nil, then `buffer-face-mode' is disabled. This
10346function will make the variable `buffer-face-mode-face' buffer
10347local, and set it to FACE.
10348
10349\(fn FACE)" t nil)
10350
10351(autoload 'buffer-face-toggle "face-remap" "\
10352Toggle `buffer-face-mode', using the face FACE.
10353
10354If `buffer-face-mode' is already enabled, and is currently using
10355the face FACE, then it is disabled; if buffer-face-mode is
10356disabled, or is enabled and currently displaying some other face,
10357then is left enabled, but the face changed to FACE. This
10358function will make the variable `buffer-face-mode-face' buffer
10359local, and set it to FACE.
10360
10361\(fn FACE)" t nil)
10362
10336(autoload 'variable-pitch-mode "face-remap" "\ 10363(autoload 'variable-pitch-mode "face-remap" "\
10337Variable-pitch default-face mode. 10364Variable-pitch default-face mode.
10338When active, causes the buffer text to be displayed using 10365An interface to `buffer-face-mode' which uses the `variable-pitch' face.
10339the `variable-pitch' face. 10366Besides the choice of face, it is the same as `buffer-face-mode'.
10340 10367
10341\(fn &optional ARG)" t nil) 10368\(fn &optional ARG)" t nil)
10342 10369
@@ -11296,7 +11323,7 @@ and choose the directory as the fortune-file.
11296;;;*** 11323;;;***
11297 11324
11298;;;### (autoloads (gdb-enable-debug gdb) "gdb-ui" "progmodes/gdb-ui.el" 11325;;;### (autoloads (gdb-enable-debug gdb) "gdb-ui" "progmodes/gdb-ui.el"
11299;;;;;; (18518 42900)) 11326;;;;;; (18520 21843))
11300;;; Generated autoloads from progmodes/gdb-ui.el 11327;;; Generated autoloads from progmodes/gdb-ui.el
11301 11328
11302(autoload 'gdb "gdb-ui" "\ 11329(autoload 'gdb "gdb-ui" "\
@@ -11337,10 +11364,8 @@ detailed description of this mode.
11337| Stack buffer | Breakpoints/threads buffer | 11364| Stack buffer | Breakpoints/threads buffer |
11338+-----------------------------------+----------------------------------+ 11365+-----------------------------------+----------------------------------+
11339 11366
11340To run GDB in text command mode, replace the GDB \"--annotate=3\" 11367The option \"--annotate=3\" must be included in this value. To
11341option with \"--fullname\" either in the minibuffer for the 11368run GDB in text command mode, use `gud-gdb'. You need to use
11342current Emacs session, or the custom variable
11343`gud-gdb-command-name' for all future sessions. You need to use
11344text command mode to debug multiple programs within one Emacs 11369text command mode to debug multiple programs within one Emacs
11345session. 11370session.
11346 11371
@@ -13544,7 +13569,7 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and
13544;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays 13569;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays
13545;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays 13570;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays
13546;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays" 13571;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays"
13547;;;;;; "calendar/holidays.el" (18463 52127)) 13572;;;;;; "calendar/holidays.el" (18520 27527))
13548;;; Generated autoloads from calendar/holidays.el 13573;;; Generated autoloads from calendar/holidays.el
13549 13574
13550(defvar holiday-general-holidays '((holiday-fixed 1 1 "New Year's Day") (holiday-float 1 1 3 "Martin Luther King Day") (holiday-fixed 2 2 "Groundhog Day") (holiday-fixed 2 14 "Valentine's Day") (holiday-float 2 1 3 "President's Day") (holiday-fixed 3 17 "St. Patrick's Day") (holiday-fixed 4 1 "April Fools' Day") (holiday-float 5 0 2 "Mother's Day") (holiday-float 5 1 -1 "Memorial Day") (holiday-fixed 6 14 "Flag Day") (holiday-float 6 0 3 "Father's Day") (holiday-fixed 7 4 "Independence Day") (holiday-float 9 1 1 "Labor Day") (holiday-float 10 1 2 "Columbus Day") (holiday-fixed 10 31 "Halloween") (holiday-fixed 11 11 "Veteran's Day") (holiday-float 11 4 4 "Thanksgiving")) "\ 13575(defvar holiday-general-holidays '((holiday-fixed 1 1 "New Year's Day") (holiday-float 1 1 3 "Martin Luther King Day") (holiday-fixed 2 2 "Groundhog Day") (holiday-fixed 2 14 "Valentine's Day") (holiday-float 2 1 3 "President's Day") (holiday-fixed 3 17 "St. Patrick's Day") (holiday-fixed 4 1 "April Fools' Day") (holiday-float 5 0 2 "Mother's Day") (holiday-float 5 1 -1 "Memorial Day") (holiday-fixed 6 14 "Flag Day") (holiday-float 6 0 3 "Father's Day") (holiday-fixed 7 4 "Independence Day") (holiday-float 9 1 1 "Labor Day") (holiday-float 10 1 2 "Columbus Day") (holiday-fixed 10 31 "Halloween") (holiday-fixed 11 11 "Veteran's Day") (holiday-float 11 4 4 "Thanksgiving")) "\
@@ -19399,11 +19424,11 @@ including a reproducible test case and send the message.
19399 19424
19400;;;*** 19425;;;***
19401 19426
19402;;;### (autoloads (org-cycle-agenda-files org-iswitchb org-open-link-from-string 19427;;;### (autoloads (org-customize org-require-autoloaded-modules org-cycle-agenda-files
19403;;;;;; org-open-at-point-global org-insert-link-global org-store-link 19428;;;;;; org-iswitchb org-map-entries org-open-link-from-string org-open-at-point-global
19404;;;;;; org-run-like-in-org-mode turn-on-orgstruct++ turn-on-orgstruct 19429;;;;;; org-insert-link-global org-store-link org-run-like-in-org-mode
19405;;;;;; orgstruct-mode org-global-cycle org-cycle org-mode) "org" 19430;;;;;; turn-on-orgstruct++ turn-on-orgstruct orgstruct-mode org-global-cycle
19406;;;;;; "org/org.el" (18472 7294)) 19431;;;;;; org-cycle org-mode) "org" "org/org.el" (18520 1426))
19407;;; Generated autoloads from org/org.el 19432;;; Generated autoloads from org/org.el
19408 19433
19409(autoload 'org-mode "org" "\ 19434(autoload 'org-mode "org" "\
@@ -19435,6 +19460,9 @@ Visibility cycling for Org-mode.
19435 1. OVERVIEW: Show only top-level headlines. 19460 1. OVERVIEW: Show only top-level headlines.
19436 2. CONTENTS: Show all headlines of all levels, but no body text. 19461 2. CONTENTS: Show all headlines of all levels, but no body text.
19437 3. SHOW ALL: Show everything. 19462 3. SHOW ALL: Show everything.
19463 When called with two C-c C-u prefixes, switch to the startup visibility,
19464 determined by the variable `org-startup-folded', and by any VISIBILITY
19465 properties in the buffer.
19438 19466
19439- When point is at the beginning of a headline, rotate the subtree started 19467- When point is at the beginning of a headline, rotate the subtree started
19440 by this line through 3 different states (local cycling) 19468 by this line through 3 different states (local cycling)
@@ -19448,8 +19476,8 @@ Visibility cycling for Org-mode.
19448 a `show-subtree' and return to the previous cursor position. If ARG 19476 a `show-subtree' and return to the previous cursor position. If ARG
19449 is negative, go up that many levels. 19477 is negative, go up that many levels.
19450 19478
19451- When point is not at the beginning of a headline, execute 19479- When point is not at the beginning of a headline, execute the global
19452 `indent-relative', like TAB normally does. See the option 19480 binding for TAB, which is re-indenting the line. See the option
19453 `org-cycle-emulate-tab' for details. 19481 `org-cycle-emulate-tab' for details.
19454 19482
19455- Special case: if point is at the beginning of the buffer and there is 19483- Special case: if point is at the beginning of the buffer and there is
@@ -19460,6 +19488,8 @@ Visibility cycling for Org-mode.
19460 19488
19461(autoload 'org-global-cycle "org" "\ 19489(autoload 'org-global-cycle "org" "\
19462Cycle the global visibility. For details see `org-cycle'. 19490Cycle the global visibility. For details see `org-cycle'.
19491With C-u prefix arg, switch to startup visibility.
19492With a numeric prefix, show all headlines up to that level.
19463 19493
19464\(fn &optional ARG)" t nil) 19494\(fn &optional ARG)" t nil)
19465 19495
@@ -19535,6 +19565,45 @@ Open a link in the string S, as if it was in Org-mode.
19535 19565
19536\(fn S &optional ARG)" t nil) 19566\(fn S &optional ARG)" t nil)
19537 19567
19568(autoload 'org-map-entries "org" "\
19569Call FUNC at each headline selected by MATCH in SCOPE.
19570
19571FUNC is a function or a lisp form. The function will be called without
19572arguments, with the cursor positioned at the beginning of the headline.
19573The return values of all calls to the function will be collected and
19574returned as a list.
19575
19576MATCH is a tags/property/todo match as it is used in the agenda tags view.
19577Only headlines that are matched by this query will be considered during
19578the iteration. When MATCH is nil or t, all headlines will be
19579visited by the iteration.
19580
19581SCOPE determines the scope of this command. It can be any of:
19582
19583nil The current buffer, respecting the restriction if any
19584tree The subtree started with the entry at point
19585file The current buffer, without restriction
19586file-with-archives
19587 The current buffer, and any archives associated with it
19588agenda All agenda files
19589agenda-with-archives
19590 All agenda files with any archive files associated with them
19591\(file1 file2 ...)
19592 If this is a list, all files in the list will be scanned
19593
19594The remaining args are treated as settings for the skipping facilities of
19595the scanner. The following items can be given here:
19596
19597 archive skip trees with the archive tag.
19598 comment skip trees with the COMMENT keyword
19599 function or Emacs Lisp form:
19600 will be used as value for `org-agenda-skip-function', so whenever
19601 the the function returns t, FUNC will not be called for that
19602 entry and search will continue from the point where the
19603 function leaves it.
19604
19605\(fn FUNC &optional MATCH SCOPE &rest SKIP)" nil nil)
19606
19538(autoload 'org-iswitchb "org" "\ 19607(autoload 'org-iswitchb "org" "\
19539Use `iswitchb-read-buffer' to prompt for an Org buffer to switch to. 19608Use `iswitchb-read-buffer' to prompt for an Org buffer to switch to.
19540With a prefix argument, restrict available to files. 19609With a prefix argument, restrict available to files.
@@ -19552,13 +19621,23 @@ If the current buffer does not, find the first agenda file.
19552 19621
19553\(fn)" t nil) 19622\(fn)" t nil)
19554 19623
19624(autoload 'org-require-autoloaded-modules "org" "\
19625Not documented
19626
19627\(fn)" t nil)
19628
19629(autoload 'org-customize "org" "\
19630Call the customize function with org as argument.
19631
19632\(fn)" t nil)
19633
19555;;;*** 19634;;;***
19556 19635
19557;;;### (autoloads (org-agenda-to-appt org-calendar-goto-agenda org-diary 19636;;;### (autoloads (org-agenda-to-appt org-calendar-goto-agenda org-diary
19558;;;;;; org-agenda-list-stuck-projects org-tags-view org-todo-list 19637;;;;;; org-agenda-list-stuck-projects org-tags-view org-todo-list
19559;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views 19638;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views
19560;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda 19639;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda
19561;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (18495 28159)) 19640;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (18519 64213))
19562;;; Generated autoloads from org/org-agenda.el 19641;;; Generated autoloads from org/org-agenda.el
19563 19642
19564(autoload 'org-agenda "org-agenda" "\ 19643(autoload 'org-agenda "org-agenda" "\
@@ -19797,7 +19876,7 @@ belonging to the \"Work\" category.
19797;;;*** 19876;;;***
19798 19877
19799;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el" 19878;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el"
19800;;;;;; (18467 53782)) 19879;;;;;; (18519 64213))
19801;;; Generated autoloads from org/org-bbdb.el 19880;;; Generated autoloads from org/org-bbdb.el
19802 19881
19803(autoload 'org-bbdb-anniversaries "org-bbdb" "\ 19882(autoload 'org-bbdb-anniversaries "org-bbdb" "\
@@ -19808,7 +19887,7 @@ Extract anniversaries from BBDB for display in the agenda.
19808;;;*** 19887;;;***
19809 19888
19810;;;### (autoloads (org-get-clocktable) "org-clock" "org/org-clock.el" 19889;;;### (autoloads (org-get-clocktable) "org-clock" "org/org-clock.el"
19811;;;;;; (18464 4596)) 19890;;;;;; (18519 64213))
19812;;; Generated autoloads from org/org-clock.el 19891;;; Generated autoloads from org/org-clock.el
19813 19892
19814(autoload 'org-get-clocktable "org-clock" "\ 19893(autoload 'org-get-clocktable "org-clock" "\
@@ -19822,10 +19901,11 @@ fontified, and then returned.
19822 19901
19823;;;### (autoloads (org-export-as-xoxo org-export-icalendar-combine-agenda-files 19902;;;### (autoloads (org-export-as-xoxo org-export-icalendar-combine-agenda-files
19824;;;;;; org-export-icalendar-all-agenda-files org-export-icalendar-this-file 19903;;;;;; org-export-icalendar-all-agenda-files org-export-icalendar-this-file
19825;;;;;; org-export-as-html org-export-region-as-html org-replace-region-by-html 19904;;;;;; org-export-htmlize-generate-css org-export-as-html org-export-region-as-html
19826;;;;;; org-export-as-html-to-buffer org-export-as-html-batch org-export-as-html-and-open 19905;;;;;; org-replace-region-by-html org-export-as-html-to-buffer org-export-as-html-batch
19827;;;;;; org-insert-export-options-template org-export-visible org-export-as-ascii 19906;;;;;; org-export-as-html-and-open org-insert-export-options-template
19828;;;;;; org-export) "org-exp" "org/org-exp.el" (18475 44751)) 19907;;;;;; org-export-visible org-export-as-ascii org-export) "org-exp"
19908;;;;;; "org/org-exp.el" (18519 64213))
19829;;; Generated autoloads from org/org-exp.el 19909;;; Generated autoloads from org/org-exp.el
19830 19910
19831(autoload 'org-export "org-exp" "\ 19911(autoload 'org-export "org-exp" "\
@@ -19931,6 +20011,20 @@ PUB-DIR is set, use this as the publishing directory.
19931 20011
19932\(fn ARG &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil) 20012\(fn ARG &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil)
19933 20013
20014(autoload 'org-export-htmlize-generate-css "org-exp" "\
20015Create the CSS for all font definitions in the current Emacs session.
20016Use this to create face definitions in your CSS style file that can then
20017be used by code snippets transformed by htmlize.
20018This command just produces a buffer that contains class definitions for all
20019faces used in the current Emacs session. You can copy and paste the ones you
20020need into your CSS file.
20021
20022If you then set `org-export-htmlize-output-type' to `css', calls to
20023the function `org-export-htmlize-region-for-paste' will produce code
20024that uses these same face definitions.
20025
20026\(fn)" t nil)
20027
19934(autoload 'org-export-icalendar-this-file "org-exp" "\ 20028(autoload 'org-export-icalendar-this-file "org-exp" "\
19935Export current file as an iCalendar file. 20029Export current file as an iCalendar file.
19936The iCalendar file will be located in the same directory as the Org-mode 20030The iCalendar file will be located in the same directory as the Org-mode
@@ -19962,7 +20056,7 @@ The XOXO buffer is named *xoxo-<source buffer name>*
19962;;;### (autoloads (org-export-as-latex org-export-region-as-latex 20056;;;### (autoloads (org-export-as-latex org-export-region-as-latex
19963;;;;;; org-replace-region-by-latex org-export-as-latex-to-buffer 20057;;;;;; org-replace-region-by-latex org-export-as-latex-to-buffer
19964;;;;;; org-export-as-latex-batch) "org-export-latex" "org/org-export-latex.el" 20058;;;;;; org-export-as-latex-batch) "org-export-latex" "org/org-export-latex.el"
19965;;;;;; (18464 4596)) 20059;;;;;; (18519 64213))
19966;;; Generated autoloads from org/org-export-latex.el 20060;;; Generated autoloads from org/org-export-latex.el
19967 20061
19968(autoload 'org-export-as-latex-batch "org-export-latex" "\ 20062(autoload 'org-export-as-latex-batch "org-export-latex" "\
@@ -20028,8 +20122,68 @@ when PUB-DIR is set, use this as the publishing directory.
20028 20122
20029;;;*** 20123;;;***
20030 20124
20125;;;### (autoloads (org-id-find org-id-goto org-id-get-with-outline-drilling
20126;;;;;; org-id-get-with-outline-path-completion org-id-get org-id-copy
20127;;;;;; org-id-get-create) "org-id" "org/org-id.el" (18520 11861))
20128;;; Generated autoloads from org/org-id.el
20129
20130(autoload 'org-id-get-create "org-id" "\
20131Create an ID for the current entry and return it.
20132If the entry already has an ID, just return it.
20133With optional argument FORCE, force the creation of a new ID.
20134
20135\(fn &optional FORCE)" t nil)
20136
20137(autoload 'org-id-copy "org-id" "\
20138Copy the ID of the entry at point to the kill ring.
20139Create an ID if necessary.
20140
20141\(fn)" t nil)
20142
20143(autoload 'org-id-get "org-id" "\
20144Get the ID property of the entry at point-or-marker POM.
20145If POM is nil, refer to the entry at point.
20146If the entry does not have an ID, the function returns nil.
20147However, when CREATE is non nil, create an ID if none is present already.
20148PREFIX will be passed through to `org-id-new'.
20149In any case, the ID of the entry is returned.
20150
20151\(fn &optional POM CREATE PREFIX)" nil nil)
20152
20153(autoload 'org-id-get-with-outline-path-completion "org-id" "\
20154Use outline-path-completion to retrieve the ID of an entry.
20155TARGETS may be a setting for `org-refile-targets' to define the eligible
20156headlines. When omitted, all headlines in all agenda files are
20157eligible.
20158It returns the ID of the entry. If necessary, the ID is created.
20159
20160\(fn &optional TARGETS)" nil nil)
20161
20162(autoload 'org-id-get-with-outline-drilling "org-id" "\
20163Use an outline-cycling interface to retrieve the ID of an entry.
20164This only finds entries in the current buffer, using `org-get-location'.
20165It returns the ID of the entry. If necessary, the ID is created.
20166
20167\(fn &optional TARGETS)" nil nil)
20168
20169(autoload 'org-id-goto "org-id" "\
20170Switch to the buffer containing the entry with id ID.
20171Move the cursor to that entry in that buffer.
20172
20173\(fn ID)" t nil)
20174
20175(autoload 'org-id-find "org-id" "\
20176Return the location of the entry with the id ID.
20177The return value is a cons cell (file-name . position), or nil
20178if there is no entry with that ID.
20179With optional argument MARKERP, return the position as a new marker.
20180
20181\(fn ID &optional MARKERP)" nil nil)
20182
20183;;;***
20184
20031;;;### (autoloads (org-irc-store-link) "org-irc" "org/org-irc.el" 20185;;;### (autoloads (org-irc-store-link) "org-irc" "org/org-irc.el"
20032;;;;;; (18467 53782)) 20186;;;;;; (18519 64213))
20033;;; Generated autoloads from org/org-irc.el 20187;;; Generated autoloads from org/org-irc.el
20034 20188
20035(autoload 'org-irc-store-link "org-irc" "\ 20189(autoload 'org-irc-store-link "org-irc" "\
@@ -20041,7 +20195,7 @@ Dispatch to the appropriate function to store a link to an IRC session.
20041 20195
20042;;;### (autoloads (org-publish-current-project org-publish-current-file 20196;;;### (autoloads (org-publish-current-project org-publish-current-file
20043;;;;;; org-publish-all org-publish) "org-publish" "org/org-publish.el" 20197;;;;;; org-publish-all org-publish) "org-publish" "org/org-publish.el"
20044;;;;;; (18467 53782)) 20198;;;;;; (18519 64213))
20045;;; Generated autoloads from org/org-publish.el 20199;;; Generated autoloads from org/org-publish.el
20046 20200
20047(autoload 'org-publish "org-publish" "\ 20201(autoload 'org-publish "org-publish" "\
@@ -20072,7 +20226,7 @@ the project.
20072 20226
20073;;;### (autoloads (org-remember-handler org-remember org-remember-apply-template 20227;;;### (autoloads (org-remember-handler org-remember org-remember-apply-template
20074;;;;;; org-remember-annotation org-remember-insinuate) "org-remember" 20228;;;;;; org-remember-annotation org-remember-insinuate) "org-remember"
20075;;;;;; "org/org-remember.el" (18467 53782)) 20229;;;;;; "org/org-remember.el" (18519 64213))
20076;;; Generated autoloads from org/org-remember.el 20230;;; Generated autoloads from org/org-remember.el
20077 20231
20078(autoload 'org-remember-insinuate "org-remember" "\ 20232(autoload 'org-remember-insinuate "org-remember" "\
@@ -20151,7 +20305,7 @@ See also the variable `org-reverse-note-order'.
20151;;;*** 20305;;;***
20152 20306
20153;;;### (autoloads (orgtbl-mode turn-on-orgtbl) "org-table" "org/org-table.el" 20307;;;### (autoloads (orgtbl-mode turn-on-orgtbl) "org-table" "org/org-table.el"
20154;;;;;; (18464 4596)) 20308;;;;;; (18519 64213))
20155;;; Generated autoloads from org/org-table.el 20309;;; Generated autoloads from org/org-table.el
20156 20310
20157(autoload 'turn-on-orgtbl "org-table" "\ 20311(autoload 'turn-on-orgtbl "org-table" "\
@@ -25114,8 +25268,8 @@ then `snmpv2-mode-hook'.
25114 25268
25115;;;*** 25269;;;***
25116 25270
25117;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (18463 25271;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (18520
25118;;;;;; 52127)) 25272;;;;;; 10254))
25119;;; Generated autoloads from calendar/solar.el 25273;;; Generated autoloads from calendar/solar.el
25120 25274
25121(autoload 'sunrise-sunset "solar" "\ 25275(autoload 'sunrise-sunset "solar" "\
@@ -29468,7 +29622,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
29468;;;;;; vc-rollback vc-revert vc-print-log vc-retrieve-tag vc-create-tag 29622;;;;;; vc-rollback vc-revert vc-print-log vc-retrieve-tag vc-create-tag
29469;;;;;; vc-dir vc-merge vc-insert-headers vc-revision-other-window 29623;;;;;; vc-dir vc-merge vc-insert-headers vc-revision-other-window
29470;;;;;; vc-diff vc-version-diff vc-register vc-next-action vc-before-checkin-hook 29624;;;;;; vc-diff vc-version-diff vc-register vc-next-action vc-before-checkin-hook
29471;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc.el" (18517 53416)) 29625;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc.el" (18519 64212))
29472;;; Generated autoloads from vc.el 29626;;; Generated autoloads from vc.el
29473 29627
29474(defvar vc-checkout-hook nil "\ 29628(defvar vc-checkout-hook nil "\
@@ -29756,7 +29910,7 @@ Name of the directory containing Bzr repository status files.")
29756;;;*** 29910;;;***
29757 29911
29758;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc-dispatcher.el" 29912;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc-dispatcher.el"
29759;;;;;; (18512 40701)) 29913;;;;;; (18519 324))
29760;;; Generated autoloads from vc-dispatcher.el 29914;;; Generated autoloads from vc-dispatcher.el
29761 29915
29762(autoload 'vc-do-command "vc-dispatcher" "\ 29916(autoload 'vc-do-command "vc-dispatcher" "\
@@ -32084,7 +32238,7 @@ Zone out, completely.
32084;;;;;; "url/url-nfs.el" "url/url-proxy.el" "url/url-vars.el" "url/vc-dav.el" 32238;;;;;; "url/url-nfs.el" "url/url-proxy.el" "url/url-vars.el" "url/vc-dav.el"
32085;;;;;; "vc-hooks.el" "vcursor.el" "version.el" "vms-patch.el" "vmsproc.el" 32239;;;;;; "vc-hooks.el" "vcursor.el" "version.el" "vms-patch.el" "vmsproc.el"
32086;;;;;; "vt-control.el" "vt100-led.el" "w32-fns.el" "w32-vars.el" 32240;;;;;; "vt-control.el" "vt100-led.el" "w32-fns.el" "w32-vars.el"
32087;;;;;; "widget.el" "window.el" "x-dnd.el") (18518 43087 264509)) 32241;;;;;; "widget.el" "window.el" "x-dnd.el") (18520 28091 826694))
32088 32242
32089;;;*** 32243;;;***
32090 32244