diff options
| author | Glenn Morris | 2018-04-01 07:28:42 -0400 |
|---|---|---|
| committer | Glenn Morris | 2018-04-01 07:28:42 -0400 |
| commit | e19fde9806999f273ea42a49904a35ed4d3b3a28 (patch) | |
| tree | 0e123026a47f60566e91b3071ba7791d1e49ee9c | |
| parent | f759c5cfe4651af5f64fac2492fa362f8d383bd5 (diff) | |
| download | emacs-e19fde9806999f273ea42a49904a35ed4d3b3a28.tar.gz emacs-e19fde9806999f273ea42a49904a35ed4d3b3a28.zip | |
; Auto-commit of loaddefs files.
| -rw-r--r-- | lisp/ldefs-boot.el | 84 |
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" "\ |
| 578 | Return t if `allout-mode' is active in current buffer. | 574 | Return 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" "\ |
| 2648 | Ask Emacs to load URL into a buffer and show it in another window. | 2644 | Ask Emacs to load URL into a buffer and show it in another window. |
| 2645 | Optional argument SAME-WINDOW non-nil means show the URL in the | ||
| 2646 | currently 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" "\ |
| 2653 | Ask Mozilla/Netscape to load URL via the GNOME program `gnome-moz-remote'. | 2651 | Ask 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 | |||
| 5233 | compilation buffer. It should return a string. | 5231 | compilation buffer. It should return a string. |
| 5234 | If nil, compute the name with `(concat \"*\" (downcase major-mode) \"*\")'.") | 5232 | If nil, compute the name with `(concat \"*\" (downcase major-mode) \"*\")'.") |
| 5235 | 5233 | ||
| 5236 | (defvar compilation-finish-function nil "\ | ||
| 5237 | Function to call when a compilation process finishes. | ||
| 5238 | It is called with two arguments: the compilation buffer, and a string | ||
| 5239 | describing how the process finished.") | ||
| 5240 | |||
| 5241 | (defvar compilation-finish-functions nil "\ | 5234 | (defvar compilation-finish-functions nil "\ |
| 5242 | Functions to call when a compilation process finishes. | 5235 | Functions to call when a compilation process finishes. |
| 5243 | Each function is called with two arguments: the compilation buffer, | 5236 | Each 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" "\ | ||
| 7199 | Load the `default' start-up library manually. | ||
| 7200 | Also 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" "\ |
| 7207 | Change to desktop saved in DIRNAME. | 7192 | Change to desktop saved in DIRNAME. |
| 7208 | Kill the desktop as specified by variables `desktop-save-mode' and | 7193 | Kill 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" "\ |
| 14927 | Send to the e-mail address or load the URL at point. | 14910 | Send to the e-mail address or load the URL at point. |
| 14928 | Send mail to address at point. See documentation for | 14911 | Send 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)) "\ |
| 15016 | Regexp used to match grep hits. | 14999 | Regexp used to match grep hits. |
| 15017 | See `compilation-error-regexp-alist' for format details.") | 15000 | See `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"))) "\ |
| 18668 | Alist expressing beginning and end of regions not to spell check. | 18651 | Alist expressing beginning and end of regions not to spell check. |
| 18669 | The alist key must be a regular expression. | 18652 | The alist key must be a regular expression. |
| 18670 | Valid forms include: | 18653 | Valid 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]*}")))) "\ |
| 18677 | Lists of regions to be skipped in TeX mode. | 18660 | Lists of regions to be skipped in TeX mode. |
| 18678 | First list is used raw. | 18661 | First list is used raw. |
| 18679 | Second list has key placed inside \\begin{}. | 18662 | Second list has key placed inside \\begin{}. |
| @@ -18681,7 +18664,7 @@ Second list has key placed inside \\begin{}. | |||
| 18681 | Delete or add any regions you want to be automatically selected | 18664 | Delete or add any regions you want to be automatically selected |
| 18682 | for skipping in latex mode.") | 18665 | for 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]")) "\ |
| 18685 | Lists of start and end keys to skip in HTML buffers. | 18668 | Lists of start and end keys to skip in HTML buffers. |
| 18686 | Same format as `ispell-skip-region-alist'. | 18669 | Same format as `ispell-skip-region-alist'. |
| 18687 | Note - substrings of other matches must come last | 18670 | Note - 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 "\ |
| 22578 | Function to call to handle disabled commands. | 22559 | Function to call to handle disabled commands. |
| 22579 | If nil, the feature is disabled, i.e., all commands work normally.") | 22560 | If 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 | |||
| 22693 | operate on XML markup items. Thus \\[forward-sexp] will move forward | 22674 | operate on XML markup items. Thus \\[forward-sexp] will move forward |
| 22694 | across one markup item; \\[backward-sexp] will move backward across | 22675 | across one markup item; \\[backward-sexp] will move backward across |
| 22695 | one markup item; \\[kill-sexp] will kill the following markup item; | 22676 | one 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 |
| 22697 | tag each treated as a single markup item; to make the complete element | 22678 | complete element is treated as a single markup item; to make each tag be |
| 22698 | be treated as a single markup item, set the variable | 22679 | treated 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 | 22680 | to 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" "\ |
| 23260 | Load the languages defined in `org-babel-load-languages'. | 23240 | Load 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" "\ |
| 23466 | Reload all org lisp files. | 23446 | Reload all Org Lisp files. |
| 23467 | With prefix arg UNCOMPILED, load the uncompiled versions. | 23447 | With 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 "\ |
| 24406 | Whether to activate installed packages when Emacs starts. | 24386 | Whether to make installed packages available when Emacs starts. |
| 24407 | If non-nil, packages are activated after reading the init file | 24387 | If non-nil, packages are made available before reading the init |
| 24408 | and before `after-init-hook'. Activation is not done if | 24388 | file (but after reading the early init file). This means that if |
| 24409 | `user-init-file' is nil (e.g. Emacs was started with \"-q\"). | 24389 | you wish to set this variable, you must do so in the early init |
| 24390 | file. Regardless of the value of this variable, packages are not | ||
| 24391 | made available if `user-init-file' is nil (e.g. Emacs was started | ||
| 24392 | with \"-q\"). | ||
| 24410 | 24393 | ||
| 24411 | Even if the value is nil, you can type \\[package-initialize] to | 24394 | Even if the value is nil, you can type \\[package-initialize] to |
| 24412 | activate the package system at any time.") | 24395 | make installed packages available at any time, or you can |
| 24396 | call (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. | |||
| 24420 | If called as part of loading `user-init-file', set | 24404 | If 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 |
| 24422 | loading packages twice. | 24406 | loading packages twice. |
| 24407 | |||
| 24423 | It is not necessary to adjust `load-path' or `require' the | 24408 | It is not necessary to adjust `load-path' or `require' the |
| 24424 | individual packages after calling `package-initialize' -- this is | 24409 | individual packages after calling `package-initialize' -- this is |
| 24425 | taken care of by `package-initialize'. | 24410 | taken care of by `package-initialize'. |
| 24426 | 24411 | ||
| 24412 | If `package-initialize' is called twice during Emacs startup, | ||
| 24413 | signal a warning, since this is a bad idea except in highly | ||
| 24414 | advanced use cases. To suppress the warning, remove the | ||
| 24415 | superfluous call to `package-initialize' from your init-file. If | ||
| 24416 | you have code which must run before `package-initialize', put | ||
| 24417 | that 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" "\ | ||
| 24422 | Activate all installed packages. | ||
| 24423 | The 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" "\ |
| 24430 | Import keys from FILE. | 24428 | Import 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" "\ |
| 26832 | Example `quickurl-postfix' text that adds a local variable to the | 26830 | Example `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]*[]>|]\\)+") "\ |
| 29672 | Regular expression to match a citation prefix plus whitespace. | 29670 | Regular expression to match a citation prefix plus whitespace. |
| 29673 | It should match whatever sort of citation prefixes you want to handle, | 29671 | It should match whatever sort of citation prefixes you want to handle, |
| 29674 | with whitespace before and after; it should also match just whitespace. | 29672 | with 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) "\ |
| 34317 | Non-nil when file archive support is available.") | 34315 | Non-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") "\ |
| 34320 | List of suffixes which indicate a file archive. | 34318 | List of suffixes which indicate a file archive. |
| 34321 | It must be supported by libarchive(3).") | 34319 | It 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) "\ |
| 38021 | Keymap containing useful binding for buffers containing widgets. | 38019 | Keymap containing useful binding for buffers containing widgets. |
| 38022 | Recommended as a parent keymap for modes using widgets. | 38020 | Recommended as a parent keymap for modes using widgets. |
| 38023 | Note that such modes will need to require wid-edit.") | 38021 | Note that such modes will need to require wid-edit.") |