aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2018-04-01 07:28:42 -0400
committerGlenn Morris2018-04-01 07:28:42 -0400
commite19fde9806999f273ea42a49904a35ed4d3b3a28 (patch)
tree0e123026a47f60566e91b3071ba7791d1e49ee9c
parentf759c5cfe4651af5f64fac2492fa362f8d383bd5 (diff)
downloademacs-e19fde9806999f273ea42a49904a35ed4d3b3a28.tar.gz
emacs-e19fde9806999f273ea42a49904a35ed4d3b3a28.zip
; Auto-commit of loaddefs files.
-rw-r--r--lisp/ldefs-boot.el84
1 files changed, 41 insertions, 43 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 4ad6b5c4eb1..7e0bf006099 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -570,10 +570,6 @@ With value nil, inhibit any automatic allout-mode activation.")
570 570
571(put 'allout-layout 'safe-local-variable (lambda (x) (or (numberp x) (listp x) (memq x '(: * + -))))) 571(put 'allout-layout 'safe-local-variable (lambda (x) (or (numberp x) (listp x) (memq x '(: * + -)))))
572 572
573(put 'allout-passphrase-verifier-string 'safe-local-variable 'stringp)
574
575(put 'allout-passphrase-hint-string 'safe-local-variable 'stringp)
576
577(autoload 'allout-mode-p "allout" "\ 573(autoload 'allout-mode-p "allout" "\
578Return t if `allout-mode' is active in current buffer. 574Return t if `allout-mode' is active in current buffer.
579 575
@@ -2646,8 +2642,10 @@ used instead of `browse-url-new-window-flag'.
2646 2642
2647(autoload 'browse-url-emacs "browse-url" "\ 2643(autoload 'browse-url-emacs "browse-url" "\
2648Ask Emacs to load URL into a buffer and show it in another window. 2644Ask Emacs to load URL into a buffer and show it in another window.
2645Optional argument SAME-WINDOW non-nil means show the URL in the
2646currently selected window instead.
2649 2647
2650\(fn URL &optional NEW-WINDOW)" t nil) 2648\(fn URL &optional SAME-WINDOW)" t nil)
2651 2649
2652(autoload 'browse-url-gnome-moz "browse-url" "\ 2650(autoload 'browse-url-gnome-moz "browse-url" "\
2653Ask Mozilla/Netscape to load URL via the GNOME program `gnome-moz-remote'. 2651Ask Mozilla/Netscape to load URL via the GNOME program `gnome-moz-remote'.
@@ -5233,11 +5231,6 @@ The function receives one argument, the name of the major mode of the
5233compilation buffer. It should return a string. 5231compilation buffer. It should return a string.
5234If nil, compute the name with `(concat \"*\" (downcase major-mode) \"*\")'.") 5232If nil, compute the name with `(concat \"*\" (downcase major-mode) \"*\")'.")
5235 5233
5236(defvar compilation-finish-function nil "\
5237Function to call when a compilation process finishes.
5238It is called with two arguments: the compilation buffer, and a string
5239describing how the process finished.")
5240
5241(defvar compilation-finish-functions nil "\ 5234(defvar compilation-finish-functions nil "\
5242Functions to call when a compilation process finishes. 5235Functions to call when a compilation process finishes.
5243Each function is called with two arguments: the compilation buffer, 5236Each function is called with two arguments: the compilation buffer,
@@ -7195,14 +7188,6 @@ It returns t if a desktop file was loaded, nil otherwise.
7195 7188
7196\(fn &optional DIRNAME)" t nil) 7189\(fn &optional DIRNAME)" t nil)
7197 7190
7198(autoload 'desktop-load-default "desktop" "\
7199Load the `default' start-up library manually.
7200Also inhibit further loading of it.
7201
7202\(fn)" nil nil)
7203
7204(make-obsolete 'desktop-load-default 'desktop-save-mode '"22.1")
7205
7206(autoload 'desktop-change-dir "desktop" "\ 7191(autoload 'desktop-change-dir "desktop" "\
7207Change to desktop saved in DIRNAME. 7192Change to desktop saved in DIRNAME.
7208Kill the desktop as specified by variables `desktop-save-mode' and 7193Kill the desktop as specified by variables `desktop-save-mode' and
@@ -14921,8 +14906,6 @@ Use \\[describe-mode] for more info.
14921;;;### (autoloads nil "goto-addr" "net/goto-addr.el" (0 0 0 0)) 14906;;;### (autoloads nil "goto-addr" "net/goto-addr.el" (0 0 0 0))
14922;;; Generated autoloads from net/goto-addr.el 14907;;; Generated autoloads from net/goto-addr.el
14923 14908
14924(define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1")
14925
14926(autoload 'goto-address-at-point "goto-addr" "\ 14909(autoload 'goto-address-at-point "goto-addr" "\
14927Send to the e-mail address or load the URL at point. 14910Send to the e-mail address or load the URL at point.
14928Send mail to address at point. See documentation for 14911Send mail to address at point. See documentation for
@@ -15012,7 +14995,7 @@ List of hook functions run by `grep-process-setup' (see `run-hooks').")
15012 14995
15013(custom-autoload 'grep-setup-hook "grep" t) 14996(custom-autoload 'grep-setup-hook "grep" t)
15014 14997
15015(defconst grep-regexp-alist `((,(concat "^\\(?:" "\\(?1:[^ 14998(defconst grep-regexp-alist `((,(concat "^\\(?:" "\\(?1:[^\0\n]+\\)\\(?3:\0\\)\\(?2:[0-9]+\\):" "\\|" "\\(?1:[^\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)) "\
15016Regexp used to match grep hits. 14999Regexp used to match grep hits.
15017See `compilation-error-regexp-alist' for format details.") 15000See `compilation-error-regexp-alist' for format details.")
15018 15001
@@ -18664,7 +18647,7 @@ Key map for ispell menu.")
18664 18647
18665(if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-region] `(menu-item ,(purecopy "Spell-Check Region") ispell-region :enable mark-active :help ,(purecopy "Spell-check text in marked region"))) (define-key ispell-menu-map [ispell-message] `(menu-item ,(purecopy "Spell-Check Message") ispell-message :visible (eq major-mode 'mail-mode) :help ,(purecopy "Skip headers and included message text"))) (define-key ispell-menu-map [ispell-buffer] `(menu-item ,(purecopy "Spell-Check Buffer") ispell-buffer :help ,(purecopy "Check spelling of selected buffer"))) (fset 'ispell-menu-map (symbol-value 'ispell-menu-map)))) 18648(if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-region] `(menu-item ,(purecopy "Spell-Check Region") ispell-region :enable mark-active :help ,(purecopy "Spell-check text in marked region"))) (define-key ispell-menu-map [ispell-message] `(menu-item ,(purecopy "Spell-Check Message") ispell-message :visible (eq major-mode 'mail-mode) :help ,(purecopy "Skip headers and included message text"))) (define-key ispell-menu-map [ispell-buffer] `(menu-item ,(purecopy "Spell-Check Buffer") ispell-buffer :help ,(purecopy "Check spelling of selected buffer"))) (fset 'ispell-menu-map (symbol-value 'ispell-menu-map))))
18666 18649
18667(defvar ispell-skip-region-alist `((ispell-words-keyword forward-line) (ispell-dictionary-keyword forward-line) (ispell-pdict-keyword forward-line) (ispell-parsing-keyword forward-line) (,(purecopy "^---*BEGIN PGP [A-Z ]*--*") \, (purecopy "^---*END PGP [A-Z ]*--*")) (,(purecopy "^begin [0-9][0-9][0-9] [^ ]+$") \, (purecopy "\nend\n")) (,(purecopy "^%!PS-Adobe-[123].0") \, (purecopy "\n%%EOF\n")) (,(purecopy "^---* \\(Start of \\)?[Ff]orwarded [Mm]essage") \, (purecopy "^---* End of [Ff]orwarded [Mm]essage"))) "\ 18650(defvar ispell-skip-region-alist `((ispell-words-keyword forward-line) (ispell-dictionary-keyword forward-line) (ispell-pdict-keyword forward-line) (ispell-parsing-keyword forward-line) (,(purecopy "^---*BEGIN PGP [A-Z ]*--*") \, (purecopy "^---*END PGP [A-Z ]*--*")) (,(purecopy "^begin [0-9][0-9][0-9] [^ \11]+$") \, (purecopy "\nend\n")) (,(purecopy "^%!PS-Adobe-[123].0") \, (purecopy "\n%%EOF\n")) (,(purecopy "^---* \\(Start of \\)?[Ff]orwarded [Mm]essage") \, (purecopy "^---* End of [Ff]orwarded [Mm]essage"))) "\
18668Alist expressing beginning and end of regions not to spell check. 18651Alist expressing beginning and end of regions not to spell check.
18669The alist key must be a regular expression. 18652The alist key must be a regular expression.
18670Valid forms include: 18653Valid forms include:
@@ -18673,7 +18656,7 @@ Valid forms include:
18673 (KEY REGEXP) - skip to end of REGEXP. REGEXP must be a string. 18656 (KEY REGEXP) - skip to end of REGEXP. REGEXP must be a string.
18674 (KEY FUNCTION ARGS) - FUNCTION called with ARGS returns end of region.") 18657 (KEY FUNCTION ARGS) - FUNCTION called with ARGS returns end of region.")
18675 18658
18676(defvar ispell-tex-skip-alists (purecopy '((("\\\\addcontentsline" ispell-tex-arg-end 2) ("\\\\add\\(tocontents\\|vspace\\)" ispell-tex-arg-end) ("\\\\\\([aA]lph\\|arabic\\)" ispell-tex-arg-end) ("\\\\cref" ispell-tex-arg-end) ("\\\\bibliographystyle" ispell-tex-arg-end) ("\\\\makebox" ispell-tex-arg-end 0) ("\\\\e?psfig" ispell-tex-arg-end) ("\\\\document\\(class\\|style\\)" . "\\\\begin[ \n]*{[ \n]*document[ \n]*}")) (("\\(figure\\|table\\)\\*?" ispell-tex-arg-end 0) ("list" ispell-tex-arg-end 2) ("program" . "\\\\end[ \n]*{[ \n]*program[ \n]*}") ("verbatim\\*?" . "\\\\end[ \n]*{[ \n]*verbatim\\*?[ \n]*}")))) "\ 18659(defvar ispell-tex-skip-alists (purecopy '((("\\\\addcontentsline" ispell-tex-arg-end 2) ("\\\\add\\(tocontents\\|vspace\\)" ispell-tex-arg-end) ("\\\\\\([aA]lph\\|arabic\\)" ispell-tex-arg-end) ("\\\\cref" ispell-tex-arg-end) ("\\\\bibliographystyle" ispell-tex-arg-end) ("\\\\makebox" ispell-tex-arg-end 0) ("\\\\e?psfig" ispell-tex-arg-end) ("\\\\document\\(class\\|style\\)" . "\\\\begin[ \11\n]*{[ \11\n]*document[ \11\n]*}")) (("\\(figure\\|table\\)\\*?" ispell-tex-arg-end 0) ("list" ispell-tex-arg-end 2) ("program" . "\\\\end[ \11\n]*{[ \11\n]*program[ \11\n]*}") ("verbatim\\*?" . "\\\\end[ \11\n]*{[ \11\n]*verbatim\\*?[ \11\n]*}")))) "\
18677Lists of regions to be skipped in TeX mode. 18660Lists of regions to be skipped in TeX mode.
18678First list is used raw. 18661First list is used raw.
18679Second list has key placed inside \\begin{}. 18662Second list has key placed inside \\begin{}.
@@ -18681,7 +18664,7 @@ Second list has key placed inside \\begin{}.
18681Delete or add any regions you want to be automatically selected 18664Delete or add any regions you want to be automatically selected
18682for skipping in latex mode.") 18665for skipping in latex mode.")
18683 18666
18684(defconst ispell-html-skip-alists '(("<[cC][oO][dD][eE]\\>[^>]*>" "</[cC][oO][dD][eE]*>") ("<[sS][cC][rR][iI][pP][tT]\\>[^>]*>" "</[sS][cC][rR][iI][pP][tT]>") ("<[aA][pP][pP][lL][eE][tT]\\>[^>]*>" "</[aA][pP][pP][lL][eE][tT]>") ("<[vV][eE][rR][bB]\\>[^>]*>" "<[vV][eE][rR][bB]\\>[^>]*>") ("<[tT][tT]/" "/") ("<[^ \n>]" ">") ("&[^ \n;]" "[; \n]")) "\ 18667(defconst ispell-html-skip-alists '(("<[cC][oO][dD][eE]\\>[^>]*>" "</[cC][oO][dD][eE]*>") ("<[sS][cC][rR][iI][pP][tT]\\>[^>]*>" "</[sS][cC][rR][iI][pP][tT]>") ("<[aA][pP][pP][lL][eE][tT]\\>[^>]*>" "</[aA][pP][pP][lL][eE][tT]>") ("<[vV][eE][rR][bB]\\>[^>]*>" "<[vV][eE][rR][bB]\\>[^>]*>") ("<[tT][tT]/" "/") ("<[^ \11\n>]" ">") ("&[^ \11\n;]" "[; \11\n]")) "\
18685Lists of start and end keys to skip in HTML buffers. 18668Lists of start and end keys to skip in HTML buffers.
18686Same format as `ispell-skip-region-alist'. 18669Same format as `ispell-skip-region-alist'.
18687Note - substrings of other matches must come last 18670Note - substrings of other matches must come last
@@ -22448,7 +22431,7 @@ This command does not work if you use short group names.
22448;;;### (autoloads nil "nnimap" "gnus/nnimap.el" (0 0 0 0)) 22431;;;### (autoloads nil "nnimap" "gnus/nnimap.el" (0 0 0 0))
22449;;; Generated autoloads from gnus/nnimap.el 22432;;; Generated autoloads from gnus/nnimap.el
22450 22433
22451(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "nnimap" '("nnimap"))) 22434(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "nnimap" '("nnimap-")))
22452 22435
22453;;;*** 22436;;;***
22454 22437
@@ -22572,8 +22555,6 @@ Generate NOV databases in all nnml directories.
22572;;;### (autoloads nil "novice" "novice.el" (0 0 0 0)) 22555;;;### (autoloads nil "novice" "novice.el" (0 0 0 0))
22573;;; Generated autoloads from novice.el 22556;;; Generated autoloads from novice.el
22574 22557
22575(define-obsolete-variable-alias 'disabled-command-hook 'disabled-command-function "22.1")
22576
22577(defvar disabled-command-function 'disabled-command-function "\ 22558(defvar disabled-command-function 'disabled-command-function "\
22578Function to call to handle disabled commands. 22559Function to call to handle disabled commands.
22579If nil, the feature is disabled, i.e., all commands work normally.") 22560If nil, the feature is disabled, i.e., all commands work normally.")
@@ -22693,11 +22674,10 @@ The Emacs commands that normally operate on balanced expressions will
22693operate on XML markup items. Thus \\[forward-sexp] will move forward 22674operate on XML markup items. Thus \\[forward-sexp] will move forward
22694across one markup item; \\[backward-sexp] will move backward across 22675across one markup item; \\[backward-sexp] will move backward across
22695one markup item; \\[kill-sexp] will kill the following markup item; 22676one markup item; \\[kill-sexp] will kill the following markup item;
22696\\[mark-sexp] will mark the following markup item. By default, each 22677\\[mark-sexp] will mark the following markup item. By default, the
22697tag each treated as a single markup item; to make the complete element 22678complete element is treated as a single markup item; to make each tag be
22698be treated as a single markup item, set the variable 22679treated as a separate markup item, set the variable `nxml-sexp-element-flag'
22699`nxml-sexp-element-flag' to t. For more details, see the function 22680to nil. For more details, see the function `nxml-forward-balanced-item'.
22700`nxml-forward-balanced-item'.
22701 22681
22702\\[nxml-backward-up-element] and \\[nxml-down-element] move up and down the element structure. 22682\\[nxml-backward-up-element] and \\[nxml-down-element] move up and down the element structure.
22703 22683
@@ -23254,7 +23234,7 @@ Coloring:
23254 23234
23255;;;### (autoloads nil "org" "org/org.el" (0 0 0 0)) 23235;;;### (autoloads nil "org" "org/org.el" (0 0 0 0))
23256;;; Generated autoloads from org/org.el 23236;;; Generated autoloads from org/org.el
23257(push (purecopy '(org 9 1 6)) package--builtin-versions) 23237(push (purecopy '(org 9 1 9)) package--builtin-versions)
23258 23238
23259(autoload 'org-babel-do-load-languages "org" "\ 23239(autoload 'org-babel-do-load-languages "org" "\
23260Load the languages defined in `org-babel-load-languages'. 23240Load the languages defined in `org-babel-load-languages'.
@@ -23463,7 +23443,7 @@ information about your Org version and configuration.
23463\(fn)" t nil) 23443\(fn)" t nil)
23464 23444
23465(autoload 'org-reload "org" "\ 23445(autoload 'org-reload "org" "\
23466Reload all org lisp files. 23446Reload all Org Lisp files.
23467With prefix arg UNCOMPILED, load the uncompiled versions. 23447With prefix arg UNCOMPILED, load the uncompiled versions.
23468 23448
23469\(fn &optional UNCOMPILED)" t nil) 23449\(fn &optional UNCOMPILED)" t nil)
@@ -24403,13 +24383,17 @@ See the command `outline-mode' for more information on this mode.
24403(push (purecopy '(package 1 1 0)) package--builtin-versions) 24383(push (purecopy '(package 1 1 0)) package--builtin-versions)
24404 24384
24405(defvar package-enable-at-startup t "\ 24385(defvar package-enable-at-startup t "\
24406Whether to activate installed packages when Emacs starts. 24386Whether to make installed packages available when Emacs starts.
24407If non-nil, packages are activated after reading the init file 24387If non-nil, packages are made available before reading the init
24408and before `after-init-hook'. Activation is not done if 24388file (but after reading the early init file). This means that if
24409`user-init-file' is nil (e.g. Emacs was started with \"-q\"). 24389you wish to set this variable, you must do so in the early init
24390file. Regardless of the value of this variable, packages are not
24391made available if `user-init-file' is nil (e.g. Emacs was started
24392with \"-q\").
24410 24393
24411Even if the value is nil, you can type \\[package-initialize] to 24394Even if the value is nil, you can type \\[package-initialize] to
24412activate the package system at any time.") 24395make installed packages available at any time, or you can
24396call (package-initialize) in your init-file.")
24413 24397
24414(custom-autoload 'package-enable-at-startup "package" t) 24398(custom-autoload 'package-enable-at-startup "package" t)
24415 24399
@@ -24420,12 +24404,26 @@ If optional arg NO-ACTIVATE is non-nil, don't activate packages.
24420If called as part of loading `user-init-file', set 24404If called as part of loading `user-init-file', set
24421`package-enable-at-startup' to nil, to prevent accidentally 24405`package-enable-at-startup' to nil, to prevent accidentally
24422loading packages twice. 24406loading packages twice.
24407
24423It is not necessary to adjust `load-path' or `require' the 24408It is not necessary to adjust `load-path' or `require' the
24424individual packages after calling `package-initialize' -- this is 24409individual packages after calling `package-initialize' -- this is
24425taken care of by `package-initialize'. 24410taken care of by `package-initialize'.
24426 24411
24412If `package-initialize' is called twice during Emacs startup,
24413signal a warning, since this is a bad idea except in highly
24414advanced use cases. To suppress the warning, remove the
24415superfluous call to `package-initialize' from your init-file. If
24416you have code which must run before `package-initialize', put
24417that code in the early init-file.
24418
24427\(fn &optional NO-ACTIVATE)" t nil) 24419\(fn &optional NO-ACTIVATE)" t nil)
24428 24420
24421(autoload 'package-activate-all "package" "\
24422Activate all installed packages.
24423The variable `package-load-list' controls which packages to load.
24424
24425\(fn)" nil nil)
24426
24429(autoload 'package-import-keyring "package" "\ 24427(autoload 'package-import-keyring "package" "\
24430Import keys from FILE. 24428Import keys from FILE.
24431 24429
@@ -26828,7 +26826,7 @@ While this input method is active, the variable
26828;;;### (autoloads nil "quickurl" "net/quickurl.el" (0 0 0 0)) 26826;;;### (autoloads nil "quickurl" "net/quickurl.el" (0 0 0 0))
26829;;; Generated autoloads from net/quickurl.el 26827;;; Generated autoloads from net/quickurl.el
26830 26828
26831(defconst quickurl-reread-hook-postfix "\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'local-write-file-hooks (lambda () (quickurl-read) nil)))\n;; End:\n" "\ 26829(defconst quickurl-reread-hook-postfix "\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'write-file-functions (lambda () (quickurl-read) nil) nil t))\n;; End:\n" "\
26832Example `quickurl-postfix' text that adds a local variable to the 26830Example `quickurl-postfix' text that adds a local variable to the
26833`quickurl-url-file' so that if you edit it by hand it will ensure that 26831`quickurl-url-file' so that if you edit it by hand it will ensure that
26834`quickurl-urls' is updated with the new URL list. 26832`quickurl-urls' is updated with the new URL list.
@@ -29668,7 +29666,7 @@ instead of no action.")
29668 29666
29669(custom-autoload 'mail-citation-hook "sendmail" t) 29667(custom-autoload 'mail-citation-hook "sendmail" t)
29670 29668
29671(defvar mail-citation-prefix-regexp (purecopy "\\([ ]*\\(\\w\\|[_.]\\)+>+\\|[ ]*[]>|]\\)+") "\ 29669(defvar mail-citation-prefix-regexp (purecopy "\\([ \11]*\\(\\w\\|[_.]\\)+>+\\|[ \11]*[]>|]\\)+") "\
29672Regular expression to match a citation prefix plus whitespace. 29670Regular expression to match a citation prefix plus whitespace.
29673It should match whatever sort of citation prefixes you want to handle, 29671It should match whatever sort of citation prefixes you want to handle,
29674with whitespace before and after; it should also match just whitespace. 29672with whitespace before and after; it should also match just whitespace.
@@ -34316,7 +34314,7 @@ Discard Tramp from loading remote files.
34316(defvar tramp-archive-enabled (featurep 'dbusbind) "\ 34314(defvar tramp-archive-enabled (featurep 'dbusbind) "\
34317Non-nil when file archive support is available.") 34315Non-nil when file archive support is available.")
34318 34316
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") "\ 34317(defconst tramp-archive-suffixes '("7z" "apk" "ar" "cab" "CAB" "cpio" "deb" "depot" "exe" "iso" "jar" "lzh" "LZH" "msu" "MSU" "mtree" "odb" "odf" "odg" "odp" "ods" "odt" "pax" "rar" "rpm" "shar" "tar" "tbz" "tgz" "tlz" "txz" "warc" "xar" "xpi" "xps" "zip" "ZIP") "\
34320List of suffixes which indicate a file archive. 34318List of suffixes which indicate a file archive.
34321It must be supported by libarchive(3).") 34319It must be supported by libarchive(3).")
34322 34320
@@ -38017,7 +38015,7 @@ Call `insert' with ARGS even if surrounding text is read only.
38017 38015
38018\(fn &rest ARGS)" nil nil) 38016\(fn &rest ARGS)" nil nil)
38019 38017
38020(defvar widget-keymap (let ((map (make-sparse-keymap))) (define-key map " " 'widget-forward) (define-key map " " 'widget-backward) (define-key map [(shift tab)] 'widget-backward) (put 'widget-backward :advertised-binding [(shift tab)]) (define-key map [backtab] 'widget-backward) (define-key map [down-mouse-2] 'widget-button-click) (define-key map [down-mouse-1] 'widget-button-click) (define-key map [(control 109)] 'widget-button-press) map) "\ 38018(defvar widget-keymap (let ((map (make-sparse-keymap))) (define-key map "\11" 'widget-forward) (define-key map "\33\11" 'widget-backward) (define-key map [(shift tab)] 'widget-backward) (put 'widget-backward :advertised-binding [(shift tab)]) (define-key map [backtab] 'widget-backward) (define-key map [down-mouse-2] 'widget-button-click) (define-key map [down-mouse-1] 'widget-button-click) (define-key map [(control 109)] 'widget-button-press) map) "\
38021Keymap containing useful binding for buffers containing widgets. 38019Keymap containing useful binding for buffers containing widgets.
38022Recommended as a parent keymap for modes using widgets. 38020Recommended as a parent keymap for modes using widgets.
38023Note that such modes will need to require wid-edit.") 38021Note that such modes will need to require wid-edit.")