aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2018-03-01 07:29:26 -0500
committerGlenn Morris2018-03-01 07:29:26 -0500
commit3ee322a95b5cbefe6d34118158c83debc73314be (patch)
tree3796a6298280f11910f7adefa8651b5502d2db5e
parentd5f6ff99c2b594919931b277a2d94d3a289ca764 (diff)
downloademacs-3ee322a95b5cbefe6d34118158c83debc73314be.tar.gz
emacs-3ee322a95b5cbefe6d34118158c83debc73314be.zip
; Auto-commit of loaddefs files.
-rw-r--r--lisp/ldefs-boot.el74
1 files changed, 49 insertions, 25 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index ec238a47574..4ad6b5c4eb1 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -1969,7 +1969,8 @@ result. The overhead of the `lambda's is accounted for.
1969 1969
1970(autoload 'benchmark "benchmark" "\ 1970(autoload 'benchmark "benchmark" "\
1971Print the time taken for REPETITIONS executions of FORM. 1971Print the time taken for REPETITIONS executions of FORM.
1972Interactively, REPETITIONS is taken from the prefix arg. 1972Interactively, REPETITIONS is taken from the prefix arg, and
1973the command prompts for the form to benchmark.
1973For non-interactive use see also `benchmark-run' and 1974For non-interactive use see also `benchmark-run' and
1974`benchmark-run-compiled'. 1975`benchmark-run-compiled'.
1975 1976
@@ -2927,6 +2928,7 @@ Like `bug-reference-mode', but only buttonize in comments and strings.
2927(put 'byte-compile-dynamic 'safe-local-variable 'booleanp) 2928(put 'byte-compile-dynamic 'safe-local-variable 'booleanp)
2928(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) 2929(put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp)
2929(put 'byte-compile-dynamic-docstrings 'safe-local-variable 'booleanp) 2930(put 'byte-compile-dynamic-docstrings 'safe-local-variable 'booleanp)
2931(put 'byte-compile-error-on-warn 'safe-local-variable 'booleanp)
2930 2932
2931(put 'byte-compile-warnings 'safe-local-variable (lambda (v) (or (symbolp v) (null (delq nil (mapcar (lambda (x) (not (symbolp x))) v)))))) 2933(put 'byte-compile-warnings 'safe-local-variable (lambda (v) (or (symbolp v) (null (delq nil (mapcar (lambda (x) (not (symbolp x))) v))))))
2932 2934
@@ -6192,7 +6194,7 @@ For example, the MH-E package updates this alist as follows:
6192 6194
6193The value of PACKAGE needs to be unique and it needs to match the 6195The value of PACKAGE needs to be unique and it needs to match the
6194PACKAGE value appearing in the :package-version keyword. Since 6196PACKAGE value appearing in the :package-version keyword. Since
6195the user might see the value in a error message, a good choice is 6197the user might see the value in an error message, a good choice is
6196the official name of the package, such as MH-E or Gnus.") 6198the official name of the package, such as MH-E or Gnus.")
6197 6199
6198(defalias 'customize-changed 'customize-changed-options) 6200(defalias 'customize-changed 'customize-changed-options)
@@ -9813,8 +9815,11 @@ the mode if ARG is omitted or nil.
9813 9815
9814Electric Pair mode is a global minor mode. When enabled, typing 9816Electric Pair mode is a global minor mode. When enabled, typing
9815an open parenthesis automatically inserts the corresponding 9817an open parenthesis automatically inserts the corresponding
9816closing parenthesis. (Likewise for brackets, etc.). To toggle 9818closing parenthesis, and vice versa. (Likewise for brackets, etc.).
9817the mode in a single buffer, use `electric-pair-local-mode'. 9819If the region is active, the parentheses (brackets, etc.) are
9820inserted around the region instead.
9821
9822To toggle the mode in a single buffer, use `electric-pair-local-mode'.
9818 9823
9819\(fn &optional ARG)" t nil) 9824\(fn &optional ARG)" t nil)
9820 9825
@@ -9893,7 +9898,8 @@ FUNSYM must be a symbol of a defined function.
9893(autoload 'elp-instrument-list "elp" "\ 9898(autoload 'elp-instrument-list "elp" "\
9894Instrument, for profiling, all functions in `elp-function-list'. 9899Instrument, for profiling, all functions in `elp-function-list'.
9895Use optional LIST if provided instead. 9900Use optional LIST if provided instead.
9896If called interactively, read LIST using the minibuffer. 9901If called interactively, prompt for LIST in the minibuffer;
9902type \"nil\" to use `elp-function-list'.
9897 9903
9898\(fn &optional LIST)" t nil) 9904\(fn &optional LIST)" t nil)
9899 9905
@@ -15143,7 +15149,7 @@ file name to `*.gz', and sets `grep-highlight-matches' to `always'.
15143 15149
15144(defalias 'rzgrep 'zrgrep) 15150(defalias 'rzgrep 'zrgrep)
15145 15151
15146(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "grep" '("rgrep-" "grep-" "kill-grep"))) 15152(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "grep" '("grep-" "rgrep-" "kill-grep")))
15147 15153
15148;;;*** 15154;;;***
15149 15155
@@ -16525,7 +16531,7 @@ See the documentation for `calendar-holidays' for details.")
16525(autoload 'holidays "holidays" "\ 16531(autoload 'holidays "holidays" "\
16526Display the holidays for last month, this month, and next month. 16532Display the holidays for last month, this month, and next month.
16527If called with an optional prefix argument ARG, prompts for month and year. 16533If called with an optional prefix argument ARG, prompts for month and year.
16528This function is suitable for execution in a init file. 16534This function is suitable for execution in an init file.
16529 16535
16530\(fn &optional ARG)" t nil) 16536\(fn &optional ARG)" t nil)
16531 16537
@@ -16796,7 +16802,7 @@ Extract iCalendar events from current buffer.
16796 16802
16797This function searches the current buffer for the first iCalendar 16803This function searches the current buffer for the first iCalendar
16798object, reads it and adds all VEVENT elements to the diary 16804object, reads it and adds all VEVENT elements to the diary
16799DIARY-FILE. 16805DIARY-FILENAME.
16800 16806
16801It will ask for each appointment whether to add it to the diary 16807It will ask for each appointment whether to add it to the diary
16802unless DO-NOT-ASK is non-nil. When called interactively, 16808unless DO-NOT-ASK is non-nil. When called interactively,
@@ -16809,7 +16815,7 @@ Return code t means that importing worked well, return code nil
16809means that an error has occurred. Error messages will be in the 16815means that an error has occurred. Error messages will be in the
16810buffer `*icalendar-errors*'. 16816buffer `*icalendar-errors*'.
16811 16817
16812\(fn &optional DIARY-FILE DO-NOT-ASK NON-MARKING)" t nil) 16818\(fn &optional DIARY-FILENAME DO-NOT-ASK NON-MARKING)" t nil)
16813 16819
16814(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "icalendar" '("icalendar-"))) 16820(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "icalendar" '("icalendar-")))
16815 16821
@@ -17335,6 +17341,8 @@ Return the name of a buffer selected.
17335PROMPT is the prompt to give to the user. DEFAULT if given is the default 17341PROMPT is the prompt to give to the user. DEFAULT if given is the default
17336buffer to be selected, which will go to the front of the list. 17342buffer to be selected, which will go to the front of the list.
17337If REQUIRE-MATCH is non-nil, an existing buffer must be selected. 17343If REQUIRE-MATCH is non-nil, an existing buffer must be selected.
17344Optional arg PREDICATE if non-nil is a function limiting the
17345buffers that can be considered.
17338 17346
17339\(fn PROMPT &optional DEFAULT REQUIRE-MATCH PREDICATE)" nil nil) 17347\(fn PROMPT &optional DEFAULT REQUIRE-MATCH PREDICATE)" nil nil)
17340 17348
@@ -17913,8 +17921,8 @@ If non-nil this pattern is passed to `imenu--generic-function' to
17913create a buffer index. 17921create a buffer index.
17914 17922
17915For example, see the value of `fortran-imenu-generic-expression' 17923For example, see the value of `fortran-imenu-generic-expression'
17916used by `fortran-mode' with `imenu-syntax-alist' set locally to 17924used by `fortran-mode' with `imenu-syntax-alist' set locally so that
17917give the characters which normally have \"symbol\" syntax 17925characters which normally have \"symbol\" syntax are considered to have
17918\"word\" syntax during matching.") 17926\"word\" syntax during matching.")
17919(put 'imenu-generic-expression 'risky-local-variable t) 17927(put 'imenu-generic-expression 'risky-local-variable t)
17920 17928
@@ -22012,7 +22020,7 @@ QUALITY can be:
22012;;;### (autoloads nil "mwheel" "mwheel.el" (0 0 0 0)) 22020;;;### (autoloads nil "mwheel" "mwheel.el" (0 0 0 0))
22013;;; Generated autoloads from mwheel.el 22021;;; Generated autoloads from mwheel.el
22014 22022
22015(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "mwheel" '("mwheel-" "mouse-wheel-"))) 22023(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "mwheel" '("mouse-wheel-" "mwheel-")))
22016 22024
22017;;;*** 22025;;;***
22018 22026
@@ -23246,6 +23254,7 @@ Coloring:
23246 23254
23247;;;### (autoloads nil "org" "org/org.el" (0 0 0 0)) 23255;;;### (autoloads nil "org" "org/org.el" (0 0 0 0))
23248;;; Generated autoloads from org/org.el 23256;;; Generated autoloads from org/org.el
23257(push (purecopy '(org 9 1 6)) package--builtin-versions)
23249 23258
23250(autoload 'org-babel-do-load-languages "org" "\ 23259(autoload 'org-babel-do-load-languages "org" "\
23251Load the languages defined in `org-babel-load-languages'. 23260Load the languages defined in `org-babel-load-languages'.
@@ -24408,8 +24417,6 @@ activate the package system at any time.")
24408Load Emacs Lisp packages, and activate them. 24417Load Emacs Lisp packages, and activate them.
24409The variable `package-load-list' controls which packages to load. 24418The variable `package-load-list' controls which packages to load.
24410If optional arg NO-ACTIVATE is non-nil, don't activate packages. 24419If optional arg NO-ACTIVATE is non-nil, don't activate packages.
24411If `user-init-file' does not mention `(package-initialize)', add
24412it to the file.
24413If called as part of loading `user-init-file', set 24420If called as part of loading `user-init-file', set
24414`package-enable-at-startup' to nil, to prevent accidentally 24421`package-enable-at-startup' to nil, to prevent accidentally
24415loading packages twice. 24422loading packages twice.
@@ -26421,7 +26428,7 @@ Optional argument FACE specifies the face to do the highlighting.
26421 26428
26422;;;### (autoloads nil "python" "progmodes/python.el" (0 0 0 0)) 26429;;;### (autoloads nil "python" "progmodes/python.el" (0 0 0 0))
26423;;; Generated autoloads from progmodes/python.el 26430;;; Generated autoloads from progmodes/python.el
26424(push (purecopy '(python 0 25 2)) package--builtin-versions) 26431(push (purecopy '(python 0 26 1)) package--builtin-versions)
26425 26432
26426(add-to-list 'auto-mode-alist (cons (purecopy "\\.py[iw]?\\'") 'python-mode)) 26433(add-to-list 'auto-mode-alist (cons (purecopy "\\.py[iw]?\\'") 'python-mode))
26427 26434
@@ -29843,13 +29850,6 @@ Like `mail' command, but display mail buffer in another frame.
29843 29850
29844(put 'server-auth-dir 'risky-local-variable t) 29851(put 'server-auth-dir 'risky-local-variable t)
29845 29852
29846(defvar server-name "server" "\
29847The name of the Emacs server, if this Emacs process creates one.
29848The command `server-start' makes use of this. It should not be
29849changed while a server is running.")
29850
29851(custom-autoload 'server-name "server" t)
29852
29853(autoload 'server-start "server" "\ 29853(autoload 'server-start "server" "\
29854Allow this Emacs process to be a server for client processes. 29854Allow this Emacs process to be a server for client processes.
29855This starts a server communications subprocess through which client 29855This starts a server communications subprocess through which client
@@ -31725,7 +31725,7 @@ Args are NAME BUFFER HOST PORT.
31725NAME is name for process. It is modified if necessary to make it unique. 31725NAME is name for process. It is modified if necessary to make it unique.
31726BUFFER is the buffer (or `buffer-name') to associate with the process. 31726BUFFER is the buffer (or `buffer-name') to associate with the process.
31727 Process output goes at end of that buffer, unless you specify 31727 Process output goes at end of that buffer, unless you specify
31728 an output stream or filter function to handle the output. 31728 a filter function to handle the output.
31729 BUFFER may be also nil, meaning that this process is not associated 31729 BUFFER may be also nil, meaning that this process is not associated
31730 with any buffer 31730 with any buffer
31731Third arg is name of the host to connect to, or its IP address. 31731Third arg is name of the host to connect to, or its IP address.
@@ -34063,7 +34063,7 @@ Todo mode revisit this file or, with option
34063file was last visited. 34063file was last visited.
34064 34064
34065If you call this command before you have created any todo file in 34065If you call this command before you have created any todo file in
34066the current format, and you have an todo file in old format, it 34066the current format, and you have a todo file in old format, it
34067will ask you whether to convert that file and show it. 34067will ask you whether to convert that file and show it.
34068Otherwise, calling this command before any todo file exists 34068Otherwise, calling this command before any todo file exists
34069prompts for a file name and an initial category (defaulting to 34069prompts for a file name and an initial category (defaulting to
@@ -34313,6 +34313,27 @@ Discard Tramp from loading remote files.
34313;;;;;; 0 0)) 34313;;;;;; 0 0))
34314;;; Generated autoloads from net/tramp-archive.el 34314;;; Generated autoloads from net/tramp-archive.el
34315 34315
34316(defvar tramp-archive-enabled (featurep 'dbusbind) "\
34317Non-nil when file archive support is available.")
34318
34319(defconst tramp-archive-suffixes '("7z" "apk" "ar" "cab" "CAB" "cpio" "deb" "depot" "exe" "iso" "jar" "lzh" "LZH" "msu" "MSU" "mtree" "pax" "rar" "rpm" "shar" "tar" "tbz" "tgz" "tlz" "txz" "warc" "xar" "xpi" "xps" "zip" "ZIP") "\
34320List of suffixes which indicate a file archive.
34321It must be supported by libarchive(3).")
34322
34323(defconst tramp-archive-compression-suffixes '("bz2" "gz" "lrz" "lz" "lz4" "lzma" "lzo" "uu" "xz" "Z") "\
34324List of suffixes which indicate a compressed file.
34325It must be supported by libarchive(3).")
34326
34327(defmacro tramp-archive-autoload-file-name-regexp nil "\
34328Regular expression matching archive file names." `(concat "\\`" "\\(" ".+" "\\." (regexp-opt tramp-archive-suffixes) "\\(?:" "\\." (regexp-opt tramp-archive-compression-suffixes) "\\)*" "\\)" "\\(" "/" ".*" "\\)" "\\'"))
34329
34330(defun tramp-register-archive-file-name-handler nil "\
34331Add archive file name handler to `file-name-handler-alist'." (when tramp-archive-enabled (add-to-list 'file-name-handler-alist (cons (tramp-archive-autoload-file-name-regexp) 'tramp-autoload-file-name-handler)) (put 'tramp-archive-file-name-handler 'safe-magic t)))
34332
34333(add-hook 'after-init-hook 'tramp-register-archive-file-name-handler)
34334
34335(add-hook 'tramp-archive-unload-hook (lambda nil (remove-hook 'after-init-hook 'tramp-register-archive-file-name-handler)))
34336
34316(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "tramp-archive" '("tramp-" "with-parsed-tramp-archive-file-name"))) 34337(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "tramp-archive" '("tramp-" "with-parsed-tramp-archive-file-name")))
34317 34338
34318;;;*** 34339;;;***
@@ -35867,7 +35888,10 @@ When called interactively with a prefix argument, prompt for REMOTE-LOCATION.
35867\(fn &optional REMOTE-LOCATION)" t nil) 35888\(fn &optional REMOTE-LOCATION)" t nil)
35868 35889
35869(autoload 'vc-region-history "vc" "\ 35890(autoload 'vc-region-history "vc" "\
35870Show the history of the region FROM..TO. 35891Show the history of the region between FROM and TO.
35892
35893If called interactively, show the history between point and
35894mark.
35871 35895
35872\(fn FROM TO)" t nil) 35896\(fn FROM TO)" t nil)
35873 35897