aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2021-01-01 06:30:23 -0800
committerGlenn Morris2021-01-01 06:30:23 -0800
commita4f0b8d85a4e4af84f752543cf05233f2e39540c (patch)
tree82f82f6ea11b8bc16383bf1e8e22bd3faaf6c600
parenta516e6986383b8fd0b840cd2e18ac3212bf2550d (diff)
downloademacs-a4f0b8d85a4e4af84f752543cf05233f2e39540c.tar.gz
emacs-a4f0b8d85a4e4af84f752543cf05233f2e39540c.zip
; Auto-commit of loaddefs files.
-rw-r--r--lisp/ldefs-boot.el836
1 files changed, 303 insertions, 533 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index ed1b2c7714b..c6fa497c213 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -1,4 +1,4 @@
1;;; loaddefs.el --- automatically extracted autoloads 1;;; loaddefs.el --- automatically extracted autoloads -*- lexical-binding: t -*-
2;; 2;;
3;;; Code: 3;;; Code:
4 4
@@ -1202,14 +1202,16 @@ The variables are:
1202Variables you assign: 1202Variables you assign:
1203 array-max-row: The number of rows in the array. 1203 array-max-row: The number of rows in the array.
1204 array-max-column: The number of columns in the array. 1204 array-max-column: The number of columns in the array.
1205 array-columns-per-line: The number of columns in the array per line of buffer. 1205 array-columns-per-line: The number of columns in the array
1206 per line of buffer.
1206 array-field-width: The width of each field, in characters. 1207 array-field-width: The width of each field, in characters.
1207 array-rows-numbered: A logical variable describing whether to ignore 1208 array-rows-numbered: A logical variable describing whether to ignore
1208 row numbers in the buffer. 1209 row numbers in the buffer.
1209 1210
1210Variables which are calculated: 1211Variables which are calculated:
1211 array-line-length: The number of characters in a buffer line. 1212 array-line-length: The number of characters in a buffer line.
1212 array-lines-per-row: The number of buffer lines used to display each row. 1213 array-lines-per-row: The number of buffer lines used to
1214 display each row.
1213 1215
1214 The following commands are available (an asterisk indicates it may 1216 The following commands are available (an asterisk indicates it may
1215take a numeric prefix argument): 1217take a numeric prefix argument):
@@ -1219,17 +1221,17 @@ take a numeric prefix argument):
1219 * \\[array-next-row] Move down one row. 1221 * \\[array-next-row] Move down one row.
1220 * \\[array-previous-row] Move up one row. 1222 * \\[array-previous-row] Move up one row.
1221 1223
1222 * \\[array-copy-forward] Copy the current field into the column to the right. 1224 * \\[array-copy-forward] Copy current field into the column to the right.
1223 * \\[array-copy-backward] Copy the current field into the column to the left. 1225 * \\[array-copy-backward] Copy current field into the column to the left.
1224 * \\[array-copy-down] Copy the current field into the row below. 1226 * \\[array-copy-down] Copy current field into the row below.
1225 * \\[array-copy-up] Copy the current field into the row above. 1227 * \\[array-copy-up] Copy current field into the row above.
1226 1228
1227 * \\[array-copy-column-forward] Copy the current column into the column to the right. 1229 * \\[array-copy-column-forward] Copy current column into the column to the right.
1228 * \\[array-copy-column-backward] Copy the current column into the column to the left. 1230 * \\[array-copy-column-backward] Copy current column into the column to the left.
1229 * \\[array-copy-row-down] Copy the current row into the row below. 1231 * \\[array-copy-row-down] Copy the current row into the row below.
1230 * \\[array-copy-row-up] Copy the current row into the row above. 1232 * \\[array-copy-row-up] Copy the current row into the row above.
1231 1233
1232 \\[array-fill-rectangle] Copy the field at mark into every cell with row and column 1234 \\[array-fill-rectangle] Copy field at mark into every cell with row and column
1233 between that of point and mark. 1235 between that of point and mark.
1234 1236
1235 \\[array-what-position] Display the current array row and column. 1237 \\[array-what-position] Display the current array row and column.
@@ -1240,7 +1242,7 @@ take a numeric prefix argument):
1240 \\[array-expand-rows] Expand the array (remove row numbers and 1242 \\[array-expand-rows] Expand the array (remove row numbers and
1241 newlines inside rows) 1243 newlines inside rows)
1242 1244
1243 \\[array-display-local-variables] Display the current values of local variables. 1245 \\[array-display-local-variables] Display current values of local variables.
1244 1246
1245Entering array mode calls the function `array-mode-hook'. 1247Entering array mode calls the function `array-mode-hook'.
1246 1248
@@ -1510,8 +1512,9 @@ let-binding.")
1510(autoload 'authinfo-mode "auth-source" "\ 1512(autoload 'authinfo-mode "auth-source" "\
1511Mode for editing .authinfo/.netrc files. 1513Mode for editing .authinfo/.netrc files.
1512 1514
1513This is just like `fundamental-mode', but hides passwords. The 1515This is just like `fundamental-mode', but has basic syntax
1514passwords are revealed when point moved into the password. 1516highlighting and hides passwords. Passwords are revealed when
1517point is moved into the passwords (see `authinfo-hide-elements').
1515 1518
1516\\{authinfo-mode-map} 1519\\{authinfo-mode-map}
1517 1520
@@ -4877,8 +4880,18 @@ DEFAULT-BODY, if present, is used as the body of a default method.
4877 4880
4878(autoload 'cl-defmethod "cl-generic" "\ 4881(autoload 'cl-defmethod "cl-generic" "\
4879Define a new method for generic function NAME. 4882Define a new method for generic function NAME.
4880I.e. it defines the implementation of NAME to use for invocations where the 4883This it defines an implementation of NAME to use for invocations
4881values of the dispatch arguments match the specified TYPEs. 4884of specific types of arguments.
4885
4886ARGS is a list of dispatch arguments (see `cl-defun'), but where
4887each variable element is either just a single variable name VAR,
4888or a list on the form (VAR TYPE).
4889
4890For instance:
4891
4892 (cl-defmethod foo (bar (format-string string) &optional zot)
4893 (format format-string bar))
4894
4882The dispatch arguments have to be among the mandatory arguments, and 4895The dispatch arguments have to be among the mandatory arguments, and
4883all methods of NAME have to use the same set of arguments for dispatch. 4896all methods of NAME have to use the same set of arguments for dispatch.
4884Each dispatch argument and TYPE are specified in ARGS where the corresponding 4897Each dispatch argument and TYPE are specified in ARGS where the corresponding
@@ -5399,7 +5412,7 @@ You might also use mode hooks to specify it in certain modes, like this:
5399 (lambda () 5412 (lambda ()
5400 (unless (or (file-exists-p \"makefile\") 5413 (unless (or (file-exists-p \"makefile\")
5401 (file-exists-p \"Makefile\")) 5414 (file-exists-p \"Makefile\"))
5402 (set (make-local-variable \\='compile-command) 5415 (setq-local compile-command
5403 (concat \"make -k \" 5416 (concat \"make -k \"
5404 (if buffer-file-name 5417 (if buffer-file-name
5405 (shell-quote-argument 5418 (shell-quote-argument
@@ -6643,14 +6656,13 @@ or call the function `global-cwarn-mode'.")
6643(autoload 'global-cwarn-mode "cwarn" "\ 6656(autoload 'global-cwarn-mode "cwarn" "\
6644Toggle Cwarn mode in all buffers. 6657Toggle Cwarn mode in all buffers.
6645With prefix ARG, enable Global Cwarn mode if ARG is positive; 6658With prefix ARG, enable Global Cwarn mode if ARG is positive;
6646otherwise, disable it. If called from Lisp, enable the mode if 6659otherwise, disable it. If called from Lisp, enable the mode if ARG is
6647ARG is omitted or nil. 6660omitted or nil.
6648 6661
6649Cwarn mode is enabled in all buffers where 6662Cwarn mode is enabled in all buffers where
6650`turn-on-cwarn-mode-if-enabled' would do it. 6663`turn-on-cwarn-mode-if-enabled' would do it.
6651 6664
6652See `cwarn-mode' for more information on 6665See `cwarn-mode' for more information on Cwarn mode.
6653Cwarn mode.
6654 6666
6655\(fn &optional ARG)" t nil) 6667\(fn &optional ARG)" t nil)
6656 6668
@@ -7538,6 +7550,90 @@ Major mode for editing the diary file.
7538 7550
7539;;;*** 7551;;;***
7540 7552
7553;;;### (autoloads nil "dictionary" "net/dictionary.el" (0 0 0 0))
7554;;; Generated autoloads from net/dictionary.el
7555
7556(autoload 'dictionary-mode "dictionary" "\
7557Mode for searching a dictionary.
7558This is a mode for searching a dictionary server implementing the
7559protocol defined in RFC 2229.
7560
7561This is a quick reference to this mode describing the default key bindings:
7562
7563* q close the dictionary buffer
7564* h display this help information
7565* s ask for a new word to search
7566* d search the word at point
7567* n or Tab place point to the next link
7568* p or S-Tab place point to the prev link
7569
7570* m ask for a pattern and list all matching words.
7571* D select the default dictionary
7572* M select the default search strategy
7573
7574* Return or Button2 visit that link
7575" nil nil)
7576
7577(autoload 'dictionary "dictionary" "\
7578Create a new dictonary buffer and install dictionary-mode." t nil)
7579
7580(autoload 'dictionary-search "dictionary" "\
7581Search the WORD in DICTIONARY if given or in all if nil.
7582It presents the selection or word at point as default input and
7583allows editing it.
7584
7585\(fn WORD &optional DICTIONARY)" t nil)
7586
7587(autoload 'dictionary-lookup-definition "dictionary" "\
7588Unconditionally lookup the word at point." t nil)
7589
7590(autoload 'dictionary-match-words "dictionary" "\
7591Search PATTERN in current default dictionary using default strategy.
7592
7593\(fn &optional PATTERN &rest IGNORED)" t nil)
7594
7595(autoload 'dictionary-mouse-popup-matching-words "dictionary" "\
7596Display entries matching the word at the cursor retrieved using EVENT.
7597
7598\(fn EVENT)" t nil)
7599
7600(autoload 'dictionary-popup-matching-words "dictionary" "\
7601Display entries matching WORD or the current word if not given.
7602
7603\(fn &optional WORD)" t nil)
7604
7605(autoload 'dictionary-tooltip-mode "dictionary" "\
7606Display tooltips for the current word.
7607
7608This function can be used to enable or disable the tooltip mode
7609for the current buffer (based on ARG). If global-tooltip-mode is
7610active it will overwrite that mode for the current buffer.
7611
7612\(fn &optional ARG)" t nil)
7613
7614(autoload 'global-dictionary-tooltip-mode "dictionary" "\
7615Enable/disable dictionary-tooltip-mode for all buffers.
7616
7617Internally it provides a default for the dictionary-tooltip-mode.
7618It can be overwritten for each buffer using dictionary-tooltip-mode.
7619
7620Note: (global-dictionary-tooltip-mode 0) will not disable the mode
7621any buffer where (dictionary-tooltip-mode 1) has been called.
7622
7623\(fn &optional ARG)" t nil)
7624
7625(register-definition-prefixes "dictionary" '("dictionary-" "global-dictionary-tooltip-mode"))
7626
7627;;;***
7628
7629;;;### (autoloads nil "dictionary-connection" "net/dictionary-connection.el"
7630;;;;;; (0 0 0 0))
7631;;; Generated autoloads from net/dictionary-connection.el
7632
7633(register-definition-prefixes "dictionary-connection" '("dictionary-connection-"))
7634
7635;;;***
7636
7541;;;### (autoloads nil "diff" "vc/diff.el" (0 0 0 0)) 7637;;;### (autoloads nil "diff" "vc/diff.el" (0 0 0 0))
7542;;; Generated autoloads from vc/diff.el 7638;;; Generated autoloads from vc/diff.el
7543 7639
@@ -8039,9 +8135,9 @@ or call the function `global-display-fill-column-indicator-mode'.")
8039 8135
8040(autoload 'global-display-fill-column-indicator-mode "display-fill-column-indicator" "\ 8136(autoload 'global-display-fill-column-indicator-mode "display-fill-column-indicator" "\
8041Toggle Display-Fill-Column-Indicator mode in all buffers. 8137Toggle Display-Fill-Column-Indicator mode in all buffers.
8042With prefix ARG, enable Global Display-Fill-Column-Indicator mode if ARG is positive; 8138With prefix ARG, enable Global Display-Fill-Column-Indicator mode if
8043otherwise, disable it. If called from Lisp, enable the mode if 8139ARG is positive; otherwise, disable it. If called from Lisp, enable
8044ARG is omitted or nil. 8140the mode if ARG is omitted or nil.
8045 8141
8046Display-Fill-Column-Indicator mode is enabled in all buffers where 8142Display-Fill-Column-Indicator mode is enabled in all buffers where
8047`display-fill-column-indicator--turn-on' would do it. 8143`display-fill-column-indicator--turn-on' would do it.
@@ -8049,8 +8145,8 @@ Display-Fill-Column-Indicator mode is enabled in all buffers where
8049See `display-fill-column-indicator-mode' for more information on 8145See `display-fill-column-indicator-mode' for more information on
8050Display-Fill-Column-Indicator mode. 8146Display-Fill-Column-Indicator mode.
8051 8147
8052`global-display-fill-column-indicator-modes' is used to control which modes 8148`global-display-fill-column-indicator-modes' is used to control
8053this minor mode is used in. 8149which modes this minor mode is used in.
8054 8150
8055\(fn &optional ARG)" t nil) 8151\(fn &optional ARG)" t nil)
8056 8152
@@ -8113,9 +8209,9 @@ or call the function `global-display-line-numbers-mode'.")
8113 8209
8114(autoload 'global-display-line-numbers-mode "display-line-numbers" "\ 8210(autoload 'global-display-line-numbers-mode "display-line-numbers" "\
8115Toggle Display-Line-Numbers mode in all buffers. 8211Toggle Display-Line-Numbers mode in all buffers.
8116With prefix ARG, enable Global Display-Line-Numbers mode if ARG is positive; 8212With prefix ARG, enable Global Display-Line-Numbers mode if ARG is
8117otherwise, disable it. If called from Lisp, enable the mode if 8213positive; otherwise, disable it. If called from Lisp, enable the mode
8118ARG is omitted or nil. 8214if ARG is omitted or nil.
8119 8215
8120Display-Line-Numbers mode is enabled in all buffers where 8216Display-Line-Numbers mode is enabled in all buffers where
8121`display-line-numbers--turn-on' would do it. 8217`display-line-numbers--turn-on' would do it.
@@ -8319,6 +8415,9 @@ strings when pressed twice. See `double-map' for details.
8319(autoload 'dunnet "dunnet" "\ 8415(autoload 'dunnet "dunnet" "\
8320Switch to *dungeon* buffer and start game." t nil) 8416Switch to *dungeon* buffer and start game." t nil)
8321 8417
8418(autoload 'dun-batch "dunnet" "\
8419Start `dunnet' in batch mode." nil nil)
8420
8322(register-definition-prefixes "dunnet" '("dun" "obj-special")) 8421(register-definition-prefixes "dunnet" '("dun" "obj-special"))
8323 8422
8324;;;*** 8423;;;***
@@ -11204,8 +11303,8 @@ Search through all files listed in tags table for match for REGEXP.
11204Stops when a match is found. 11303Stops when a match is found.
11205To continue searching for next match, use command \\[tags-loop-continue]. 11304To continue searching for next match, use command \\[tags-loop-continue].
11206 11305
11207If FILES if non-nil should be a list or an iterator returning the files to search. 11306If FILES if non-nil should be a list or an iterator returning the
11208The search will be restricted to these files. 11307files to search. The search will be restricted to these files.
11209 11308
11210Also see the documentation of the `tags-file-name' variable. 11309Also see the documentation of the `tags-file-name' variable.
11211 11310
@@ -11887,13 +11986,13 @@ Set the base remapping of FACE in the current buffer to SPECS.
11887This causes the remappings specified by `face-remap-add-relative' 11986This causes the remappings specified by `face-remap-add-relative'
11888to apply on top of the face specification given by SPECS. 11987to apply on top of the face specification given by SPECS.
11889 11988
11890The remaining arguments, SPECS, should form a list of faces. 11989The remaining arguments, SPECS, specify the base of the remapping.
11891Each list element should be either a face name or a property list 11990Each one of SPECS should be either a face name or a property list
11892of face attribute/value pairs, like in a `face' text property. 11991of face attribute/value pairs, like in a `face' text property.
11893 11992
11894If SPECS is empty, call `face-remap-reset-base' to use the normal 11993If SPECS is empty or a single face `eq' to FACE, call `face-remap-reset-base'
11895definition of FACE as the base remapping; note that this is 11994to use the normal definition of FACE as the base remapping; note that
11896different from SPECS containing a single value nil, which means 11995this is different from SPECS containing a single value nil, which means
11897not to inherit from the global definition of FACE at all. 11996not to inherit from the global definition of FACE at all.
11898 11997
11899\(fn FACE &rest SPECS)" nil nil) 11998\(fn FACE &rest SPECS)" nil nil)
@@ -12101,10 +12200,10 @@ internally by feedmail):
12101 after-run (the queue has just been run, possibly sending messages) 12200 after-run (the queue has just been run, possibly sending messages)
12102 12201
12103WHAT-EVENT is used as a key into the table `feedmail-queue-reminder-alist'. If 12202WHAT-EVENT is used as a key into the table `feedmail-queue-reminder-alist'. If
12104the associated value is a function, it is called without arguments and is expected 12203the associated value is a function, it is called without arguments and is
12105to perform the reminder activity. You can supply your own reminder functions 12204expected to perform the reminder activity. You can supply your own reminder
12106by redefining `feedmail-queue-reminder-alist'. If you don't want any reminders, 12205functions by redefining `feedmail-queue-reminder-alist'. If you don't want any
12107you can set `feedmail-queue-reminder-alist' to nil. 12206reminders, you can set `feedmail-queue-reminder-alist' to nil.
12108 12207
12109\(fn &optional WHAT-EVENT)" t nil) 12208\(fn &optional WHAT-EVENT)" t nil)
12110 12209
@@ -12883,7 +12982,7 @@ diagnostics at BEG.
12883(autoload 'flymake-diag-region "flymake" "\ 12982(autoload 'flymake-diag-region "flymake" "\
12884Compute BUFFER's region (BEG . END) corresponding to LINE and COL. 12983Compute BUFFER's region (BEG . END) corresponding to LINE and COL.
12885If COL is nil, return a region just for LINE. Return nil if the 12984If COL is nil, return a region just for LINE. Return nil if the
12886region is invalid. 12985region is invalid. This function saves match data.
12887 12986
12888\(fn BUFFER LINE &optional COL)" nil nil) 12987\(fn BUFFER LINE &optional COL)" nil nil)
12889 12988
@@ -13261,7 +13360,10 @@ the symbol `delete', remove those %-specs from the result;
13261otherwise do the same as for the symbol `ignore', but also leave 13360otherwise do the same as for the symbol `ignore', but also leave
13262any occurrences of \"%%\" in FORMAT verbatim in the result. 13361any occurrences of \"%%\" in FORMAT verbatim in the result.
13263 13362
13264\(fn FORMAT SPECIFICATION &optional IGNORE-MISSING)" nil nil) 13363If SPLIT, instead of returning a single string, a list of strings
13364is returned, where each format spec is its own element.
13365
13366\(fn FORMAT SPECIFICATION &optional IGNORE-MISSING SPLIT)" nil nil)
13265 13367
13266(register-definition-prefixes "format-spec" '("format-spec-")) 13368(register-definition-prefixes "format-spec" '("format-spec-"))
13267 13369
@@ -14950,14 +15052,13 @@ or call the function `global-goto-address-mode'.")
14950(autoload 'global-goto-address-mode "goto-addr" "\ 15052(autoload 'global-goto-address-mode "goto-addr" "\
14951Toggle Goto-Address mode in all buffers. 15053Toggle Goto-Address mode in all buffers.
14952With prefix ARG, enable Global Goto-Address mode if ARG is positive; 15054With prefix ARG, enable Global Goto-Address mode if ARG is positive;
14953otherwise, disable it. If called from Lisp, enable the mode if 15055otherwise, disable it. If called from Lisp, enable the mode if ARG
14954ARG is omitted or nil. 15056is omitted or nil.
14955 15057
14956Goto-Address mode is enabled in all buffers where 15058Goto-Address mode is enabled in all buffers where
14957`goto-addr-mode--turn-on' would do it. 15059`goto-addr-mode--turn-on' would do it.
14958 15060
14959See `goto-address-mode' for more information on 15061See `goto-address-mode' for more information on Goto-Address mode.
14960Goto-Address mode.
14961 15062
14962\(fn &optional ARG)" t nil) 15063\(fn &optional ARG)" t nil)
14963 15064
@@ -15041,7 +15142,7 @@ List of hook functions run by `grep-process-setup' (see `run-hooks').")
15041 15142
15042(custom-autoload 'grep-setup-hook "grep" t) 15143(custom-autoload 'grep-setup-hook "grep" t)
15043 15144
15044(defconst grep-regexp-alist `((,(concat "^\\(?:" "\\(?1:[^\0\n]+\\)\\(?3:\0\\)\\(?2:[0-9]+\\):" "\\|" "\\(?1:" "\\(?:[a-zA-Z]:\\)?" "[^\n:]+?[^\n/:]\\):[\11 ]*\\(?2:[1-9][0-9]*\\)[\11 ]*:" "\\)") 1 2 (,(lambda nil (when grep-highlight-matches (let* ((beg (match-end 0)) (end (save-excursion (goto-char beg) (line-end-position))) (mbeg (text-property-any beg end 'font-lock-face grep-match-face))) (when mbeg (- mbeg beg))))) \, (lambda nil (when grep-highlight-matches (let* ((beg (match-end 0)) (end (save-excursion (goto-char beg) (line-end-position))) (mbeg (text-property-any beg end 'font-lock-face grep-match-face)) (mend (and mbeg (next-single-property-change mbeg 'font-lock-face nil end)))) (when mend (- mend beg)))))) nil nil (3 '(face nil display ":"))) ("^Binary file \\(.+\\) matches$" 1 nil nil 0 1)) "\ 15145(defconst grep-regexp-alist `((,(concat "^\\(?:" "\\(?1:[^\0\n]+\\)\\(?3:\0\\)\\(?2:[0-9]+\\):" "\\|" "\\(?1:" "\\(?:[a-zA-Z]:\\)?" "[^\n:]+?[^\n/:]\\):[\11 ]*\\(?2:[1-9][0-9]*\\)[\11 ]*:" "\\)") 1 2 (,(lambda nil (when grep-highlight-matches (let* ((beg (match-end 0)) (end (save-excursion (goto-char beg) (line-end-position))) (mbeg (text-property-any beg end 'font-lock-face grep-match-face))) (when mbeg (- mbeg beg))))) \, (lambda nil (when grep-highlight-matches (let* ((beg (match-end 0)) (end (save-excursion (goto-char beg) (line-end-position))) (mbeg (text-property-any beg end 'font-lock-face grep-match-face)) (mend (and mbeg (next-single-property-change mbeg 'font-lock-face nil end)))) (when mend (- mend beg)))))) nil nil (3 '(face nil display ":"))) ("^Binary file \\(.+\\) matches" 1 nil nil 0 1)) "\
15045Regexp used to match grep hits. 15146Regexp used to match grep hits.
15046See `compilation-error-regexp-alist' for format details.") 15147See `compilation-error-regexp-alist' for format details.")
15047 15148
@@ -15251,7 +15352,7 @@ and source-file directory for your debugger.
15251\(fn COMMAND-LINE)" t nil) 15352\(fn COMMAND-LINE)" t nil)
15252 15353
15253(autoload 'pdb "gud" "\ 15354(autoload 'pdb "gud" "\
15254Run COMMAND-LINE in the `*gud-FILE*' buffer. 15355Run COMMAND-LINE in the `*gud-FILE*' buffer to debug Python programs.
15255 15356
15256COMMAND-LINE should include the pdb executable 15357COMMAND-LINE should include the pdb executable
15257name (`gud-pdb-command-name') and the file to be debugged. 15358name (`gud-pdb-command-name') and the file to be debugged.
@@ -16113,14 +16214,13 @@ or call the function `global-hi-lock-mode'.")
16113(autoload 'global-hi-lock-mode "hi-lock" "\ 16214(autoload 'global-hi-lock-mode "hi-lock" "\
16114Toggle Hi-Lock mode in all buffers. 16215Toggle Hi-Lock mode in all buffers.
16115With prefix ARG, enable Global Hi-Lock mode if ARG is positive; 16216With prefix ARG, enable Global Hi-Lock mode if ARG is positive;
16116otherwise, disable it. If called from Lisp, enable the mode if 16217otherwise, disable it. If called from Lisp, enable the mode if ARG is
16117ARG is omitted or nil. 16218omitted or nil.
16118 16219
16119Hi-Lock mode is enabled in all buffers where 16220Hi-Lock mode is enabled in all buffers where
16120`turn-on-hi-lock-if-enabled' would do it. 16221`turn-on-hi-lock-if-enabled' would do it.
16121 16222
16122See `hi-lock-mode' for more information on 16223See `hi-lock-mode' for more information on Hi-Lock mode.
16123Hi-Lock mode.
16124 16224
16125\(fn &optional ARG)" t nil) 16225\(fn &optional ARG)" t nil)
16126 16226
@@ -16498,8 +16598,8 @@ or call the function `global-highlight-changes-mode'.")
16498 16598
16499(autoload 'global-highlight-changes-mode "hilit-chg" "\ 16599(autoload 'global-highlight-changes-mode "hilit-chg" "\
16500Toggle Highlight-Changes mode in all buffers. 16600Toggle Highlight-Changes mode in all buffers.
16501With prefix ARG, enable Global Highlight-Changes mode if ARG is positive; 16601With prefix ARG, enable Global Highlight-Changes mode if ARG is
16502otherwise, disable it. If called from Lisp, enable the mode if 16602positive; otherwise, disable it. If called from Lisp, enable the mode if
16503ARG is omitted or nil. 16603ARG is omitted or nil.
16504 16604
16505Highlight-Changes mode is enabled in all buffers where 16605Highlight-Changes mode is enabled in all buffers where
@@ -17759,11 +17859,13 @@ is supported, and FILE exists, is used to construct the image
17759specification to be returned. Return nil if no specification is 17859specification to be returned. Return nil if no specification is
17760satisfied. 17860satisfied.
17761 17861
17862If CACHE is non-nil, results are cached and returned on subsequent calls.
17863
17762The image is looked for in `image-load-path'. 17864The image is looked for in `image-load-path'.
17763 17865
17764Image files should not be larger than specified by `max-image-size'. 17866Image files should not be larger than specified by `max-image-size'.
17765 17867
17766\(fn SPECS)" nil nil) 17868\(fn SPECS &optional CACHE)" nil nil)
17767 17869
17768(autoload 'defimage "image" "\ 17870(autoload 'defimage "image" "\
17769Define SYMBOL as an image, and return SYMBOL. 17871Define SYMBOL as an image, and return SYMBOL.
@@ -17801,7 +17903,7 @@ recognizes these files as having image type `imagemagick'.
17801 17903
17802If Emacs is compiled without ImageMagick support, this does nothing." nil nil) 17904If Emacs is compiled without ImageMagick support, this does nothing." nil nil)
17803 17905
17804(register-definition-prefixes "image" '("image" "unknown-image-type")) 17906(register-definition-prefixes "image" '("find-image--cache" "image" "unknown-image-type"))
17805 17907
17806;;;*** 17908;;;***
17807 17909
@@ -18812,16 +18914,6 @@ Add submenus to the File menu, to convert to and from various formats." t nil)
18812 18914
18813;;;*** 18915;;;***
18814 18916
18815;;;### (autoloads nil "iso-transl" "international/iso-transl.el"
18816;;;;;; (0 0 0 0))
18817;;; Generated autoloads from international/iso-transl.el
18818 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map)
18819 (autoload 'iso-transl-ctl-x-8-map "iso-transl" "Keymap for C-x 8 prefix." t 'keymap)
18820
18821(register-definition-prefixes "iso-transl" '("iso-transl-"))
18822
18823;;;***
18824
18825;;;### (autoloads nil "iso8601" "calendar/iso8601.el" (0 0 0 0)) 18917;;;### (autoloads nil "iso8601" "calendar/iso8601.el" (0 0 0 0))
18826;;; Generated autoloads from calendar/iso8601.el 18918;;; Generated autoloads from calendar/iso8601.el
18827 18919
@@ -19731,14 +19823,12 @@ or call the function `global-linum-mode'.")
19731(autoload 'global-linum-mode "linum" "\ 19823(autoload 'global-linum-mode "linum" "\
19732Toggle Linum mode in all buffers. 19824Toggle Linum mode in all buffers.
19733With prefix ARG, enable Global Linum mode if ARG is positive; 19825With prefix ARG, enable Global Linum mode if ARG is positive;
19734otherwise, disable it. If called from Lisp, enable the mode if 19826otherwise, disable it. If called from Lisp, enable the mode if ARG is
19735ARG is omitted or nil. 19827omitted or nil.
19736 19828
19737Linum mode is enabled in all buffers where 19829Linum mode is enabled in all buffers where `linum-on' would do it.
19738`linum-on' would do it.
19739 19830
19740See `linum-mode' for more information on 19831See `linum-mode' for more information on Linum mode.
19741Linum mode.
19742 19832
19743\(fn &optional ARG)" t nil) 19833\(fn &optional ARG)" t nil)
19744 19834
@@ -20694,6 +20784,21 @@ recursion depth in the minibuffer prompt. This is only useful if
20694 20784
20695;;;*** 20785;;;***
20696 20786
20787;;;### (autoloads nil "memory-report" "emacs-lisp/memory-report.el"
20788;;;;;; (0 0 0 0))
20789;;; Generated autoloads from emacs-lisp/memory-report.el
20790
20791(autoload 'memory-report "memory-report" "\
20792Generate a report of how Emacs is using memory.
20793
20794This report is approximate, and will commonly over-count memory
20795usage by variables, because shared data structures will usually
20796by counted more than once." t nil)
20797
20798(register-definition-prefixes "memory-report" '("memory-report-"))
20799
20800;;;***
20801
20697;;;### (autoloads nil "message" "gnus/message.el" (0 0 0 0)) 20802;;;### (autoloads nil "message" "gnus/message.el" (0 0 0 0))
20698;;; Generated autoloads from gnus/message.el 20803;;; Generated autoloads from gnus/message.el
20699 20804
@@ -22898,7 +23003,6 @@ Many aspects this mode can be customized using
22898 23003
22899;;;### (autoloads nil "ob-abc" "org/ob-abc.el" (0 0 0 0)) 23004;;;### (autoloads nil "ob-abc" "org/ob-abc.el" (0 0 0 0))
22900;;; Generated autoloads from org/ob-abc.el 23005;;; Generated autoloads from org/ob-abc.el
22901(push (purecopy '(ob-abc 0 1)) package--builtin-versions)
22902 23006
22903(register-definition-prefixes "ob-abc" '("org-babel-")) 23007(register-definition-prefixes "ob-abc" '("org-babel-"))
22904 23008
@@ -22929,7 +23033,7 @@ Many aspects this mode can be customized using
22929;;;### (autoloads nil "ob-clojure" "org/ob-clojure.el" (0 0 0 0)) 23033;;;### (autoloads nil "ob-clojure" "org/ob-clojure.el" (0 0 0 0))
22930;;; Generated autoloads from org/ob-clojure.el 23034;;; Generated autoloads from org/ob-clojure.el
22931 23035
22932(register-definition-prefixes "ob-clojure" '("org-babel-")) 23036(register-definition-prefixes "ob-clojure" '("ob-clojure-" "org-babel-"))
22933 23037
22934;;;*** 23038;;;***
22935 23039
@@ -22970,7 +23074,6 @@ Many aspects this mode can be customized using
22970 23074
22971;;;### (autoloads nil "ob-ebnf" "org/ob-ebnf.el" (0 0 0 0)) 23075;;;### (autoloads nil "ob-ebnf" "org/ob-ebnf.el" (0 0 0 0))
22972;;; Generated autoloads from org/ob-ebnf.el 23076;;; Generated autoloads from org/ob-ebnf.el
22973(push (purecopy '(ob-ebnf 1 0)) package--builtin-versions)
22974 23077
22975(register-definition-prefixes "ob-ebnf" '("org-babel-")) 23078(register-definition-prefixes "ob-ebnf" '("org-babel-"))
22976 23079
@@ -23218,7 +23321,6 @@ Many aspects this mode can be customized using
23218 23321
23219;;;### (autoloads nil "ob-sed" "org/ob-sed.el" (0 0 0 0)) 23322;;;### (autoloads nil "ob-sed" "org/ob-sed.el" (0 0 0 0))
23220;;; Generated autoloads from org/ob-sed.el 23323;;; Generated autoloads from org/ob-sed.el
23221(push (purecopy '(ob-sed 0 1 1)) package--builtin-versions)
23222 23324
23223(register-definition-prefixes "ob-sed" '("org-babel-")) 23325(register-definition-prefixes "ob-sed" '("org-babel-"))
23224 23326
@@ -23323,110 +23425,6 @@ startup file, `~/.emacs-octave'.
23323 23425
23324;;;*** 23426;;;***
23325 23427
23326;;;### (autoloads nil "ol" "org/ol.el" (0 0 0 0))
23327;;; Generated autoloads from org/ol.el
23328
23329(autoload 'org-next-link "ol" "\
23330Move forward to the next link.
23331If the link is in hidden text, expose it. When SEARCH-BACKWARD
23332is non-nil, move backward.
23333
23334\(fn &optional SEARCH-BACKWARD)" t nil)
23335
23336(autoload 'org-previous-link "ol" "\
23337Move backward to the previous link.
23338If the link is in hidden text, expose it." t nil)
23339
23340(autoload 'org-toggle-link-display "ol" "\
23341Toggle the literal or descriptive display of links." t nil)
23342
23343(autoload 'org-store-link "ol" "\
23344Store a link to the current location.
23345\\<org-mode-map>
23346This link is added to `org-stored-links' and can later be inserted
23347into an Org buffer with `org-insert-link' (`\\[org-insert-link]').
23348
23349For some link types, a `\\[universal-argument]' prefix ARG is interpreted. A single
23350`\\[universal-argument]' negates `org-context-in-file-links' for file links or
23351`org-gnus-prefer-web-links' for links to Usenet articles.
23352
23353A `\\[universal-argument] \\[universal-argument]' prefix ARG forces skipping storing functions that are not
23354part of Org core.
23355
23356A `\\[universal-argument] \\[universal-argument] \\[universal-argument]' prefix ARG forces storing a link for each line in the
23357active region.
23358
23359Assume the function is called interactively if INTERACTIVE? is
23360non-nil.
23361
23362\(fn ARG &optional INTERACTIVE\\=\\?)" t nil)
23363
23364(autoload 'org-insert-link "ol" "\
23365Insert a link. At the prompt, enter the link.
23366
23367Completion can be used to insert any of the link protocol prefixes in use.
23368
23369The history can be used to select a link previously stored with
23370`org-store-link'. When the empty string is entered (i.e. if you just
23371press `RET' at the prompt), the link defaults to the most recently
23372stored link. As `SPC' triggers completion in the minibuffer, you need to
23373use `M-SPC' or `C-q SPC' to force the insertion of a space character.
23374
23375You will also be prompted for a description, and if one is given, it will
23376be displayed in the buffer instead of the link.
23377
23378If there is already a link at point, this command will allow you to edit
23379link and description parts.
23380
23381With a `\\[universal-argument]' prefix, prompts for a file to link to. The file name can be
23382selected using completion. The path to the file will be relative to the
23383current directory if the file is in the current directory or a subdirectory.
23384Otherwise, the link will be the absolute path as completed in the minibuffer
23385\(i.e. normally ~/path/to/file). You can configure this behavior using the
23386option `org-link-file-path-type'.
23387
23388With a `\\[universal-argument] \\[universal-argument]' prefix, enforce an absolute path even if the file is in
23389the current directory or below.
23390
23391A `\\[universal-argument] \\[universal-argument] \\[universal-argument]' prefix negates `org-link-keep-stored-after-insertion'.
23392
23393If the LINK-LOCATION parameter is non-nil, this value will be used as
23394the link location instead of reading one interactively.
23395
23396If the DESCRIPTION parameter is non-nil, this value will be used as the
23397default description. Otherwise, if `org-link-make-description-function'
23398is non-nil, this function will be called with the link target, and the
23399result will be the default link description. When called non-interactively,
23400don't allow to edit the default description.
23401
23402\(fn &optional COMPLETE-FILE LINK-LOCATION DESCRIPTION)" t nil)
23403
23404(autoload 'org-insert-all-links "ol" "\
23405Insert all links in `org-stored-links'.
23406When a universal prefix, do not delete the links from `org-stored-links'.
23407When `ARG' is a number, insert the last N link(s).
23408`PRE' and `POST' are optional arguments to define a string to
23409prepend or to append.
23410
23411\(fn ARG &optional PRE POST)" t nil)
23412
23413(autoload 'org-insert-last-stored-link "ol" "\
23414Insert the last link stored in `org-stored-links'.
23415
23416\(fn ARG)" t nil)
23417
23418(autoload 'org-insert-link-global "ol" "\
23419Insert a link like Org mode does.
23420This command can be called in any mode to insert a link in Org syntax." t nil)
23421
23422(autoload 'org-update-radio-target-regexp "ol" "\
23423Find all radio targets in this file and update the regular expression.
23424Also refresh fontification if needed." t nil)
23425
23426(register-definition-prefixes "ol" '("org-"))
23427
23428;;;***
23429
23430;;;### (autoloads nil "ol-bibtex" "org/ol-bibtex.el" (0 0 0 0)) 23428;;;### (autoloads nil "ol-bibtex" "org/ol-bibtex.el" (0 0 0 0))
23431;;; Generated autoloads from org/ol-bibtex.el 23429;;; Generated autoloads from org/ol-bibtex.el
23432 23430
@@ -23529,7 +23527,7 @@ Coloring:
23529 23527
23530;;;### (autoloads nil "org" "org/org.el" (0 0 0 0)) 23528;;;### (autoloads nil "org" "org/org.el" (0 0 0 0))
23531;;; Generated autoloads from org/org.el 23529;;; Generated autoloads from org/org.el
23532(push (purecopy '(org 9 3)) package--builtin-versions) 23530(push (purecopy '(org 9 4 4)) package--builtin-versions)
23533 23531
23534(autoload 'org-babel-do-load-languages "org" "\ 23532(autoload 'org-babel-do-load-languages "org" "\
23535Load the languages defined in `org-babel-load-languages'. 23533Load the languages defined in `org-babel-load-languages'.
@@ -23554,6 +23552,11 @@ FULL is given.
23554 23552
23555\(fn &optional HERE FULL MESSAGE)" t nil) 23553\(fn &optional HERE FULL MESSAGE)" t nil)
23556 23554
23555(autoload 'org-load-modules-maybe "org" "\
23556Load all extensions listed in `org-modules'.
23557
23558\(fn &optional FORCE)" nil nil)
23559
23557(autoload 'org-clock-persistence-insinuate "org" "\ 23560(autoload 'org-clock-persistence-insinuate "org" "\
23558Set up hooks for clock persistence." nil nil) 23561Set up hooks for clock persistence." nil nil)
23559 23562
@@ -23623,10 +23626,10 @@ When point is not at the beginning of a headline, execute the global
23623binding for `TAB', which is re-indenting the line. See the option 23626binding for `TAB', which is re-indenting the line. See the option
23624`org-cycle-emulate-tab' for details. 23627`org-cycle-emulate-tab' for details.
23625 23628
23626As a special case, if point is at the beginning of the buffer and there is 23629As a special case, if point is at the very beginning of the buffer, if
23627no headline in line 1, this function will act as if called with prefix arg 23630there is no headline there, and if the variable `org-cycle-global-at-bob'
23628\(`\\[universal-argument] TAB', same as `S-TAB') also when called without prefix arg, but only 23631is non-nil, this function acts as if called with prefix argument (`\\[universal-argument] TAB',
23629if the variable `org-cycle-global-at-bob' is t. 23632same as `S-TAB') also when called without prefix argument.
23630 23633
23631\(fn &optional ARG)" t nil) 23634\(fn &optional ARG)" t nil)
23632 23635
@@ -24052,109 +24055,23 @@ Set `org-capture-templates' to be similar to `org-remember-templates'." t nil)
24052 24055
24053;;;*** 24056;;;***
24054 24057
24055;;;### (autoloads nil "org-colview" "org/org-colview.el" (0 0 0 0)) 24058;;;### (autoloads nil "org-crypt" "org/org-crypt.el" (0 0 0 0))
24056;;; Generated autoloads from org/org-colview.el 24059;;; Generated autoloads from org/org-crypt.el
24057
24058(autoload 'org-columns-remove-overlays "org-colview" "\
24059Remove all currently active column overlays." t nil)
24060
24061(autoload 'org-columns-get-format-and-top-level "org-colview" nil nil nil)
24062
24063(autoload 'org-columns "org-colview" "\
24064Turn on column view on an Org mode file.
24065
24066Column view applies to the whole buffer if point is before the
24067first headline. Otherwise, it applies to the first ancestor
24068setting \"COLUMNS\" property. If there is none, it defaults to
24069the current headline. With a `\\[universal-argument]' prefix argument, turn on column
24070view for the whole buffer unconditionally.
24071
24072When COLUMNS-FMT-STRING is non-nil, use it as the column format.
24073
24074\(fn &optional GLOBAL COLUMNS-FMT-STRING)" t nil)
24075
24076(autoload 'org-columns-compute "org-colview" "\
24077Summarize the values of PROPERTY hierarchically.
24078Also update existing values for PROPERTY according to the first
24079column specification.
24080
24081\(fn PROPERTY)" t nil)
24082
24083(autoload 'org-dblock-write:columnview "org-colview" "\
24084Write the column view table.
24085
24086PARAMS is a property list of parameters:
24087
24088`:id' (mandatory)
24089
24090 The ID property of the entry where the columns view should be
24091 built. When the symbol `local', call locally. When `global'
24092 call column view with the cursor at the beginning of the
24093 buffer (usually this means that the whole buffer switches to
24094 column view). When \"file:path/to/file.org\", invoke column
24095 view at the start of that file. Otherwise, the ID is located
24096 using `org-id-find'.
24097
24098`:exclude-tags'
24099
24100 List of tags to exclude from column view table.
24101
24102`:format'
24103
24104 When non-nil, specify the column view format to use.
24105
24106`:hlines'
24107
24108 When non-nil, insert a hline before each item. When
24109 a number, insert a hline before each level inferior or equal
24110 to that number.
24111
24112`:indent'
24113
24114 When non-nil, indent each ITEM field according to its level.
24115
24116`:match'
24117
24118 When set to a string, use this as a tags/property match filter.
24119
24120`:maxlevel'
24121
24122 When set to a number, don't capture headlines below this level.
24123
24124`:skip-empty-rows'
24125
24126 When non-nil, skip rows where all specifiers other than ITEM
24127 are empty.
24128
24129`:vlines'
24130
24131 When non-nil, make each column a column group to enforce
24132 vertical lines.
24133
24134\(fn PARAMS)" nil nil)
24135
24136(autoload 'org-columns-insert-dblock "org-colview" "\
24137Create a dynamic block capturing a column view table." t nil)
24138
24139(autoload 'org-agenda-columns "org-colview" "\
24140Turn on or update column view in the agenda." t nil)
24141 24060
24142(register-definition-prefixes "org-colview" '("org-")) 24061(autoload 'org-encrypt-entry "org-crypt" "\
24062Encrypt the content of the current headline." t nil)
24143 24063
24144;;;*** 24064(autoload 'org-decrypt-entry "org-crypt" "\
24145 24065Decrypt the content of the current headline." t nil)
24146;;;### (autoloads nil "org-compat" "org/org-compat.el" (0 0 0 0))
24147;;; Generated autoloads from org/org-compat.el
24148 24066
24149(autoload 'org-check-version "org-compat" "\ 24067(autoload 'org-encrypt-entries "org-crypt" "\
24150Try very hard to provide sensible version strings." nil t) 24068Encrypt all top-level entries in the current buffer." t nil)
24151 24069
24152(register-definition-prefixes "org-compat" '("org-")) 24070(autoload 'org-decrypt-entries "org-crypt" "\
24071Decrypt all entries in the current buffer." t nil)
24153 24072
24154;;;*** 24073(autoload 'org-crypt-use-before-save-magic "org-crypt" "\
24155 24074Add a hook to automatically encrypt entries before a file is saved to disk." nil nil)
24156;;;### (autoloads nil "org-crypt" "org/org-crypt.el" (0 0 0 0))
24157;;; Generated autoloads from org/org-crypt.el
24158 24075
24159(register-definition-prefixes "org-crypt" '("org-")) 24076(register-definition-prefixes "org-crypt" '("org-"))
24160 24077
@@ -24167,61 +24084,6 @@ Try very hard to provide sensible version strings." nil t)
24167 24084
24168;;;*** 24085;;;***
24169 24086
24170;;;### (autoloads nil "org-duration" "org/org-duration.el" (0 0 0
24171;;;;;; 0))
24172;;; Generated autoloads from org/org-duration.el
24173
24174(autoload 'org-duration-set-regexps "org-duration" "\
24175Set duration related regexps." t nil)
24176
24177(autoload 'org-duration-p "org-duration" "\
24178Non-nil when string S is a time duration.
24179
24180\(fn S)" nil nil)
24181
24182(autoload 'org-duration-to-minutes "org-duration" "\
24183Return number of minutes of DURATION string.
24184
24185When optional argument CANONICAL is non-nil, ignore
24186`org-duration-units' and use standard time units value.
24187
24188A bare number is translated into minutes. The empty string is
24189translated into 0.0.
24190
24191Return value as a float. Raise an error if duration format is
24192not recognized.
24193
24194\(fn DURATION &optional CANONICAL)" nil nil)
24195
24196(autoload 'org-duration-from-minutes "org-duration" "\
24197Return duration string for a given number of MINUTES.
24198
24199Format duration according to `org-duration-format' or FMT, when
24200non-nil.
24201
24202When optional argument CANONICAL is non-nil, ignore
24203`org-duration-units' and use standard time units value.
24204
24205Raise an error if expected format is unknown.
24206
24207\(fn MINUTES &optional FMT CANONICAL)" nil nil)
24208
24209(autoload 'org-duration-h:mm-only-p "org-duration" "\
24210Non-nil when every duration in TIMES has \"H:MM\" or \"H:MM:SS\" format.
24211
24212TIMES is a list of duration strings.
24213
24214Return nil if any duration is expressed with units, as defined in
24215`org-duration-units'. Otherwise, if any duration is expressed
24216with \"H:MM:SS\" format, return `h:mm:ss'. Otherwise, return
24217`h:mm'.
24218
24219\(fn TIMES)" nil nil)
24220
24221(register-definition-prefixes "org-duration" '("org-duration-"))
24222
24223;;;***
24224
24225;;;### (autoloads nil "org-entities" "org/org-entities.el" (0 0 0 24087;;;### (autoloads nil "org-entities" "org/org-entities.el" (0 0 0
24226;;;;;; 0)) 24088;;;;;; 0))
24227;;; Generated autoloads from org/org-entities.el 24089;;; Generated autoloads from org/org-entities.el
@@ -24237,42 +24099,6 @@ with \"H:MM:SS\" format, return `h:mm:ss'. Otherwise, return
24237 24099
24238;;;*** 24100;;;***
24239 24101
24240;;;### (autoloads nil "org-goto" "org/org-goto.el" (0 0 0 0))
24241;;; Generated autoloads from org/org-goto.el
24242
24243(autoload 'org-goto-location "org-goto" "\
24244Let the user select a location in current buffer.
24245This function uses a recursive edit. It returns the selected
24246position or nil.
24247
24248\(fn &optional BUF HELP)" nil nil)
24249
24250(autoload 'org-goto "org-goto" "\
24251Look up a different location in the current file, keeping current visibility.
24252
24253When you want look-up or go to a different location in a
24254document, the fastest way is often to fold the entire buffer and
24255then dive into the tree. This method has the disadvantage, that
24256the previous location will be folded, which may not be what you
24257want.
24258
24259This command works around this by showing a copy of the current
24260buffer in an indirect buffer, in overview mode. You can dive
24261into the tree in that copy, use org-occur and incremental search
24262to find a location. When pressing RET or `Q', the command
24263returns to the original buffer in which the visibility is still
24264unchanged. After RET it will also jump to the location selected
24265in the indirect buffer and expose the headline hierarchy above.
24266
24267With a prefix argument, use the alternative interface: e.g., if
24268`org-goto-interface' is `outline' use `outline-path-completion'.
24269
24270\(fn &optional ALTERNATIVE-INTERFACE)" t nil)
24271
24272(register-definition-prefixes "org-goto" '("org-goto-"))
24273
24274;;;***
24275
24276;;;### (autoloads nil "org-habit" "org/org-habit.el" (0 0 0 0)) 24102;;;### (autoloads nil "org-habit" "org/org-habit.el" (0 0 0 0))
24277;;; Generated autoloads from org/org-habit.el 24103;;; Generated autoloads from org/org-habit.el
24278 24104
@@ -24288,41 +24114,6 @@ With a prefix argument, use the alternative interface: e.g., if
24288 24114
24289;;;*** 24115;;;***
24290 24116
24291;;;### (autoloads nil "org-keys" "org/org-keys.el" (0 0 0 0))
24292;;; Generated autoloads from org/org-keys.el
24293
24294(autoload 'org-babel-describe-bindings "org-keys" "\
24295Describe all keybindings behind `org-babel-key-prefix'." t nil)
24296
24297(register-definition-prefixes "org-keys" '("org-"))
24298
24299;;;***
24300
24301;;;### (autoloads nil "org-lint" "org/org-lint.el" (0 0 0 0))
24302;;; Generated autoloads from org/org-lint.el
24303
24304(autoload 'org-lint "org-lint" "\
24305Check current Org buffer for syntax mistakes.
24306
24307By default, run all checkers. With a `\\[universal-argument]' prefix ARG, select one
24308category of checkers only. With a `\\[universal-argument] \\[universal-argument]' prefix, run one precise
24309checker by its name.
24310
24311ARG can also be a list of checker names, as symbols, to run.
24312
24313\(fn &optional ARG)" t nil)
24314
24315(register-definition-prefixes "org-lint" '("org-lint-"))
24316
24317;;;***
24318
24319;;;### (autoloads nil "org-list" "org/org-list.el" (0 0 0 0))
24320;;; Generated autoloads from org/org-list.el
24321
24322(register-definition-prefixes "org-list" '("org-"))
24323
24324;;;***
24325
24326;;;### (autoloads nil "org-macro" "org/org-macro.el" (0 0 0 0)) 24117;;;### (autoloads nil "org-macro" "org/org-macro.el" (0 0 0 0))
24327;;; Generated autoloads from org/org-macro.el 24118;;; Generated autoloads from org/org-macro.el
24328 24119
@@ -24330,18 +24121,6 @@ ARG can also be a list of checker names, as symbols, to run.
24330 24121
24331;;;*** 24122;;;***
24332 24123
24333;;;### (autoloads nil "org-macs" "org/org-macs.el" (0 0 0 0))
24334;;; Generated autoloads from org/org-macs.el
24335
24336(autoload 'org-load-noerror-mustsuffix "org-macs" "\
24337Load FILE with optional arguments NOERROR and MUSTSUFFIX.
24338
24339\(fn FILE)" nil t)
24340
24341(register-definition-prefixes "org-macs" '("org-"))
24342
24343;;;***
24344
24345;;;### (autoloads nil "org-mouse" "org/org-mouse.el" (0 0 0 0)) 24124;;;### (autoloads nil "org-mouse" "org/org-mouse.el" (0 0 0 0))
24346;;; Generated autoloads from org/org-mouse.el 24125;;; Generated autoloads from org/org-mouse.el
24347 24126
@@ -24349,35 +24128,6 @@ Load FILE with optional arguments NOERROR and MUSTSUFFIX.
24349 24128
24350;;;*** 24129;;;***
24351 24130
24352;;;### (autoloads nil "org-num" "org/org-num.el" (0 0 0 0))
24353;;; Generated autoloads from org/org-num.el
24354
24355(autoload 'org-num-default-format "org-num" "\
24356Default numbering display function.
24357NUMBERING is a list of numbers.
24358
24359\(fn NUMBERING)" nil nil)
24360
24361(autoload 'org-num-mode "org-num" "\
24362Dynamic numbering of headlines in an Org buffer.
24363
24364If called interactively, toggle `Org-Num mode'. If the prefix
24365argument is positive, enable the mode, and if it is zero or negative,
24366disable the mode.
24367
24368If called from Lisp, toggle the mode if ARG is `toggle'. Enable the
24369mode if ARG is nil, omitted, or is a positive number. Disable the
24370mode if ARG is a negative number.
24371
24372The mode's hook is called both when the mode is enabled and when it is
24373disabled.
24374
24375\(fn &optional ARG)" t nil)
24376
24377(register-definition-prefixes "org-num" '("org-num-"))
24378
24379;;;***
24380
24381;;;### (autoloads nil "org-pcomplete" "org/org-pcomplete.el" (0 0 24131;;;### (autoloads nil "org-pcomplete" "org/org-pcomplete.el" (0 0
24382;;;;;; 0 0)) 24132;;;;;; 0 0))
24383;;; Generated autoloads from org/org-pcomplete.el 24133;;; Generated autoloads from org/org-pcomplete.el
@@ -24474,6 +24224,13 @@ See the command `outline-mode' for more information on this mode.
24474 24224
24475;;;*** 24225;;;***
24476 24226
24227;;;### (autoloads nil "ox-man" "org/ox-man.el" (0 0 0 0))
24228;;; Generated autoloads from org/ox-man.el
24229
24230(register-definition-prefixes "ox-man" '("org-man-"))
24231
24232;;;***
24233
24477;;;### (autoloads nil "package" "emacs-lisp/package.el" (0 0 0 0)) 24234;;;### (autoloads nil "package" "emacs-lisp/package.el" (0 0 0 0))
24478;;; Generated autoloads from emacs-lisp/package.el 24235;;; Generated autoloads from emacs-lisp/package.el
24479(push (purecopy '(package 1 1 0)) package--builtin-versions) 24236(push (purecopy '(package 1 1 0)) package--builtin-versions)
@@ -26094,7 +25851,7 @@ Open profile FILENAME.
26094 25851
26095;;;### (autoloads nil "project" "progmodes/project.el" (0 0 0 0)) 25852;;;### (autoloads nil "project" "progmodes/project.el" (0 0 0 0))
26096;;; Generated autoloads from progmodes/project.el 25853;;; Generated autoloads from progmodes/project.el
26097(push (purecopy '(project 0 5 2)) package--builtin-versions) 25854(push (purecopy '(project 0 5 3)) package--builtin-versions)
26098 25855
26099(autoload 'project-current "project" "\ 25856(autoload 'project-current "project" "\
26100Return the project instance in DIRECTORY, defaulting to `default-directory'. 25857Return the project instance in DIRECTORY, defaulting to `default-directory'.
@@ -26115,7 +25872,7 @@ of the project instance object.
26115 25872
26116\(fn &optional MAYBE-PROMPT DIRECTORY)" nil nil) 25873\(fn &optional MAYBE-PROMPT DIRECTORY)" nil nil)
26117 25874
26118(defvar project-prefix-map (let ((map (make-sparse-keymap))) (define-key map "!" 'project-shell-command) (define-key map "&" 'project-async-shell-command) (define-key map "f" 'project-find-file) (define-key map "F" 'project-or-external-find-file) (define-key map "b" 'project-switch-to-buffer) (define-key map "s" 'project-shell) (define-key map "d" 'project-dired) (define-key map "v" 'project-vc-dir) (define-key map "c" 'project-compile) (define-key map "e" 'project-eshell) (define-key map "k" 'project-kill-buffers) (define-key map "p" 'project-switch-project) (define-key map "g" 'project-find-regexp) (define-key map "G" 'project-or-external-find-regexp) (define-key map "r" 'project-query-replace-regexp) map) "\ 25875(defvar project-prefix-map (let ((map (make-sparse-keymap))) (define-key map "!" 'project-shell-command) (define-key map "&" 'project-async-shell-command) (define-key map "f" 'project-find-file) (define-key map "F" 'project-or-external-find-file) (define-key map "b" 'project-switch-to-buffer) (define-key map "s" 'project-shell) (define-key map "d" 'project-dired) (define-key map "v" 'project-vc-dir) (define-key map "c" 'project-compile) (define-key map "e" 'project-eshell) (define-key map "k" 'project-kill-buffers) (define-key map "p" 'project-switch-project) (define-key map "g" 'project-find-regexp) (define-key map "G" 'project-or-external-find-regexp) (define-key map "r" 'project-query-replace-regexp) (define-key map "x" 'project-execute-extended-command) map) "\
26119Keymap for project commands.") 25876Keymap for project commands.")
26120 (define-key ctl-x-map "p" project-prefix-map) 25877 (define-key ctl-x-map "p" project-prefix-map)
26121 25878
@@ -26279,19 +26036,33 @@ Save the result in `project-list-file' if the list of projects has changed.
26279(autoload 'project-known-project-roots "project" "\ 26036(autoload 'project-known-project-roots "project" "\
26280Return the list of root directories of all known projects." nil nil) 26037Return the list of root directories of all known projects." nil nil)
26281 26038
26282(defvar project-switch-commands '((102 "Find file" project-find-file) (103 "Find regexp" project-find-regexp) (100 "Dired" project-dired) (118 "VC-Dir" project-vc-dir) (101 "Eshell" project-eshell)) "\ 26039(autoload 'project-execute-extended-command "project" "\
26283Alist mapping keys to project switching menu entries. 26040Execute an extended command in project root." t nil)
26041
26042(function-put 'project-execute-extended-command 'interactive-only 'command-execute)
26043
26044(defvar project-switch-commands '((project-find-file "Find file") (project-find-regexp "Find regexp") (project-dired "Dired") (project-vc-dir "VC-Dir") (project-eshell "Eshell")) "\
26045Alist mapping commands to descriptions.
26284Used by `project-switch-project' to construct a dispatch menu of 26046Used by `project-switch-project' to construct a dispatch menu of
26285commands available upon \"switching\" to another project. 26047commands available upon \"switching\" to another project.
26286 26048
26287Each element is of the form (KEY LABEL COMMAND), where COMMAND is the 26049Each element is of the form (COMMAND LABEL &optional KEY) where
26288command to run when KEY is pressed. LABEL is used to distinguish 26050COMMAND is the command to run when KEY is pressed. LABEL is used
26289the menu entries in the dispatch menu.") 26051to distinguish the menu entries in the dispatch menu. If KEY is
26052absent, COMMAND must be bound in `project-prefix-map', and the
26053key is looked up in that map.")
26054
26055(custom-autoload 'project-switch-commands "project" t)
26290 26056
26291(autoload 'project-switch-project "project" "\ 26057(autoload 'project-switch-project "project" "\
26292\"Switch\" to another project by running an Emacs command. 26058\"Switch\" to another project by running an Emacs command.
26293The available commands are presented as a dispatch menu 26059The available commands are presented as a dispatch menu
26294made from `project-switch-commands'." t nil) 26060made from `project-switch-commands'.
26061
26062When called in a program, it will use the project corresponding
26063to directory DIR.
26064
26065\(fn DIR)" t nil)
26295 26066
26296(register-definition-prefixes "project" '("project-")) 26067(register-definition-prefixes "project" '("project-"))
26297 26068
@@ -26625,7 +26396,7 @@ Optional argument FACE specifies the face to do the highlighting.
26625 26396
26626;;;### (autoloads nil "python" "progmodes/python.el" (0 0 0 0)) 26397;;;### (autoloads nil "python" "progmodes/python.el" (0 0 0 0))
26627;;; Generated autoloads from progmodes/python.el 26398;;; Generated autoloads from progmodes/python.el
26628(push (purecopy '(python 0 27)) package--builtin-versions) 26399(push (purecopy '(python 0 27 1)) package--builtin-versions)
26629 26400
26630(add-to-list 'auto-mode-alist (cons (purecopy "\\.py[iw]?\\'") 'python-mode)) 26401(add-to-list 'auto-mode-alist (cons (purecopy "\\.py[iw]?\\'") 'python-mode))
26631 26402
@@ -28013,6 +27784,7 @@ Instead, these commands are available:
28013\\[rmail-undelete-previous-message] Undelete message. Tries current message, then earlier messages 27784\\[rmail-undelete-previous-message] Undelete message. Tries current message, then earlier messages
28014 till a deleted message is found. 27785 till a deleted message is found.
28015\\[rmail-edit-current-message] Edit the current message. \\[rmail-cease-edit] to return to Rmail. 27786\\[rmail-edit-current-message] Edit the current message. \\[rmail-cease-edit] to return to Rmail.
27787\\[rmail-epa-decrypt] Decrypt the current message.
28016\\[rmail-expunge] Expunge deleted messages. 27788\\[rmail-expunge] Expunge deleted messages.
28017\\[rmail-expunge-and-save] Expunge and save the file. 27789\\[rmail-expunge-and-save] Expunge and save the file.
28018\\[rmail-quit] Quit Rmail: expunge, save, then switch to another buffer. 27790\\[rmail-quit] Quit Rmail: expunge, save, then switch to another buffer.
@@ -29574,7 +29346,7 @@ sorted. FUNCTION must be a function of one argument.
29574\(fn FUNCTION PRED SEQUENCE)" nil nil) 29346\(fn FUNCTION PRED SEQUENCE)" nil nil)
29575 29347
29576(autoload 'seq-filter "seq" "\ 29348(autoload 'seq-filter "seq" "\
29577Return a list of all the elements for which (PRED element) is non-nil in SEQUENCE. 29349Return a list of all elements for which (PRED element) is non-nil in SEQUENCE.
29578 29350
29579\(fn PRED SEQUENCE)" nil nil) 29351\(fn PRED SEQUENCE)" nil nil)
29580 29352
@@ -29811,8 +29583,8 @@ have <h1>Very Major Headlines</h1> through <h6>Very Minor Headlines</h6>
29811 29583
29812<p>Paragraphs only need an opening tag. Line breaks and multiple spaces are 29584<p>Paragraphs only need an opening tag. Line breaks and multiple spaces are
29813ignored unless the text is <pre>preformatted.</pre> Text can be marked as 29585ignored unless the text is <pre>preformatted.</pre> Text can be marked as
29814<strong>bold</strong>, <em>italic</em> or <u>underlined</u> using the normal M-o or 29586<strong>bold</strong>, <em>italic</em> or <u>underlined</u> using the normal M-o
29815Edit/Text Properties/Face commands. 29587or Edit/Text Properties/Face commands.
29816 29588
29817Pages can have <a name=\"SOMENAME\">named points</a> and can link other points 29589Pages can have <a name=\"SOMENAME\">named points</a> and can link other points
29818to them with <a href=\"#SOMENAME\">see also somename</a>. In the same way <a 29590to them with <a href=\"#SOMENAME\">see also somename</a>. In the same way <a
@@ -31818,14 +31590,13 @@ or call the function `global-subword-mode'.")
31818(autoload 'global-subword-mode "subword" "\ 31590(autoload 'global-subword-mode "subword" "\
31819Toggle Subword mode in all buffers. 31591Toggle Subword mode in all buffers.
31820With prefix ARG, enable Global Subword mode if ARG is positive; 31592With prefix ARG, enable Global Subword mode if ARG is positive;
31821otherwise, disable it. If called from Lisp, enable the mode if 31593otherwise, disable it. If called from Lisp, enable the mode if ARG is
31822ARG is omitted or nil. 31594omitted or nil.
31823 31595
31824Subword mode is enabled in all buffers where 31596Subword mode is enabled in all buffers where `(lambda nil
31825`(lambda nil (subword-mode 1))' would do it. 31597\(subword-mode 1))' would do it.
31826 31598
31827See `subword-mode' for more information on 31599See `subword-mode' for more information on Subword mode.
31828Subword mode.
31829 31600
31830\(fn &optional ARG)" t nil) 31601\(fn &optional ARG)" t nil)
31831 31602
@@ -31867,14 +31638,13 @@ or call the function `global-superword-mode'.")
31867(autoload 'global-superword-mode "subword" "\ 31638(autoload 'global-superword-mode "subword" "\
31868Toggle Superword mode in all buffers. 31639Toggle Superword mode in all buffers.
31869With prefix ARG, enable Global Superword mode if ARG is positive; 31640With prefix ARG, enable Global Superword mode if ARG is positive;
31870otherwise, disable it. If called from Lisp, enable the mode if 31641otherwise, disable it. If called from Lisp, enable the mode if ARG is
31871ARG is omitted or nil. 31642omitted or nil.
31872 31643
31873Superword mode is enabled in all buffers where 31644Superword mode is enabled in all buffers where `(lambda nil
31874`(lambda nil (superword-mode 1))' would do it. 31645\(superword-mode 1))' would do it.
31875 31646
31876See `superword-mode' for more information on 31647See `superword-mode' for more information on Superword mode.
31877Superword mode.
31878 31648
31879\(fn &optional ARG)" t nil) 31649\(fn &optional ARG)" t nil)
31880 31650
@@ -32001,14 +31771,13 @@ or call the function `global-tab-line-mode'.")
32001(autoload 'global-tab-line-mode "tab-line" "\ 31771(autoload 'global-tab-line-mode "tab-line" "\
32002Toggle Tab-Line mode in all buffers. 31772Toggle Tab-Line mode in all buffers.
32003With prefix ARG, enable Global Tab-Line mode if ARG is positive; 31773With prefix ARG, enable Global Tab-Line mode if ARG is positive;
32004otherwise, disable it. If called from Lisp, enable the mode if 31774otherwise, disable it. If called from Lisp, enable the mode if ARG is
32005ARG is omitted or nil. 31775omitted or nil.
32006 31776
32007Tab-Line mode is enabled in all buffers where 31777Tab-Line mode is enabled in all buffers where
32008`tab-line-mode--turn-on' would do it. 31778`tab-line-mode--turn-on' would do it.
32009 31779
32010See `tab-line-mode' for more information on 31780See `tab-line-mode' for more information on Tab-Line mode.
32011Tab-Line mode.
32012 31781
32013\(fn &optional ARG)" t nil) 31782\(fn &optional ARG)" t nil)
32014 31783
@@ -32337,7 +32106,8 @@ Creates a cell above and a cell below the current point location." t nil)
32337 32106
32338(autoload 'table-split-cell-horizontally "table" "\ 32107(autoload 'table-split-cell-horizontally "table" "\
32339Split current cell horizontally. 32108Split current cell horizontally.
32340Creates a cell on the left and a cell on the right of the current point location." t nil) 32109Creates a cell on the left and a cell on the right of the current
32110point location." t nil)
32341 32111
32342(autoload 'table-split-cell "table" "\ 32112(autoload 'table-split-cell "table" "\
32343Split current cell in ORIENTATION. 32113Split current cell in ORIENTATION.
@@ -32805,7 +32575,7 @@ use in that buffer.
32805 32575
32806\(fn PORT SPEED &optional LINE-MODE)" t nil) 32576\(fn PORT SPEED &optional LINE-MODE)" t nil)
32807 32577
32808(register-definition-prefixes "term" '("ansi-term-color-vector" "explicit-shell-file-name" "serial-" "term-")) 32578(register-definition-prefixes "term" '("ansi-term-color-vector" "serial-" "term-"))
32809 32579
32810;;;*** 32580;;;***
32811 32581
@@ -32828,7 +32598,6 @@ Start coverage on function under point." t nil)
32828 32598
32829;;;### (autoloads nil "tetris" "play/tetris.el" (0 0 0 0)) 32599;;;### (autoloads nil "tetris" "play/tetris.el" (0 0 0 0))
32830;;; Generated autoloads from play/tetris.el 32600;;; Generated autoloads from play/tetris.el
32831(push (purecopy '(tetris 2 1)) package--builtin-versions)
32832 32601
32833(autoload 'tetris "tetris" "\ 32602(autoload 'tetris "tetris" "\
32834Play the Tetris game. 32603Play the Tetris game.
@@ -32837,17 +32606,15 @@ rotate the shape to fit in with those at the bottom of the screen so
32837as to form complete rows. 32606as to form complete rows.
32838 32607
32839tetris-mode keybindings: 32608tetris-mode keybindings:
32840 \\<tetris-mode-map> 32609\\<tetris-mode-map>
32841\\[tetris-start-game] Starts a new game of Tetris 32610\\[tetris-start-game] Start a new game of Tetris
32842\\[tetris-end-game] Terminates the current game 32611\\[tetris-end-game] Terminate the current game
32843\\[tetris-pause-game] Pauses (or resumes) the current game 32612\\[tetris-pause-game] Pause (or resume) the current game
32844\\[tetris-move-left] Moves the shape one square to the left 32613\\[tetris-move-left] Move the shape one square to the left
32845\\[tetris-move-right] Moves the shape one square to the right 32614\\[tetris-move-right] Move the shape one square to the right
32846\\[tetris-rotate-prev] Rotates the shape clockwise 32615\\[tetris-rotate-prev] Rotate the shape clockwise
32847\\[tetris-rotate-next] Rotates the shape anticlockwise 32616\\[tetris-rotate-next] Rotate the shape anticlockwise
32848\\[tetris-move-bottom] Drops the shape to the bottom of the playing area 32617\\[tetris-move-bottom] Drop the shape to the bottom of the playing area" t nil)
32849
32850" t nil)
32851 32618
32852(register-definition-prefixes "tetris" '("tetris-")) 32619(register-definition-prefixes "tetris" '("tetris-"))
32853 32620
@@ -34234,7 +34001,6 @@ the output buffer or changing the window configuration.
34234 34001
34235;;;### (autoloads nil "tramp" "net/tramp.el" (0 0 0 0)) 34002;;;### (autoloads nil "tramp" "net/tramp.el" (0 0 0 0))
34236;;; Generated autoloads from net/tramp.el 34003;;; Generated autoloads from net/tramp.el
34237(push (purecopy '(tramp 2 5 0 -1)) package--builtin-versions)
34238 34004
34239(defvar tramp-mode t "\ 34005(defvar tramp-mode t "\
34240Whether Tramp is enabled. 34006Whether Tramp is enabled.
@@ -34408,6 +34174,7 @@ Add archive file name handler to `file-name-handler-alist'." (when tramp-archive
34408 34174
34409;;;### (autoloads nil "trampver" "net/trampver.el" (0 0 0 0)) 34175;;;### (autoloads nil "trampver" "net/trampver.el" (0 0 0 0))
34410;;; Generated autoloads from net/trampver.el 34176;;; Generated autoloads from net/trampver.el
34177(push (purecopy '(tramp 2 5 0)) package--builtin-versions)
34411 34178
34412(register-definition-prefixes "trampver" '("tramp-")) 34179(register-definition-prefixes "trampver" '("tramp-"))
34413 34180
@@ -38445,7 +38212,7 @@ If LIMIT is non-nil, then do not consider characters beyond LIMIT.
38445 38212
38446;;;### (autoloads nil "xref" "progmodes/xref.el" (0 0 0 0)) 38213;;;### (autoloads nil "xref" "progmodes/xref.el" (0 0 0 0))
38447;;; Generated autoloads from progmodes/xref.el 38214;;; Generated autoloads from progmodes/xref.el
38448(push (purecopy '(xref 1 0 3)) package--builtin-versions) 38215(push (purecopy '(xref 1 0 4)) package--builtin-versions)
38449 38216
38450(autoload 'xref-find-backend "xref" nil nil nil) 38217(autoload 'xref-find-backend "xref" nil nil nil)
38451 38218
@@ -38699,39 +38466,39 @@ Zone out, completely." t nil)
38699;;;;;; "font-lock.el" "format.el" "frame.el" "help.el" "hfy-cmap.el" 38466;;;;;; "font-lock.el" "format.el" "frame.el" "help.el" "hfy-cmap.el"
38700;;;;;; "ibuf-ext.el" "indent.el" "international/characters.el" "international/charprop.el" 38467;;;;;; "ibuf-ext.el" "indent.el" "international/characters.el" "international/charprop.el"
38701;;;;;; "international/charscript.el" "international/cp51932.el" 38468;;;;;; "international/charscript.el" "international/cp51932.el"
38702;;;;;; "international/eucjp-ms.el" "international/mule-cmds.el" 38469;;;;;; "international/eucjp-ms.el" "international/iso-transl.el"
38703;;;;;; "international/mule-conf.el" "international/mule.el" "international/uni-bidi.el" 38470;;;;;; "international/mule-cmds.el" "international/mule-conf.el"
38704;;;;;; "international/uni-brackets.el" "international/uni-category.el" 38471;;;;;; "international/mule.el" "international/uni-bidi.el" "international/uni-brackets.el"
38705;;;;;; "international/uni-combining.el" "international/uni-comment.el" 38472;;;;;; "international/uni-category.el" "international/uni-combining.el"
38706;;;;;; "international/uni-decimal.el" "international/uni-decomposition.el" 38473;;;;;; "international/uni-comment.el" "international/uni-decimal.el"
38707;;;;;; "international/uni-digit.el" "international/uni-lowercase.el" 38474;;;;;; "international/uni-decomposition.el" "international/uni-digit.el"
38708;;;;;; "international/uni-mirrored.el" "international/uni-name.el" 38475;;;;;; "international/uni-lowercase.el" "international/uni-mirrored.el"
38709;;;;;; "international/uni-numeric.el" "international/uni-old-name.el" 38476;;;;;; "international/uni-name.el" "international/uni-numeric.el"
38710;;;;;; "international/uni-special-lowercase.el" "international/uni-special-titlecase.el" 38477;;;;;; "international/uni-old-name.el" "international/uni-special-lowercase.el"
38711;;;;;; "international/uni-special-uppercase.el" "international/uni-titlecase.el" 38478;;;;;; "international/uni-special-titlecase.el" "international/uni-special-uppercase.el"
38712;;;;;; "international/uni-uppercase.el" "isearch.el" "jit-lock.el" 38479;;;;;; "international/uni-titlecase.el" "international/uni-uppercase.el"
38713;;;;;; "jka-cmpr-hook.el" "language/burmese.el" "language/cham.el" 38480;;;;;; "isearch.el" "jit-lock.el" "jka-cmpr-hook.el" "language/burmese.el"
38714;;;;;; "language/chinese.el" "language/cyrillic.el" "language/czech.el" 38481;;;;;; "language/cham.el" "language/chinese.el" "language/cyrillic.el"
38715;;;;;; "language/english.el" "language/ethiopic.el" "language/european.el" 38482;;;;;; "language/czech.el" "language/english.el" "language/ethiopic.el"
38716;;;;;; "language/georgian.el" "language/greek.el" "language/hebrew.el" 38483;;;;;; "language/european.el" "language/georgian.el" "language/greek.el"
38717;;;;;; "language/indian.el" "language/japanese.el" "language/khmer.el" 38484;;;;;; "language/hebrew.el" "language/indian.el" "language/japanese.el"
38718;;;;;; "language/korean.el" "language/lao.el" "language/misc-lang.el" 38485;;;;;; "language/khmer.el" "language/korean.el" "language/lao.el"
38719;;;;;; "language/romanian.el" "language/sinhala.el" "language/slovak.el" 38486;;;;;; "language/misc-lang.el" "language/romanian.el" "language/sinhala.el"
38720;;;;;; "language/tai-viet.el" "language/thai.el" "language/tibetan.el" 38487;;;;;; "language/slovak.el" "language/tai-viet.el" "language/thai.el"
38721;;;;;; "language/utf-8-lang.el" "language/vietnamese.el" "ldefs-boot.el" 38488;;;;;; "language/tibetan.el" "language/utf-8-lang.el" "language/vietnamese.el"
38722;;;;;; "leim/ja-dic/ja-dic.el" "leim/leim-list.el" "leim/quail/4Corner.el" 38489;;;;;; "ldefs-boot.el" "leim/ja-dic/ja-dic.el" "leim/leim-list.el"
38723;;;;;; "leim/quail/ARRAY30.el" "leim/quail/CCDOSPY.el" "leim/quail/CTLau-b5.el" 38490;;;;;; "leim/quail/4Corner.el" "leim/quail/ARRAY30.el" "leim/quail/CCDOSPY.el"
38724;;;;;; "leim/quail/CTLau.el" "leim/quail/ECDICT.el" "leim/quail/ETZY.el" 38491;;;;;; "leim/quail/CTLau-b5.el" "leim/quail/CTLau.el" "leim/quail/ECDICT.el"
38725;;;;;; "leim/quail/PY-b5.el" "leim/quail/PY.el" "leim/quail/Punct-b5.el" 38492;;;;;; "leim/quail/ETZY.el" "leim/quail/PY-b5.el" "leim/quail/PY.el"
38726;;;;;; "leim/quail/Punct.el" "leim/quail/QJ-b5.el" "leim/quail/QJ.el" 38493;;;;;; "leim/quail/Punct-b5.el" "leim/quail/Punct.el" "leim/quail/QJ-b5.el"
38727;;;;;; "leim/quail/SW.el" "leim/quail/TONEPY.el" "leim/quail/ZIRANMA.el" 38494;;;;;; "leim/quail/QJ.el" "leim/quail/SW.el" "leim/quail/TONEPY.el"
38728;;;;;; "leim/quail/ZOZY.el" "leim/quail/arabic.el" "leim/quail/compose.el" 38495;;;;;; "leim/quail/ZIRANMA.el" "leim/quail/ZOZY.el" "leim/quail/arabic.el"
38729;;;;;; "leim/quail/croatian.el" "leim/quail/cyril-jis.el" "leim/quail/cyrillic.el" 38496;;;;;; "leim/quail/compose.el" "leim/quail/croatian.el" "leim/quail/cyril-jis.el"
38730;;;;;; "leim/quail/czech.el" "leim/quail/georgian.el" "leim/quail/greek.el" 38497;;;;;; "leim/quail/cyrillic.el" "leim/quail/czech.el" "leim/quail/georgian.el"
38731;;;;;; "leim/quail/hanja-jis.el" "leim/quail/hanja.el" "leim/quail/hanja3.el" 38498;;;;;; "leim/quail/greek.el" "leim/quail/hanja-jis.el" "leim/quail/hanja.el"
38732;;;;;; "leim/quail/hebrew.el" "leim/quail/ipa-praat.el" "leim/quail/latin-alt.el" 38499;;;;;; "leim/quail/hanja3.el" "leim/quail/hebrew.el" "leim/quail/ipa-praat.el"
38733;;;;;; "leim/quail/latin-ltx.el" "leim/quail/latin-post.el" "leim/quail/latin-pre.el" 38500;;;;;; "leim/quail/latin-alt.el" "leim/quail/latin-ltx.el" "leim/quail/latin-post.el"
38734;;;;;; "leim/quail/persian.el" "leim/quail/programmer-dvorak.el" 38501;;;;;; "leim/quail/latin-pre.el" "leim/quail/persian.el" "leim/quail/programmer-dvorak.el"
38735;;;;;; "leim/quail/py-punct.el" "leim/quail/pypunct-b5.el" "leim/quail/quick-b5.el" 38502;;;;;; "leim/quail/py-punct.el" "leim/quail/pypunct-b5.el" "leim/quail/quick-b5.el"
38736;;;;;; "leim/quail/quick-cns.el" "leim/quail/rfc1345.el" "leim/quail/sami.el" 38503;;;;;; "leim/quail/quick-cns.el" "leim/quail/rfc1345.el" "leim/quail/sami.el"
38737;;;;;; "leim/quail/sgml-input.el" "leim/quail/slovak.el" "leim/quail/symbol-ksc.el" 38504;;;;;; "leim/quail/sgml-input.el" "leim/quail/slovak.el" "leim/quail/symbol-ksc.el"
@@ -38743,14 +38510,17 @@ Zone out, completely." t nil)
38743;;;;;; "mh-e/mh-loaddefs.el" "minibuffer.el" "mouse.el" "net/tramp-loaddefs.el" 38510;;;;;; "mh-e/mh-loaddefs.el" "minibuffer.el" "mouse.el" "net/tramp-loaddefs.el"
38744;;;;;; "newcomment.el" "obarray.el" "org/ob-core.el" "org/ob-lob.el" 38511;;;;;; "newcomment.el" "obarray.el" "org/ob-core.el" "org/ob-lob.el"
38745;;;;;; "org/ob-matlab.el" "org/ob-tangle.el" "org/ob.el" "org/ol-bbdb.el" 38512;;;;;; "org/ob-matlab.el" "org/ob-tangle.el" "org/ob.el" "org/ol-bbdb.el"
38746;;;;;; "org/ol-irc.el" "org/org-archive.el" "org/org-attach.el" 38513;;;;;; "org/ol-irc.el" "org/ol.el" "org/org-archive.el" "org/org-attach.el"
38747;;;;;; "org/org-clock.el" "org/org-datetree.el" "org/org-element.el" 38514;;;;;; "org/org-clock.el" "org/org-colview.el" "org/org-compat.el"
38748;;;;;; "org/org-feed.el" "org/org-footnote.el" "org/org-id.el" "org/org-indent.el" 38515;;;;;; "org/org-datetree.el" "org/org-duration.el" "org/org-element.el"
38749;;;;;; "org/org-install.el" "org/org-mobile.el" "org/org-plot.el" 38516;;;;;; "org/org-feed.el" "org/org-footnote.el" "org/org-goto.el"
38517;;;;;; "org/org-id.el" "org/org-indent.el" "org/org-install.el"
38518;;;;;; "org/org-keys.el" "org/org-lint.el" "org/org-list.el" "org/org-macs.el"
38519;;;;;; "org/org-mobile.el" "org/org-num.el" "org/org-plot.el" "org/org-refile.el"
38750;;;;;; "org/org-table.el" "org/org-timer.el" "org/ox-ascii.el" "org/ox-beamer.el" 38520;;;;;; "org/org-table.el" "org/org-timer.el" "org/ox-ascii.el" "org/ox-beamer.el"
38751;;;;;; "org/ox-html.el" "org/ox-icalendar.el" "org/ox-latex.el" 38521;;;;;; "org/ox-html.el" "org/ox-icalendar.el" "org/ox-latex.el"
38752;;;;;; "org/ox-man.el" "org/ox-md.el" "org/ox-odt.el" "org/ox-org.el" 38522;;;;;; "org/ox-md.el" "org/ox-odt.el" "org/ox-org.el" "org/ox-publish.el"
38753;;;;;; "org/ox-publish.el" "org/ox-texinfo.el" "org/ox.el" "progmodes/elisp-mode.el" 38523;;;;;; "org/ox-texinfo.el" "org/ox.el" "progmodes/elisp-mode.el"
38754;;;;;; "progmodes/prog-mode.el" "ps-mule.el" "register.el" "replace.el" 38524;;;;;; "progmodes/prog-mode.el" "ps-mule.el" "register.el" "replace.el"
38755;;;;;; "rfn-eshadow.el" "select.el" "simple.el" "startup.el" "subdirs.el" 38525;;;;;; "rfn-eshadow.el" "select.el" "simple.el" "startup.el" "subdirs.el"
38756;;;;;; "subr.el" "tab-bar.el" "textmodes/fill.el" "textmodes/page.el" 38526;;;;;; "subr.el" "tab-bar.el" "textmodes/fill.el" "textmodes/page.el"