aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2019-08-01 06:08:11 -0700
committerGlenn Morris2019-08-01 06:08:11 -0700
commit0148fc73538e2dccb586abe80ba48fdaf2041ca7 (patch)
treedb9eaf459bbab210c626ce9e4e83300663b5983a
parent8fbe46252f5f241d274b59c6b1aaecd3ee58cc6a (diff)
downloademacs-0148fc73538e2dccb586abe80ba48fdaf2041ca7.tar.gz
emacs-0148fc73538e2dccb586abe80ba48fdaf2041ca7.zip
; Auto-commit of loaddefs files.
-rw-r--r--lisp/ldefs-boot.el23
1 files changed, 17 insertions, 6 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index bb9991873df..99c4f86e6f7 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -69,6 +69,7 @@ should return a grid vector array that is the new solution.
69 69
70;;;### (autoloads nil "ada-mode" "progmodes/ada-mode.el" (0 0 0 0)) 70;;;### (autoloads nil "ada-mode" "progmodes/ada-mode.el" (0 0 0 0))
71;;; Generated autoloads from progmodes/ada-mode.el 71;;; Generated autoloads from progmodes/ada-mode.el
72(push (purecopy '(ada-mode 4 0)) package--builtin-versions)
72 73
73(autoload 'ada-add-extensions "ada-mode" "\ 74(autoload 'ada-add-extensions "ada-mode" "\
74Define SPEC and BODY as being valid extensions for Ada files. 75Define SPEC and BODY as being valid extensions for Ada files.
@@ -15194,13 +15195,17 @@ Like `goto-address-mode', but only for comments and strings.
15194;;; Generated autoloads from image/gravatar.el 15195;;; Generated autoloads from image/gravatar.el
15195 15196
15196(autoload 'gravatar-retrieve "gravatar" "\ 15197(autoload 'gravatar-retrieve "gravatar" "\
15197Retrieve MAIL-ADDRESS gravatar and call CB on retrieval. 15198Asynchronously retrieve a gravatar for MAIL-ADDRESS.
15198You can provide a list of argument to pass to CB in CBARGS. 15199When finished, call CB as (apply CB GRAVATAR CBARGS),
15200where GRAVATAR is either an image descriptor, or the symbol
15201`error' if the retrieval failed.
15199 15202
15200\(fn MAIL-ADDRESS CB &optional CBARGS)" nil nil) 15203\(fn MAIL-ADDRESS CB &optional CBARGS)" nil nil)
15201 15204
15202(autoload 'gravatar-retrieve-synchronously "gravatar" "\ 15205(autoload 'gravatar-retrieve-synchronously "gravatar" "\
15203Retrieve MAIL-ADDRESS gravatar and returns it. 15206Synchronously retrieve a gravatar for MAIL-ADDRESS.
15207Value is either an image descriptor, or the symbol `error' if the
15208retrieval failed.
15204 15209
15205\(fn MAIL-ADDRESS)" nil nil) 15210\(fn MAIL-ADDRESS)" nil nil)
15206 15211
@@ -16256,7 +16261,11 @@ See `hi-lock-mode' for more information on Hi-Lock mode.
16256(defalias 'highlight-lines-matching-regexp 'hi-lock-line-face-buffer) 16261(defalias 'highlight-lines-matching-regexp 'hi-lock-line-face-buffer)
16257 16262
16258(autoload 'hi-lock-line-face-buffer "hi-lock" "\ 16263(autoload 'hi-lock-line-face-buffer "hi-lock" "\
16259Set face of all lines containing a match of REGEXP to FACE. 16264Highlight all lines that match REGEXP using FACE.
16265The lines that match REGEXP will be displayed by merging
16266the attributes of FACE with any other face attributes
16267of text in those lines.
16268
16260Interactively, prompt for REGEXP using `read-regexp', then FACE. 16269Interactively, prompt for REGEXP using `read-regexp', then FACE.
16261Use the global history list for FACE. 16270Use the global history list for FACE.
16262 16271
@@ -32308,6 +32317,7 @@ and `sc-post-hook' is run after the guts of this function.
32308 32317
32309;;;### (autoloads nil "svg" "svg.el" (0 0 0 0)) 32318;;;### (autoloads nil "svg" "svg.el" (0 0 0 0))
32310;;; Generated autoloads from svg.el 32319;;; Generated autoloads from svg.el
32320(push (purecopy '(svg 0 5)) package--builtin-versions)
32311 32321
32312(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "svg" '("svg-"))) 32322(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "svg" '("svg-")))
32313 32323
@@ -36595,6 +36605,7 @@ Key bindings:
36595;;;### (autoloads nil "verilog-mode" "progmodes/verilog-mode.el" 36605;;;### (autoloads nil "verilog-mode" "progmodes/verilog-mode.el"
36596;;;;;; (0 0 0 0)) 36606;;;;;; (0 0 0 0))
36597;;; Generated autoloads from progmodes/verilog-mode.el 36607;;; Generated autoloads from progmodes/verilog-mode.el
36608(push (purecopy '(verilog-mode 2017 8 7 201875024)) package--builtin-versions)
36598 36609
36599(autoload 'verilog-mode "verilog-mode" "\ 36610(autoload 'verilog-mode "verilog-mode" "\
36600Major mode for editing Verilog code. 36611Major mode for editing Verilog code.
@@ -37478,8 +37489,8 @@ and disable it otherwise. If called from Lisp, enable View mode
37478if ARG is omitted or nil. 37489if ARG is omitted or nil.
37479 37490
37480When View mode is enabled, commands that do not change the buffer 37491When View mode is enabled, commands that do not change the buffer
37481contents are available as usual. Kill commands insert text in 37492contents are available as usual. Kill commands save text but
37482kill buffers but do not delete. Most other commands beep and 37493do not delete it from the buffer. Most other commands beep and
37483tell the user that the buffer is read-only. 37494tell the user that the buffer is read-only.
37484 37495
37485\\<view-mode-map> 37496\\<view-mode-map>