aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2021-03-01 06:27:02 -0800
committerGlenn Morris2021-03-01 06:27:02 -0800
commit5c26ea4cbcbf78766dc4b48d34f57fcfafd81cf0 (patch)
tree46e633439eccb4fe4180eebddc5c9928bff7242a
parent70514c6374f8432c34d345216b4df6cf37151d9a (diff)
downloademacs-5c26ea4cbcbf78766dc4b48d34f57fcfafd81cf0.tar.gz
emacs-5c26ea4cbcbf78766dc4b48d34f57fcfafd81cf0.zip
; Auto-commit of loaddefs files.
-rw-r--r--lisp/ldefs-boot.el460
1 files changed, 173 insertions, 287 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 9924d62774e..fa971b33c7b 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -62,7 +62,7 @@ should return a grid vector array that is the new solution.
62;;;### (autoloads nil "add-log" "vc/add-log.el" (0 0 0 0)) 62;;;### (autoloads nil "add-log" "vc/add-log.el" (0 0 0 0))
63;;; Generated autoloads from vc/add-log.el 63;;; Generated autoloads from vc/add-log.el
64 64
65(put 'change-log-default-name 'safe-local-variable 'string-or-null-p) 65(put 'change-log-default-name 'safe-local-variable #'string-or-null-p)
66 66
67(defvar add-log-current-defun-function nil "\ 67(defvar add-log-current-defun-function nil "\
68If non-nil, function to guess name of surrounding function. 68If non-nil, function to guess name of surrounding function.
@@ -1881,7 +1881,7 @@ specifies in the mode line.
1881Activate Mouse Avoidance mode. 1881Activate Mouse Avoidance mode.
1882See function `mouse-avoidance-mode' for possible values. 1882See function `mouse-avoidance-mode' for possible values.
1883Setting this variable directly does not take effect; 1883Setting this variable directly does not take effect;
1884use either \\[customize] or the function `mouse-avoidance-mode'.") 1884use either \\[customize] or \\[mouse-avoidance-mode].")
1885 1885
1886(custom-autoload 'mouse-avoidance-mode "avoid" nil) 1886(custom-autoload 'mouse-avoidance-mode "avoid" nil)
1887 1887
@@ -2529,7 +2529,7 @@ deletion, or > if it is flagged for displaying." t nil)
2529(defalias 'edit-bookmarks 'bookmark-bmenu-list) 2529(defalias 'edit-bookmarks 'bookmark-bmenu-list)
2530 2530
2531(autoload 'bookmark-bmenu-search "bookmark" "\ 2531(autoload 'bookmark-bmenu-search "bookmark" "\
2532Incremental search of bookmarks, hiding the non-matches as we go." t nil) 2532Incremental search of bookmarks, hiding the non-matches as we go." '(bookmark-bmenu-mode) nil)
2533 2533
2534(defvar menu-bar-bookmark-map (let ((map (make-sparse-keymap "Bookmark functions"))) (bindings--define-key map [load] '(menu-item "Load a Bookmark File..." bookmark-load :help "Load bookmarks from a bookmark file)")) (bindings--define-key map [write] '(menu-item "Save Bookmarks As..." bookmark-write :help "Write bookmarks to a file (reading the file name with the minibuffer)")) (bindings--define-key map [save] '(menu-item "Save Bookmarks" bookmark-save :help "Save currently defined bookmarks")) (bindings--define-key map [edit] '(menu-item "Edit Bookmark List" bookmark-bmenu-list :help "Display a list of existing bookmarks")) (bindings--define-key map [delete] '(menu-item "Delete Bookmark..." bookmark-delete :help "Delete a bookmark from the bookmark list")) (bindings--define-key map [delete-all] '(menu-item "Delete all Bookmarks..." bookmark-delete-all :help "Delete all bookmarks from the bookmark list")) (bindings--define-key map [rename] '(menu-item "Rename Bookmark..." bookmark-rename :help "Change the name of a bookmark")) (bindings--define-key map [locate] '(menu-item "Insert Location..." bookmark-locate :help "Insert the name of the file associated with a bookmark")) (bindings--define-key map [insert] '(menu-item "Insert Contents..." bookmark-insert :help "Insert the text of the file pointed to by a bookmark")) (bindings--define-key map [set] '(menu-item "Set Bookmark..." bookmark-set :help "Set a bookmark named inside a file.")) (bindings--define-key map [jump] '(menu-item "Jump to Bookmark..." bookmark-jump :help "Jump to a bookmark (a point in some file)")) map)) 2534(defvar menu-bar-bookmark-map (let ((map (make-sparse-keymap "Bookmark functions"))) (bindings--define-key map [load] '(menu-item "Load a Bookmark File..." bookmark-load :help "Load bookmarks from a bookmark file)")) (bindings--define-key map [write] '(menu-item "Save Bookmarks As..." bookmark-write :help "Write bookmarks to a file (reading the file name with the minibuffer)")) (bindings--define-key map [save] '(menu-item "Save Bookmarks" bookmark-save :help "Save currently defined bookmarks")) (bindings--define-key map [edit] '(menu-item "Edit Bookmark List" bookmark-bmenu-list :help "Display a list of existing bookmarks")) (bindings--define-key map [delete] '(menu-item "Delete Bookmark..." bookmark-delete :help "Delete a bookmark from the bookmark list")) (bindings--define-key map [delete-all] '(menu-item "Delete all Bookmarks..." bookmark-delete-all :help "Delete all bookmarks from the bookmark list")) (bindings--define-key map [rename] '(menu-item "Rename Bookmark..." bookmark-rename :help "Change the name of a bookmark")) (bindings--define-key map [locate] '(menu-item "Insert Location..." bookmark-locate :help "Insert the name of the file associated with a bookmark")) (bindings--define-key map [insert] '(menu-item "Insert Contents..." bookmark-insert :help "Insert the text of the file pointed to by a bookmark")) (bindings--define-key map [set] '(menu-item "Set Bookmark..." bookmark-set :help "Set a bookmark named inside a file.")) (bindings--define-key map [jump] '(menu-item "Jump to Bookmark..." bookmark-jump :help "Jump to a bookmark (a point in some file)")) map))
2535 2535
@@ -4410,11 +4410,6 @@ Returns a form where all lambdas don't have any free variables.
4410 4410
4411\(fn FORM)" nil nil) 4411\(fn FORM)" nil nil)
4412 4412
4413(autoload 'cconv-warnings-only "cconv" "\
4414Add the warnings that closure conversion would encounter.
4415
4416\(fn FORM)" nil nil)
4417
4418(register-definition-prefixes "cconv" '("cconv-")) 4413(register-definition-prefixes "cconv" '("cconv-"))
4419 4414
4420;;;*** 4415;;;***
@@ -5940,8 +5935,7 @@ span the needed amount of lines.
5940 5935
5941Variables `cperl-pod-here-scan', `cperl-pod-here-fontify', 5936Variables `cperl-pod-here-scan', `cperl-pod-here-fontify',
5942`cperl-pod-face', `cperl-pod-head-face' control processing of POD and 5937`cperl-pod-face', `cperl-pod-head-face' control processing of POD and
5943here-docs sections. With capable Emaxen results of scan are used 5938here-docs sections. Results of scan are used for indentation too.
5944for indentation too, otherwise they are used for highlighting only.
5945 5939
5946Variables controlling indentation style: 5940Variables controlling indentation style:
5947 `cperl-tab-always-indent' 5941 `cperl-tab-always-indent'
@@ -6405,9 +6399,9 @@ PACKAGE value appearing in the :package-version keyword. Since
6405the user might see the value in an error message, a good choice is 6399the user might see the value in an error message, a good choice is
6406the official name of the package, such as MH-E or Gnus.") 6400the official name of the package, such as MH-E or Gnus.")
6407 6401
6408(defalias 'customize-changed 'customize-changed-options) 6402(define-obsolete-function-alias 'customize-changed-options #'customize-changed "28.1")
6409 6403
6410(autoload 'customize-changed-options "cus-edit" "\ 6404(autoload 'customize-changed "cus-edit" "\
6411Customize all settings whose meanings have changed in Emacs itself. 6405Customize all settings whose meanings have changed in Emacs itself.
6412This includes new user options and faces, and new customization 6406This includes new user options and faces, and new customization
6413groups, as well as older options and faces whose meanings or 6407groups, as well as older options and faces whose meanings or
@@ -6775,6 +6769,13 @@ If the HANDLER returns a `dbus-error', it is propagated as return message.
6775 6769
6776\(fn EVENT)" t nil) 6770\(fn EVENT)" t nil)
6777 6771
6772(autoload 'dbus-monitor "dbus" "\
6773Invoke `dbus-register-monitor' interactively, and switch to the buffer.
6774BUS is either a Lisp keyword, `:system' or `:session', or a
6775string denoting the bus address. The value nil defaults to `:session'.
6776
6777\(fn &optional BUS)" t nil)
6778
6778(register-definition-prefixes "dbus" '("dbus-")) 6779(register-definition-prefixes "dbus" '("dbus-"))
6779 6780
6780;;;*** 6781;;;***
@@ -7006,7 +7007,9 @@ The most useful commands are:
7006\\[decipher-frequency-count] Display the frequency of each ciphertext letter 7007\\[decipher-frequency-count] Display the frequency of each ciphertext letter
7007\\[decipher-adjacency-list] Show adjacency list for current letter (lists letters appearing next to it) 7008\\[decipher-adjacency-list] Show adjacency list for current letter (lists letters appearing next to it)
7008\\[decipher-make-checkpoint] Save the current cipher alphabet (checkpoint) 7009\\[decipher-make-checkpoint] Save the current cipher alphabet (checkpoint)
7009\\[decipher-restore-checkpoint] Restore a saved cipher alphabet (checkpoint)" t nil) 7010\\[decipher-restore-checkpoint] Restore a saved cipher alphabet (checkpoint)
7011
7012\(fn)" t nil)
7010 7013
7011(register-definition-prefixes "decipher" '("decipher-")) 7014(register-definition-prefixes "decipher" '("decipher-"))
7012 7015
@@ -7130,6 +7133,9 @@ KEYWORD-ARGS:
7130 :after-hook FORM 7133 :after-hook FORM
7131 A single lisp form which is evaluated after the mode 7134 A single lisp form which is evaluated after the mode
7132 hooks have been run. It should not be quoted. 7135 hooks have been run. It should not be quoted.
7136 :interactive BOOLEAN
7137 Whether the derived mode should be `interactive' or not.
7138 The default is t.
7133 7139
7134BODY: forms to execute just before running the 7140BODY: forms to execute just before running the
7135 hooks for the new mode. Do not use `interactive' here. 7141 hooks for the new mode. Do not use `interactive' here.
@@ -7475,13 +7481,13 @@ You can control what lines will be unwrapped by frobbing
7475indicating the minimum and maximum length of an unwrapped citation line. If 7481indicating the minimum and maximum length of an unwrapped citation line. If
7476NODISPLAY is non-nil, don't redisplay the article buffer. 7482NODISPLAY is non-nil, don't redisplay the article buffer.
7477 7483
7478\(fn &optional NODISPLAY)" t nil) 7484\(fn &optional NODISPLAY)" '(gnus-article-mode gnus-summary-mode) nil)
7479 7485
7480(autoload 'gnus-article-outlook-repair-attribution "deuglify" "\ 7486(autoload 'gnus-article-outlook-repair-attribution "deuglify" "\
7481Repair a broken attribution line. 7487Repair a broken attribution line.
7482If NODISPLAY is non-nil, don't redisplay the article buffer. 7488If NODISPLAY is non-nil, don't redisplay the article buffer.
7483 7489
7484\(fn &optional NODISPLAY)" t nil) 7490\(fn &optional NODISPLAY)" '(gnus-article-mode gnus-summary-mode) nil)
7485 7491
7486(autoload 'gnus-outlook-deuglify-article "deuglify" "\ 7492(autoload 'gnus-outlook-deuglify-article "deuglify" "\
7487Full deuglify of broken Outlook (Express) articles. 7493Full deuglify of broken Outlook (Express) articles.
@@ -7489,10 +7495,10 @@ Treat \"smartquotes\", unwrap lines, repair attribution and
7489rearrange citation. If NODISPLAY is non-nil, don't redisplay the 7495rearrange citation. If NODISPLAY is non-nil, don't redisplay the
7490article buffer. 7496article buffer.
7491 7497
7492\(fn &optional NODISPLAY)" t nil) 7498\(fn &optional NODISPLAY)" '(gnus-article-mode gnus-summary-mode) nil)
7493 7499
7494(autoload 'gnus-article-outlook-deuglify-article "deuglify" "\ 7500(autoload 'gnus-article-outlook-deuglify-article "deuglify" "\
7495Deuglify broken Outlook (Express) articles and redisplay." t nil) 7501Deuglify broken Outlook (Express) articles and redisplay." '(gnus-article-mode gnus-summary-mode) nil)
7496 7502
7497(register-definition-prefixes "deuglify" '("gnus-")) 7503(register-definition-prefixes "deuglify" '("gnus-"))
7498 7504
@@ -7559,23 +7565,22 @@ This is a mode for searching a dictionary server implementing the
7559protocol defined in RFC 2229. 7565protocol defined in RFC 2229.
7560 7566
7561This is a quick reference to this mode describing the default key bindings: 7567This is a quick reference to this mode describing the default key bindings:
7568\\<dictionary-mode-map>
7569* \\[dictionary-close] close the dictionary buffer
7570* \\[dictionary-help] display this help information
7571* \\[dictionary-search] ask for a new word to search
7572* \\[dictionary-lookup-definition] search the word at point
7573* \\[forward-button] or TAB place point to the next link
7574* \\[backward-button] or S-TAB place point to the prev link
7562 7575
7563* q close the dictionary buffer 7576* \\[dictionary-match-words] ask for a pattern and list all matching words.
7564* h display this help information 7577* \\[dictionary-select-dictionary] select the default dictionary
7565* s ask for a new word to search 7578* \\[dictionary-select-strategy] select the default search strategy
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 7579
7570* m ask for a pattern and list all matching words. 7580* RET or <mouse-2> visit that link" nil nil)
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 7581
7577(autoload 'dictionary "dictionary" "\ 7582(autoload 'dictionary "dictionary" "\
7578Create a new dictonary buffer and install dictionary-mode." t nil) 7583Create a new dictionary buffer and install `dictionary-mode'." t nil)
7579 7584
7580(autoload 'dictionary-search "dictionary" "\ 7585(autoload 'dictionary-search "dictionary" "\
7581Search the WORD in DICTIONARY if given or in all if nil. 7586Search the WORD in DICTIONARY if given or in all if nil.
@@ -7606,7 +7611,7 @@ Display entries matching WORD or the current word if not given.
7606Display tooltips for the current word. 7611Display tooltips for the current word.
7607 7612
7608This function can be used to enable or disable the tooltip mode 7613This function can be used to enable or disable the tooltip mode
7609for the current buffer (based on ARG). If global-tooltip-mode is 7614for the current buffer (based on ARG). If global-tooltip-mode is
7610active it will overwrite that mode for the current buffer. 7615active it will overwrite that mode for the current buffer.
7611 7616
7612\(fn &optional ARG)" t nil) 7617\(fn &optional ARG)" t nil)
@@ -7772,10 +7777,15 @@ Switches passed to `ls' for Dired. MUST contain the `l' option.
7772May contain all other options that don't contradict `-l'; 7777May contain all other options that don't contradict `-l';
7773may contain even `F', `b', `i' and `s'. See also the variable 7778may contain even `F', `b', `i' and `s'. See also the variable
7774`dired-ls-F-marks-symlinks' concerning the `F' switch. 7779`dired-ls-F-marks-symlinks' concerning the `F' switch.
7780
7781If you have files with names with embedded newline characters, adding
7782`b' to the switches will allow Dired to handle those files better.
7783
7775Options that include embedded whitespace must be quoted 7784Options that include embedded whitespace must be quoted
7776like this: \"--option=value with spaces\"; you can use 7785like this: \"--option=value with spaces\"; you can use
7777`combine-and-quote-strings' to produce the correct quoting of 7786`combine-and-quote-strings' to produce the correct quoting of
7778each option. 7787each option.
7788
7779On systems such as MS-DOS and MS-Windows, which use `ls' emulation in Lisp, 7789On systems such as MS-DOS and MS-Windows, which use `ls' emulation in Lisp,
7780some of the `ls' switches are not supported; see the doc string of 7790some of the `ls' switches are not supported; see the doc string of
7781`insert-directory' in `ls-lisp.el' for more details.") 7791`insert-directory' in `ls-lisp.el' for more details.")
@@ -7873,19 +7883,9 @@ directories again, type \\[dired-do-redisplay] to relist the file at point or th
7873subdirectory, or type \\[dired-build-subdir-alist] to parse the buffer 7883subdirectory, or type \\[dired-build-subdir-alist] to parse the buffer
7874again for the directory tree. 7884again for the directory tree.
7875 7885
7876Customization variables (rename this buffer and type \\[describe-variable] on each line 7886See the `dired' customization group for a list of user options.
7877for more info):
7878 7887
7879 `dired-listing-switches' 7888This mode runs the following hooks:
7880 `dired-trivial-filenames'
7881 `dired-marker-char'
7882 `dired-del-marker'
7883 `dired-keep-marker-rename'
7884 `dired-keep-marker-copy'
7885 `dired-keep-marker-hardlink'
7886 `dired-keep-marker-symlink'
7887
7888Hooks (use \\[describe-variable] to see their documentation):
7889 7889
7890 `dired-before-readin-hook' 7890 `dired-before-readin-hook'
7891 `dired-after-readin-hook' 7891 `dired-after-readin-hook'
@@ -8266,6 +8266,13 @@ if some action was made, or nil if the URL is ignored.")
8266;;;### (autoloads nil "dns" "net/dns.el" (0 0 0 0)) 8266;;;### (autoloads nil "dns" "net/dns.el" (0 0 0 0))
8267;;; Generated autoloads from net/dns.el 8267;;; Generated autoloads from net/dns.el
8268 8268
8269(autoload 'dns-query "dns" "\
8270Query a DNS server for NAME of TYPE.
8271If FULL, return the entire record returned.
8272If REVERSE, look up an IP address.
8273
8274\(fn NAME &optional TYPE FULL REVERSE)" nil nil)
8275
8269(register-definition-prefixes "dns" '("dns-")) 8276(register-definition-prefixes "dns" '("dns-"))
8270 8277
8271;;;*** 8278;;;***
@@ -8487,6 +8494,10 @@ BODY contains code to execute each time the mode is enabled or disabled.
8487:lighter SPEC Same as the LIGHTER argument. 8494:lighter SPEC Same as the LIGHTER argument.
8488:keymap MAP Same as the KEYMAP argument. 8495:keymap MAP Same as the KEYMAP argument.
8489:require SYM Same as in `defcustom'. 8496:require SYM Same as in `defcustom'.
8497:interactive VAL Whether this mode should be a command or not. The default
8498 is to make it one; use nil to avoid that. If VAL is a list,
8499 it's interpreted as a list of major modes this minor mode
8500 is useful in.
8490:variable PLACE The location to use instead of the variable MODE to store 8501:variable PLACE The location to use instead of the variable MODE to store
8491 the state of the mode. This can be simply a different 8502 the state of the mode. This can be simply a different
8492 named variable, or a generalized variable. 8503 named variable, or a generalized variable.
@@ -8586,158 +8597,6 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX).
8586 8597
8587;;;*** 8598;;;***
8588 8599
8589;;;### (autoloads nil "easymenu" "emacs-lisp/easymenu.el" (0 0 0
8590;;;;;; 0))
8591;;; Generated autoloads from emacs-lisp/easymenu.el
8592
8593(autoload 'easy-menu-define "easymenu" "\
8594Define a pop-up menu and/or menu bar menu specified by MENU.
8595If SYMBOL is non-nil, define SYMBOL as a function to pop up the
8596submenu defined by MENU, with DOC as its doc string.
8597
8598MAPS, if non-nil, should be a keymap or a list of keymaps; add
8599the submenu defined by MENU to the keymap or each of the keymaps,
8600as a top-level menu bar item.
8601
8602The first element of MENU must be a string. It is the menu bar
8603item name. It may be followed by the following keyword argument
8604pairs:
8605
8606 :filter FUNCTION
8607 FUNCTION must be a function which, if called with one
8608 argument---the list of the other menu items---returns the
8609 items to actually display.
8610
8611 :visible INCLUDE
8612 INCLUDE is an expression. The menu is visible if the
8613 expression evaluates to a non-nil value. `:included' is an
8614 alias for `:visible'.
8615
8616 :active ENABLE
8617 ENABLE is an expression. The menu is enabled for selection
8618 if the expression evaluates to a non-nil value. `:enable' is
8619 an alias for `:active'.
8620
8621 :label FORM
8622 FORM is an expression that is dynamically evaluated and whose
8623 value serves as the menu's label (the default is the first
8624 element of MENU).
8625
8626 :help HELP
8627 HELP is a string, the help to display for the menu.
8628 In a GUI this is a \"tooltip\" on the menu button. (Though
8629 in Lucid :help is not shown for the top-level menu bar, only
8630 for sub-menus.)
8631
8632The rest of the elements in MENU are menu items.
8633A menu item can be a vector of three elements:
8634
8635 [NAME CALLBACK ENABLE]
8636
8637NAME is a string--the menu item name.
8638
8639CALLBACK is a command to run when the item is chosen, or an
8640expression to evaluate when the item is chosen.
8641
8642ENABLE is an expression; the item is enabled for selection if the
8643expression evaluates to a non-nil value.
8644
8645Alternatively, a menu item may have the form:
8646
8647 [ NAME CALLBACK [ KEYWORD ARG ]... ]
8648
8649where NAME and CALLBACK have the same meanings as above, and each
8650optional KEYWORD and ARG pair should be one of the following:
8651
8652 :keys KEYS
8653 KEYS is a string; a keyboard equivalent to the menu item.
8654 This is normally not needed because keyboard equivalents are
8655 usually computed automatically. KEYS is expanded with
8656 `substitute-command-keys' before it is used.
8657
8658 :key-sequence KEYS
8659 KEYS is a hint for speeding up Emacs's first display of the
8660 menu. It should be nil if you know that the menu item has no
8661 keyboard equivalent; otherwise it should be a string or
8662 vector specifying a keyboard equivalent for the menu item.
8663
8664 :active ENABLE
8665 ENABLE is an expression; the item is enabled for selection
8666 whenever this expression's value is non-nil. `:enable' is an
8667 alias for `:active'.
8668
8669 :visible INCLUDE
8670 INCLUDE is an expression; this item is only visible if this
8671 expression has a non-nil value. `:included' is an alias for
8672 `:visible'.
8673
8674 :label FORM
8675 FORM is an expression that is dynamically evaluated and whose
8676 value serves as the menu item's label (the default is NAME).
8677
8678 :suffix FORM
8679 FORM is an expression that is dynamically evaluated and whose
8680 value is concatenated with the menu entry's label.
8681
8682 :style STYLE
8683 STYLE is a symbol describing the type of menu item; it should
8684 be `toggle' (a checkbox), or `radio' (a radio button), or any
8685 other value (meaning an ordinary menu item).
8686
8687 :selected SELECTED
8688 SELECTED is an expression; the checkbox or radio button is
8689 selected whenever the expression's value is non-nil.
8690
8691 :help HELP
8692 HELP is a string, the help to display for the menu item.
8693
8694Alternatively, a menu item can be a string. Then that string
8695appears in the menu as unselectable text. A string consisting
8696solely of dashes is displayed as a menu separator.
8697
8698Alternatively, a menu item can be a list with the same format as
8699MENU. This is a submenu.
8700
8701\(fn SYMBOL MAPS DOC MENU)" nil t)
8702
8703(function-put 'easy-menu-define 'lisp-indent-function 'defun)
8704
8705(autoload 'easy-menu-do-define "easymenu" "\
8706
8707
8708\(fn SYMBOL MAPS DOC MENU)" nil nil)
8709
8710(autoload 'easy-menu-create-menu "easymenu" "\
8711Create a menu called MENU-NAME with items described in MENU-ITEMS.
8712MENU-NAME is a string, the name of the menu. MENU-ITEMS is a list of items
8713possibly preceded by keyword pairs as described in `easy-menu-define'.
8714
8715\(fn MENU-NAME MENU-ITEMS)" nil nil)
8716
8717(autoload 'easy-menu-change "easymenu" "\
8718Change menu found at PATH as item NAME to contain ITEMS.
8719PATH is a list of strings for locating the menu that
8720should contain a submenu named NAME.
8721ITEMS is a list of menu items, as in `easy-menu-define'.
8722These items entirely replace the previous items in that submenu.
8723
8724If MAP is specified, it should normally be a keymap; nil stands for the local
8725menu-bar keymap. It can also be a symbol, which has earlier been used as the
8726first argument in a call to `easy-menu-define', or the value of such a symbol.
8727
8728If the menu located by PATH has no submenu named NAME, add one.
8729If the optional argument BEFORE is present, add it just before
8730the submenu named BEFORE, otherwise add it at the end of the menu.
8731
8732To implement dynamic menus, either call this from
8733`menu-bar-update-hook' or use a menu filter.
8734
8735\(fn PATH NAME ITEMS &optional BEFORE MAP)" nil nil)
8736
8737(register-definition-prefixes "easymenu" '("add-submenu" "easy-menu-"))
8738
8739;;;***
8740
8741;;;### (autoloads nil "ebnf-abn" "progmodes/ebnf-abn.el" (0 0 0 0)) 8600;;;### (autoloads nil "ebnf-abn" "progmodes/ebnf-abn.el" (0 0 0 0))
8742;;; Generated autoloads from progmodes/ebnf-abn.el 8601;;; Generated autoloads from progmodes/ebnf-abn.el
8743 8602
@@ -9423,26 +9282,6 @@ an EDE controlled project.
9423;;;### (autoloads nil "edebug" "emacs-lisp/edebug.el" (0 0 0 0)) 9282;;;### (autoloads nil "edebug" "emacs-lisp/edebug.el" (0 0 0 0))
9424;;; Generated autoloads from emacs-lisp/edebug.el 9283;;; Generated autoloads from emacs-lisp/edebug.el
9425 9284
9426(defvar edebug-all-defs nil "\
9427If non-nil, evaluating defining forms instruments for Edebug.
9428This applies to `eval-defun', `eval-region', `eval-buffer', and
9429`eval-current-buffer'. `eval-region' is also called by
9430`eval-last-sexp', and `eval-print-last-sexp'.
9431
9432You can use the command `edebug-all-defs' to toggle the value of this
9433variable. You may wish to make it local to each buffer with
9434\(make-local-variable \\='edebug-all-defs) in your
9435`emacs-lisp-mode-hook'.")
9436
9437(custom-autoload 'edebug-all-defs "edebug" t)
9438
9439(defvar edebug-all-forms nil "\
9440Non-nil means evaluation of all forms will instrument for Edebug.
9441This doesn't apply to loading or evaluations in the minibuffer.
9442Use the command `edebug-all-forms' to toggle the value of this option.")
9443
9444(custom-autoload 'edebug-all-forms "edebug" t)
9445
9446(autoload 'edebug-basic-spec "edebug" "\ 9285(autoload 'edebug-basic-spec "edebug" "\
9447Return t if SPEC uses only extant spec symbols. 9286Return t if SPEC uses only extant spec symbols.
9448An extant spec symbol is a symbol that is not a function and has a 9287An extant spec symbol is a symbol that is not a function and has a
@@ -9476,7 +9315,7 @@ Toggle edebugging of all definitions." t nil)
9476(autoload 'edebug-all-forms "edebug" "\ 9315(autoload 'edebug-all-forms "edebug" "\
9477Toggle edebugging of all forms." t nil) 9316Toggle edebugging of all forms." t nil)
9478 9317
9479(register-definition-prefixes "edebug" '("cancel-edebug-on-entry" "edebug" "get-edebug-spec" "global-edebug-")) 9318(register-definition-prefixes "edebug" '("arglist" "backquote-form" "def-declarations" "edebug" "function-form" "interactive" "lambda-" "name" "nested-backquote-form"))
9480 9319
9481;;;*** 9320;;;***
9482 9321
@@ -9498,9 +9337,9 @@ arguments after setting up the Ediff buffers.
9498 9337
9499\(fn FILE-A FILE-B FILE-C &optional STARTUP-HOOKS)" t nil) 9338\(fn FILE-A FILE-B FILE-C &optional STARTUP-HOOKS)" t nil)
9500 9339
9501(defalias 'ediff3 'ediff-files3) 9340(defalias 'ediff3 #'ediff-files3)
9502 9341
9503(defalias 'ediff 'ediff-files) 9342(defalias 'ediff #'ediff-files)
9504 9343
9505(autoload 'ediff-current-file "ediff" "\ 9344(autoload 'ediff-current-file "ediff" "\
9506Start ediff between current buffer and its file on disk. 9345Start ediff between current buffer and its file on disk.
@@ -9526,7 +9365,7 @@ symbol describing the Ediff job type; it defaults to
9526 9365
9527\(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS JOB-NAME)" t nil) 9366\(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS JOB-NAME)" t nil)
9528 9367
9529(defalias 'ebuffers 'ediff-buffers) 9368(defalias 'ebuffers #'ediff-buffers)
9530 9369
9531(autoload 'ediff-buffers3 "ediff" "\ 9370(autoload 'ediff-buffers3 "ediff" "\
9532Run Ediff on three buffers, BUFFER-A, BUFFER-B, and BUFFER-C. 9371Run Ediff on three buffers, BUFFER-A, BUFFER-B, and BUFFER-C.
@@ -9540,7 +9379,7 @@ symbol describing the Ediff job type; it defaults to
9540 9379
9541\(fn BUFFER-A BUFFER-B BUFFER-C &optional STARTUP-HOOKS JOB-NAME)" t nil) 9380\(fn BUFFER-A BUFFER-B BUFFER-C &optional STARTUP-HOOKS JOB-NAME)" t nil)
9542 9381
9543(defalias 'ebuffers3 'ediff-buffers3) 9382(defalias 'ebuffers3 #'ediff-buffers3)
9544 9383
9545(autoload 'ediff-directories "ediff" "\ 9384(autoload 'ediff-directories "ediff" "\
9546Run Ediff on a pair of directories, DIR1 and DIR2, comparing files that have 9385Run Ediff on a pair of directories, DIR1 and DIR2, comparing files that have
@@ -9549,7 +9388,7 @@ expression; only file names that match the regexp are considered.
9549 9388
9550\(fn DIR1 DIR2 REGEXP)" t nil) 9389\(fn DIR1 DIR2 REGEXP)" t nil)
9551 9390
9552(defalias 'edirs 'ediff-directories) 9391(defalias 'edirs #'ediff-directories)
9553 9392
9554(autoload 'ediff-directory-revisions "ediff" "\ 9393(autoload 'ediff-directory-revisions "ediff" "\
9555Run Ediff on a directory, DIR1, comparing its files with their revisions. 9394Run Ediff on a directory, DIR1, comparing its files with their revisions.
@@ -9558,7 +9397,7 @@ names. Only the files that are under revision control are taken into account.
9558 9397
9559\(fn DIR1 REGEXP)" t nil) 9398\(fn DIR1 REGEXP)" t nil)
9560 9399
9561(defalias 'edir-revisions 'ediff-directory-revisions) 9400(defalias 'edir-revisions #'ediff-directory-revisions)
9562 9401
9563(autoload 'ediff-directories3 "ediff" "\ 9402(autoload 'ediff-directories3 "ediff" "\
9564Run Ediff on three directories, DIR1, DIR2, and DIR3, comparing files that 9403Run Ediff on three directories, DIR1, DIR2, and DIR3, comparing files that
@@ -9567,7 +9406,7 @@ regular expression; only file names that match the regexp are considered.
9567 9406
9568\(fn DIR1 DIR2 DIR3 REGEXP)" t nil) 9407\(fn DIR1 DIR2 DIR3 REGEXP)" t nil)
9569 9408
9570(defalias 'edirs3 'ediff-directories3) 9409(defalias 'edirs3 #'ediff-directories3)
9571 9410
9572(autoload 'ediff-merge-directories "ediff" "\ 9411(autoload 'ediff-merge-directories "ediff" "\
9573Run Ediff on a pair of directories, DIR1 and DIR2, merging files that have 9412Run Ediff on a pair of directories, DIR1 and DIR2, merging files that have
@@ -9577,7 +9416,7 @@ MERGE-AUTOSTORE-DIR is the directory in which to store merged files.
9577 9416
9578\(fn DIR1 DIR2 REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil) 9417\(fn DIR1 DIR2 REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil)
9579 9418
9580(defalias 'edirs-merge 'ediff-merge-directories) 9419(defalias 'edirs-merge #'ediff-merge-directories)
9581 9420
9582(autoload 'ediff-merge-directories-with-ancestor "ediff" "\ 9421(autoload 'ediff-merge-directories-with-ancestor "ediff" "\
9583Merge files in directories DIR1 and DIR2 using files in ANCESTOR-DIR as ancestors. 9422Merge files in directories DIR1 and DIR2 using files in ANCESTOR-DIR as ancestors.
@@ -9597,7 +9436,7 @@ MERGE-AUTOSTORE-DIR is the directory in which to store merged files.
9597 9436
9598\(fn DIR1 REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil) 9437\(fn DIR1 REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil)
9599 9438
9600(defalias 'edir-merge-revisions 'ediff-merge-directory-revisions) 9439(defalias 'edir-merge-revisions #'ediff-merge-directory-revisions)
9601 9440
9602(autoload 'ediff-merge-directory-revisions-with-ancestor "ediff" "\ 9441(autoload 'ediff-merge-directory-revisions-with-ancestor "ediff" "\
9603Run Ediff on a directory, DIR1, merging its files with their revisions and ancestors. 9442Run Ediff on a directory, DIR1, merging its files with their revisions and ancestors.
@@ -9839,7 +9678,7 @@ Call `ediff-merge-directories-with-ancestor' with the next four command line arg
9839(autoload 'ediff-show-registry "ediff-mult" "\ 9678(autoload 'ediff-show-registry "ediff-mult" "\
9840Display Ediff's registry." t nil) 9679Display Ediff's registry." t nil)
9841 9680
9842(defalias 'eregistry 'ediff-show-registry) 9681(defalias 'eregistry #'ediff-show-registry)
9843 9682
9844(register-definition-prefixes "ediff-mult" '("ediff-")) 9683(register-definition-prefixes "ediff-mult" '("ediff-"))
9845 9684
@@ -10866,10 +10705,6 @@ it has to be wrapped in `(eval (quote ...))'.
10866 10705
10867(function-put 'ert-deftest 'lisp-indent-function '2) 10706(function-put 'ert-deftest 'lisp-indent-function '2)
10868 10707
10869(put 'ert-deftest 'lisp-indent-function 2)
10870
10871(put 'ert-info 'lisp-indent-function 1)
10872
10873(autoload 'ert-run-tests-batch "ert" "\ 10708(autoload 'ert-run-tests-batch "ert" "\
10874Run the tests specified by SELECTOR, printing results to the terminal. 10709Run the tests specified by SELECTOR, printing results to the terminal.
10875 10710
@@ -10916,8 +10751,6 @@ Display the documentation for TEST-OR-TEST-NAME (a symbol or ert-test).
10916;;;### (autoloads nil "ert-x" "emacs-lisp/ert-x.el" (0 0 0 0)) 10751;;;### (autoloads nil "ert-x" "emacs-lisp/ert-x.el" (0 0 0 0))
10917;;; Generated autoloads from emacs-lisp/ert-x.el 10752;;; Generated autoloads from emacs-lisp/ert-x.el
10918 10753
10919(put 'ert-with-test-buffer 'lisp-indent-function 1)
10920
10921(autoload 'ert-kill-all-test-buffers "ert-x" "\ 10754(autoload 'ert-kill-all-test-buffers "ert-x" "\
10922Kill all test buffers that are still live." t nil) 10755Kill all test buffers that are still live." t nil)
10923 10756
@@ -12034,9 +11867,9 @@ INC may be passed as a numeric prefix argument.
12034The actual adjustment made depends on the final component of the 11867The actual adjustment made depends on the final component of the
12035key-binding used to invoke the command, with all modifiers removed: 11868key-binding used to invoke the command, with all modifiers removed:
12036 11869
12037 +, = Increase the default face height by one step 11870 +, = Increase the height of the default face by one step
12038 - Decrease the default face height by one step 11871 - Decrease the height of the default face by one step
12039 0 Reset the default face height to the global default 11872 0 Reset the height of the default face to the global default
12040 11873
12041After adjusting, continue to read input events and further adjust 11874After adjusting, continue to read input events and further adjust
12042the face height as long as the input event read 11875the face height as long as the input event read
@@ -13931,7 +13764,7 @@ regular expression that can be used as an element of
13931;;;### (autoloads nil "generic-x" "generic-x.el" (0 0 0 0)) 13764;;;### (autoloads nil "generic-x" "generic-x.el" (0 0 0 0))
13932;;; Generated autoloads from generic-x.el 13765;;; Generated autoloads from generic-x.el
13933 13766
13934(register-definition-prefixes "generic-x" '("default-generic-mode" "generic-")) 13767(register-definition-prefixes "generic-x" '("alias-generic-mode" "ansible-inventory-generic-mode" "apache-" "astap-generic-mode" "default-generic-mode" "etc-" "fvwm-generic-mode" "generic-" "hosts-generic-mode" "ibis-generic-mode" "java-" "mail" "named-" "pkginfo-generic-mode" "prototype-generic-mode" "rc-generic-mode" "rul-" "samba-generic-mode" "show-tabs-generic-mode" "spice-generic-mode" "vrml-generic-mode" "x-resource-generic-mode" "xmodmap-generic-mode"))
13935 13768
13936;;;*** 13769;;;***
13937 13770
@@ -14190,7 +14023,7 @@ Make the current buffer look like a nice article." nil nil)
14190;;; Generated autoloads from gnus/gnus-bookmark.el 14023;;; Generated autoloads from gnus/gnus-bookmark.el
14191 14024
14192(autoload 'gnus-bookmark-set "gnus-bookmark" "\ 14025(autoload 'gnus-bookmark-set "gnus-bookmark" "\
14193Set a bookmark for this article." t nil) 14026Set a bookmark for this article." '(gnus-article-mode gnus-summary-mode) nil)
14194 14027
14195(autoload 'gnus-bookmark-jump "gnus-bookmark" "\ 14028(autoload 'gnus-bookmark-jump "gnus-bookmark" "\
14196Jump to a Gnus bookmark (BMK-NAME). 14029Jump to a Gnus bookmark (BMK-NAME).
@@ -14296,7 +14129,7 @@ The value of `message-draft-headers' determines which headers are
14296generated when the article is delayed. Remaining headers are 14129generated when the article is delayed. Remaining headers are
14297generated when the article is sent. 14130generated when the article is sent.
14298 14131
14299\(fn DELAY)" t nil) 14132\(fn DELAY)" '(message-mode) nil)
14300 14133
14301(autoload 'gnus-delay-send-queue "gnus-delay" "\ 14134(autoload 'gnus-delay-send-queue "gnus-delay" "\
14302Send all the delayed messages that are due now." t nil) 14135Send all the delayed messages that are due now." t nil)
@@ -14440,13 +14273,13 @@ Insert a random Face header from `gnus-face-directory'." nil nil)
14440Display gravatar in the From header. 14273Display gravatar in the From header.
14441If gravatar is already displayed, remove it. 14274If gravatar is already displayed, remove it.
14442 14275
14443\(fn &optional FORCE)" t nil) 14276\(fn &optional FORCE)" '(gnus-article-mode gnus-summary-mode) nil)
14444 14277
14445(autoload 'gnus-treat-mail-gravatar "gnus-gravatar" "\ 14278(autoload 'gnus-treat-mail-gravatar "gnus-gravatar" "\
14446Display gravatars in the Cc and To headers. 14279Display gravatars in the Cc and To headers.
14447If gravatars are already displayed, remove them. 14280If gravatars are already displayed, remove them.
14448 14281
14449\(fn &optional FORCE)" t nil) 14282\(fn &optional FORCE)" '(gnus-article-mode gnus-summary-mode) nil)
14450 14283
14451(register-definition-prefixes "gnus-gravatar" '("gnus-gravatar-")) 14284(register-definition-prefixes "gnus-gravatar" '("gnus-gravatar-"))
14452 14285
@@ -14724,15 +14557,15 @@ This is typically a function to add in
14724 14557
14725(autoload 'gnus-treat-from-picon "gnus-picon" "\ 14558(autoload 'gnus-treat-from-picon "gnus-picon" "\
14726Display picons in the From header. 14559Display picons in the From header.
14727If picons are already displayed, remove them." t nil) 14560If picons are already displayed, remove them." '(gnus-article-mode gnus-summary-mode) nil)
14728 14561
14729(autoload 'gnus-treat-mail-picon "gnus-picon" "\ 14562(autoload 'gnus-treat-mail-picon "gnus-picon" "\
14730Display picons in the Cc and To headers. 14563Display picons in the Cc and To headers.
14731If picons are already displayed, remove them." t nil) 14564If picons are already displayed, remove them." '(gnus-article-mode gnus-summary-mode) nil)
14732 14565
14733(autoload 'gnus-treat-newsgroups-picon "gnus-picon" "\ 14566(autoload 'gnus-treat-newsgroups-picon "gnus-picon" "\
14734Display picons in the Newsgroups and Followup-To headers. 14567Display picons in the Newsgroups and Followup-To headers.
14735If picons are already displayed, remove them." t nil) 14568If picons are already displayed, remove them." '(gnus-article-mode gnus-summary-mode) nil)
14736 14569
14737(register-definition-prefixes "gnus-picon" '("gnus-picon-")) 14570(register-definition-prefixes "gnus-picon" '("gnus-picon-"))
14738 14571
@@ -14864,7 +14697,7 @@ between gnus-sieve-region-start and gnus-sieve-region-end with
14864\(gnus-sieve-script gnus-sieve-select-method gnus-sieve-crosspost). 14697\(gnus-sieve-script gnus-sieve-select-method gnus-sieve-crosspost).
14865See the documentation for these variables and functions for details." t nil) 14698See the documentation for these variables and functions for details." t nil)
14866 14699
14867(autoload 'gnus-sieve-article-add-rule "gnus-sieve" nil t nil) 14700(autoload 'gnus-sieve-article-add-rule "gnus-sieve" nil '(gnus-article-mode gnus-summary-mode) nil)
14868 14701
14869(register-definition-prefixes "gnus-sieve" '("gnus-sieve-")) 14702(register-definition-prefixes "gnus-sieve" '("gnus-sieve-"))
14870 14703
@@ -15472,6 +15305,8 @@ arguments as NAME. DO is a function as defined in `gv-get'.
15472 15305
15473(or (assq 'gv-setter defun-declarations-alist) (push (list 'gv-setter #'gv--setter-defun-declaration) defun-declarations-alist)) 15306(or (assq 'gv-setter defun-declarations-alist) (push (list 'gv-setter #'gv--setter-defun-declaration) defun-declarations-alist))
15474 15307
15308(let ((spec (get 'compiler-macro 'edebug-declaration-spec))) (put 'gv-expander 'edebug-declaration-spec spec) (put 'gv-setter 'edebug-declaration-spec spec))
15309
15475(autoload 'gv-define-setter "gv" "\ 15310(autoload 'gv-define-setter "gv" "\
15476Define a setter method for generalized variable NAME. 15311Define a setter method for generalized variable NAME.
15477This macro is an easy-to-use substitute for `gv-define-expander' that works 15312This macro is an easy-to-use substitute for `gv-define-expander' that works
@@ -15512,7 +15347,7 @@ The return value is the last VAL in the list.
15512 15347
15513\(fn PLACE VAL PLACE VAL ...)" nil t) 15348\(fn PLACE VAL PLACE VAL ...)" nil t)
15514 15349
15515(put 'gv-place 'edebug-form-spec 'edebug-match-form) 15350(def-edebug-elem-spec 'gv-place '(form))
15516 15351
15517(autoload 'gv-ref "gv" "\ 15352(autoload 'gv-ref "gv" "\
15518Return a reference to PLACE. 15353Return a reference to PLACE.
@@ -15993,7 +15828,7 @@ Add xrefs for symbols in `pp's output between FROM and TO.
15993(define-obsolete-function-alias 'help-xref-interned 'describe-symbol "25.1") 15828(define-obsolete-function-alias 'help-xref-interned 'describe-symbol "25.1")
15994 15829
15995(autoload 'help-bookmark-jump "help-mode" "\ 15830(autoload 'help-bookmark-jump "help-mode" "\
15996Jump to help-mode bookmark BOOKMARK. 15831Jump to `help-mode' bookmark BOOKMARK.
15997Handler function for record returned by `help-bookmark-make-record'. 15832Handler function for record returned by `help-bookmark-make-record'.
15998BOOKMARK is a bookmark name or a bookmark record. 15833BOOKMARK is a bookmark name or a bookmark record.
15999 15834
@@ -17029,7 +16864,7 @@ If optional arg OTHER-WINDOW is non-nil, then use another window.
17029 16864
17030\(fn &optional OTHER-WINDOW)" t nil) 16865\(fn &optional OTHER-WINDOW)" t nil)
17031 16866
17032(register-definition-prefixes "ibuffer" '("filename" "ibuffer-" "locked" "mark" "mod" "name" "process" "read-only" "size")) 16867(register-definition-prefixes "ibuffer" '("filename" "ibuffer-" "locked" "mark" "mod" "name" "process" "read-only" "recency" "size"))
17033 16868
17034;;;*** 16869;;;***
17035 16870
@@ -18192,7 +18027,7 @@ element should come before the second. The arguments are cons cells;
18192 18027
18193(custom-autoload 'imenu-sort-function "imenu" t) 18028(custom-autoload 'imenu-sort-function "imenu" t)
18194 18029
18195(defvar imenu-generic-expression nil "\ 18030(defvar-local imenu-generic-expression nil "\
18196List of definition matchers for creating an Imenu index. 18031List of definition matchers for creating an Imenu index.
18197Each element of this list should have the form 18032Each element of this list should have the form
18198 18033
@@ -18228,9 +18063,7 @@ characters which normally have \"symbol\" syntax are considered to have
18228\"word\" syntax during matching.") 18063\"word\" syntax during matching.")
18229(put 'imenu-generic-expression 'risky-local-variable t) 18064(put 'imenu-generic-expression 'risky-local-variable t)
18230 18065
18231(make-variable-buffer-local 'imenu-generic-expression) 18066(defvar-local imenu-create-index-function 'imenu-default-create-index-function "\
18232
18233(defvar imenu-create-index-function 'imenu-default-create-index-function "\
18234The function to use for creating an index alist of the current buffer. 18067The function to use for creating an index alist of the current buffer.
18235 18068
18236It should be a function that takes no arguments and returns 18069It should be a function that takes no arguments and returns
@@ -18239,9 +18072,7 @@ called within a `save-excursion'.
18239 18072
18240See `imenu--index-alist' for the format of the buffer index alist.") 18073See `imenu--index-alist' for the format of the buffer index alist.")
18241 18074
18242(make-variable-buffer-local 'imenu-create-index-function) 18075(defvar-local imenu-prev-index-position-function 'beginning-of-defun "\
18243
18244(defvar imenu-prev-index-position-function 'beginning-of-defun "\
18245Function for finding the next index position. 18076Function for finding the next index position.
18246 18077
18247If `imenu-create-index-function' is set to 18078If `imenu-create-index-function' is set to
@@ -18252,18 +18083,14 @@ file.
18252The function should leave point at the place to be connected to the 18083The function should leave point at the place to be connected to the
18253index and it should return nil when it doesn't find another index.") 18084index and it should return nil when it doesn't find another index.")
18254 18085
18255(make-variable-buffer-local 'imenu-prev-index-position-function) 18086(defvar-local imenu-extract-index-name-function nil "\
18256
18257(defvar imenu-extract-index-name-function nil "\
18258Function for extracting the index item name, given a position. 18087Function for extracting the index item name, given a position.
18259 18088
18260This function is called after `imenu-prev-index-position-function' 18089This function is called after `imenu-prev-index-position-function'
18261finds a position for an index item, with point at that position. 18090finds a position for an index item, with point at that position.
18262It should return the name for that index item.") 18091It should return the name for that index item.")
18263 18092
18264(make-variable-buffer-local 'imenu-extract-index-name-function) 18093(defvar-local imenu-name-lookup-function nil "\
18265
18266(defvar imenu-name-lookup-function nil "\
18267Function to compare string with index item. 18094Function to compare string with index item.
18268 18095
18269This function will be called with two strings, and should return 18096This function will be called with two strings, and should return
@@ -18274,18 +18101,28 @@ Set this to some other function for more advanced comparisons,
18274such as \"begins with\" or \"name matches and number of 18101such as \"begins with\" or \"name matches and number of
18275arguments match\".") 18102arguments match\".")
18276 18103
18277(make-variable-buffer-local 'imenu-name-lookup-function) 18104(defvar-local imenu-default-goto-function 'imenu-default-goto-function "\
18278
18279(defvar imenu-default-goto-function 'imenu-default-goto-function "\
18280The default function called when selecting an Imenu item. 18105The default function called when selecting an Imenu item.
18281The function in this variable is called when selecting a normal index-item.") 18106The function in this variable is called when selecting a normal index-item.")
18282
18283(make-variable-buffer-local 'imenu-default-goto-function)
18284(put 'imenu--index-alist 'risky-local-variable t) 18107(put 'imenu--index-alist 'risky-local-variable t)
18285 18108
18286(make-variable-buffer-local 'imenu-syntax-alist) 18109(defvar-local imenu-syntax-alist nil "\
18110Alist of syntax table modifiers to use while in `imenu--generic-function'.
18111
18112The car of the assocs may be either a character or a string and the
18113cdr is a syntax description appropriate for `modify-syntax-entry'. For
18114a string, all the characters in the string get the specified syntax.
18287 18115
18288(make-variable-buffer-local 'imenu-case-fold-search) 18116This is typically used to give word syntax to characters which
18117normally have symbol syntax to simplify `imenu-expression'
18118and speed-up matching.")
18119
18120(defvar-local imenu-case-fold-search t "\
18121Defines whether `imenu--generic-function' should fold case when matching.
18122
18123This variable should be set (only) by initialization code
18124for modes which use `imenu--generic-function'. If it is not set, but
18125`font-lock-defaults' is set, then font-lock's setting is used.")
18289 18126
18290(autoload 'imenu-add-to-menubar "imenu" "\ 18127(autoload 'imenu-add-to-menubar "imenu" "\
18291Add an `imenu' entry to the menu bar for the current buffer. 18128Add an `imenu' entry to the menu bar for the current buffer.
@@ -20685,7 +20522,7 @@ to auto-complete your input based on the installed manual pages.
20685(autoload 'man-follow "man" "\ 20522(autoload 'man-follow "man" "\
20686Get a Un*x manual page of the item under point and put it in a buffer. 20523Get a Un*x manual page of the item under point and put it in a buffer.
20687 20524
20688\(fn MAN-ARGS)" t nil) 20525\(fn MAN-ARGS)" '(man-common) nil)
20689 20526
20690(autoload 'Man-bookmark-jump "man" "\ 20527(autoload 'Man-bookmark-jump "man" "\
20691Default bookmark handler for Man buffers. 20528Default bookmark handler for Man buffers.
@@ -20922,9 +20759,12 @@ which specify the range to operate on.
20922Command to parse command line mailto: links. 20759Command to parse command line mailto: links.
20923This is meant to be used for MIME handlers: Setting the handler 20760This is meant to be used for MIME handlers: Setting the handler
20924for \"x-scheme-handler/mailto;\" to \"emacs -f message-mailto %u\" 20761for \"x-scheme-handler/mailto;\" to \"emacs -f message-mailto %u\"
20925will then start up Emacs ready to compose mail." t nil) 20762will then start up Emacs ready to compose mail. For emacsclient use
20763 emacsclient -e '(message-mailto \"%u\")'
20926 20764
20927(register-definition-prefixes "message" '("message-" "nil")) 20765\(fn &optional URL)" t nil)
20766
20767(register-definition-prefixes "message" '("message-"))
20928 20768
20929;;;*** 20769;;;***
20930 20770
@@ -22202,7 +22042,8 @@ This affects the implicit sorting of lists of coding systems returned by
22202operations such as `find-coding-systems-region'. 22042operations such as `find-coding-systems-region'.
22203 22043
22204\(fn CODING-SYSTEMS &rest BODY)" nil t) 22044\(fn CODING-SYSTEMS &rest BODY)" nil t)
22205(put 'with-coding-priority 'lisp-indent-function 1) 22045
22046(function-put 'with-coding-priority 'lisp-indent-function '1)
22206 22047
22207(autoload 'detect-coding-with-language-environment "mule-util" "\ 22048(autoload 'detect-coding-with-language-environment "mule-util" "\
22208Detect a coding system for the text between FROM and TO with LANG-ENV. 22049Detect a coding system for the text between FROM and TO with LANG-ENV.
@@ -24585,7 +24426,6 @@ PATTERN matches. PATTERN can take one of the forms:
24585 (pred (not FUN)) matches if FUN called on EXPVAL returns nil. 24426 (pred (not FUN)) matches if FUN called on EXPVAL returns nil.
24586 (app FUN PAT) matches if FUN called on EXPVAL matches PAT. 24427 (app FUN PAT) matches if FUN called on EXPVAL matches PAT.
24587 (guard BOOLEXP) matches if BOOLEXP evaluates to non-nil. 24428 (guard BOOLEXP) matches if BOOLEXP evaluates to non-nil.
24588 (let PAT EXPR) matches if EXPR matches PAT.
24589 (and PAT...) matches if all the patterns match. 24429 (and PAT...) matches if all the patterns match.
24590 (or PAT...) matches if any of the patterns matches. 24430 (or PAT...) matches if any of the patterns matches.
24591 24431
@@ -24595,7 +24435,7 @@ FUN in `pred' and `app' can take one of the forms:
24595 (F ARG1 .. ARGn) 24435 (F ARG1 .. ARGn)
24596 call F with ARG1..ARGn and EXPVAL as n+1'th argument 24436 call F with ARG1..ARGn and EXPVAL as n+1'th argument
24597 24437
24598FUN, BOOLEXP, EXPR, and subsequent PAT can refer to variables 24438FUN, BOOLEXP, and subsequent PAT can refer to variables
24599bound earlier in the pattern by a SYMBOL pattern. 24439bound earlier in the pattern by a SYMBOL pattern.
24600 24440
24601Additional patterns can be defined using `pcase-defmacro'. 24441Additional patterns can be defined using `pcase-defmacro'.
@@ -27428,6 +27268,34 @@ recently executed command not bound to an input event\".
27428 27268
27429\(fn REPEAT-ARG)" t nil) 27269\(fn REPEAT-ARG)" t nil)
27430 27270
27271(defvar repeat-mode nil "\
27272Non-nil if Repeat mode is enabled.
27273See the `repeat-mode' command
27274for a description of this minor mode.
27275Setting this variable directly does not take effect;
27276either customize it (see the info node `Easy Customization')
27277or call the function `repeat-mode'.")
27278
27279(custom-autoload 'repeat-mode "repeat" nil)
27280
27281(autoload 'repeat-mode "repeat" "\
27282Toggle Repeat mode.
27283When Repeat mode is enabled, and the command symbol has the property named
27284`repeat-map', this map is activated temporarily for the next command.
27285
27286If called interactively, toggle `Repeat mode'. If the prefix argument
27287is positive, enable the mode, and if it is zero or negative, disable
27288the mode.
27289
27290If called from Lisp, toggle the mode if ARG is `toggle'. Enable the
27291mode if ARG is nil, omitted, or is a positive number. Disable the
27292mode if ARG is a negative number.
27293
27294The mode's hook is called both when the mode is enabled and when it is
27295disabled.
27296
27297\(fn &optional ARG)" t nil)
27298
27431(register-definition-prefixes "repeat" '("repeat-")) 27299(register-definition-prefixes "repeat" '("repeat-"))
27432 27300
27433;;;*** 27301;;;***
@@ -28269,7 +28137,7 @@ Major mode for editing Ruby code.
28269;;;### (autoloads nil "ruler-mode" "ruler-mode.el" (0 0 0 0)) 28137;;;### (autoloads nil "ruler-mode" "ruler-mode.el" (0 0 0 0))
28270;;; Generated autoloads from ruler-mode.el 28138;;; Generated autoloads from ruler-mode.el
28271 28139
28272(defvar ruler-mode nil "\ 28140(defvar-local ruler-mode nil "\
28273Non-nil if Ruler mode is enabled. 28141Non-nil if Ruler mode is enabled.
28274Use the command `ruler-mode' to change this variable.") 28142Use the command `ruler-mode' to change this variable.")
28275 28143
@@ -29433,6 +29301,12 @@ Equality is defined by TESTFN if non-nil or by `equal' if nil.
29433 29301
29434\(fn SEQUENCE ELT &optional TESTFN)" nil nil) 29302\(fn SEQUENCE ELT &optional TESTFN)" nil nil)
29435 29303
29304(autoload 'seq-intersection "seq" "\
29305Return a list of the elements that appear in both SEQUENCE1 and SEQUENCE2.
29306Equality is defined by TESTFN if non-nil or by `equal' if nil.
29307
29308\(fn SEQUENCE1 SEQUENCE2 &optional TESTFN)" nil nil)
29309
29436(autoload 'seq-group-by "seq" "\ 29310(autoload 'seq-group-by "seq" "\
29437Apply FUNCTION to each element of SEQUENCE. 29311Apply FUNCTION to each element of SEQUENCE.
29438Separate the elements of SEQUENCE into an alist using the results as 29312Separate the elements of SEQUENCE into an alist using the results as
@@ -31785,9 +31659,7 @@ disabled.
31785 31659
31786\(fn &optional ARG)" t nil) 31660\(fn &optional ARG)" t nil)
31787 31661
31788(defvar tab-line-exclude nil) 31662(defvar-local tab-line-exclude nil)
31789
31790(make-variable-buffer-local 'tab-line-exclude)
31791 31663
31792(put 'global-tab-line-mode 'globalized-minor-mode t) 31664(put 'global-tab-line-mode 'globalized-minor-mode t)
31793 31665
@@ -35515,6 +35387,22 @@ first backend that could register the file is used.
35515 35387
35516\(fn &optional VC-FILESET COMMENT)" t nil) 35388\(fn &optional VC-FILESET COMMENT)" t nil)
35517 35389
35390(autoload 'vc-ignore "vc" "\
35391Ignore FILE under the VCS of DIRECTORY.
35392
35393Normally, FILE is a wildcard specification that matches the files
35394to be ignored. When REMOVE is non-nil, remove FILE from the list
35395of ignored files.
35396
35397DIRECTORY defaults to `default-directory' and is used to
35398determine the responsible VC backend.
35399
35400When called interactively, prompt for a FILE to ignore, unless a
35401prefix argument is given, in which case prompt for a file FILE to
35402remove from the list of ignored files.
35403
35404\(fn FILE &optional DIRECTORY REMOVE)" t nil)
35405
35518(autoload 'vc-version-diff "vc" "\ 35406(autoload 'vc-version-diff "vc" "\
35519Report diffs between revisions REV1 and REV2 in the repository history. 35407Report diffs between revisions REV1 and REV2 in the repository history.
35520This compares two revisions of the current fileset. 35408This compares two revisions of the current fileset.
@@ -36139,7 +36027,7 @@ Key bindings:
36139;;;### (autoloads nil "verilog-mode" "progmodes/verilog-mode.el" 36027;;;### (autoloads nil "verilog-mode" "progmodes/verilog-mode.el"
36140;;;;;; (0 0 0 0)) 36028;;;;;; (0 0 0 0))
36141;;; Generated autoloads from progmodes/verilog-mode.el 36029;;; Generated autoloads from progmodes/verilog-mode.el
36142(push (purecopy '(verilog-mode 2020 6 27 14326051)) package--builtin-versions) 36030(push (purecopy '(verilog-mode 2021 2 2 263931197)) package--builtin-versions)
36143 36031
36144(autoload 'verilog-mode "verilog-mode" "\ 36032(autoload 'verilog-mode "verilog-mode" "\
36145Major mode for editing Verilog code. 36033Major mode for editing Verilog code.
@@ -36888,13 +36776,11 @@ If nil, make an icon of the frame. If non-nil, delete the frame.")
36888 36776
36889(custom-autoload 'view-remove-frame-by-deleting "view" t) 36777(custom-autoload 'view-remove-frame-by-deleting "view" t)
36890 36778
36891(defvar view-mode nil "\ 36779(defvar-local view-mode nil "\
36892Non-nil if View mode is enabled. 36780Non-nil if View mode is enabled.
36893Don't change this variable directly, you must change it by one of the 36781Don't change this variable directly, you must change it by one of the
36894functions that enable or disable view mode.") 36782functions that enable or disable view mode.")
36895 36783
36896(make-variable-buffer-local 'view-mode)
36897
36898(autoload 'kill-buffer-if-not-modified "view" "\ 36784(autoload 'kill-buffer-if-not-modified "view" "\
36899Like `kill-buffer', but does nothing if the buffer is modified. 36785Like `kill-buffer', but does nothing if the buffer is modified.
36900 36786
@@ -38476,12 +38362,12 @@ Zone out, completely." t nil)
38476;;;;;; "cus-face.el" "cus-start.el" "custom.el" "dired-aux.el" "dired-x.el" 38362;;;;;; "cus-face.el" "cus-start.el" "custom.el" "dired-aux.el" "dired-x.el"
38477;;;;;; "electric.el" "emacs-lisp/backquote.el" "emacs-lisp/byte-run.el" 38363;;;;;; "electric.el" "emacs-lisp/backquote.el" "emacs-lisp/byte-run.el"
38478;;;;;; "emacs-lisp/cl-extra.el" "emacs-lisp/cl-macs.el" "emacs-lisp/cl-preloaded.el" 38364;;;;;; "emacs-lisp/cl-extra.el" "emacs-lisp/cl-macs.el" "emacs-lisp/cl-preloaded.el"
38479;;;;;; "emacs-lisp/cl-seq.el" "emacs-lisp/eieio-compat.el" "emacs-lisp/eieio-custom.el" 38365;;;;;; "emacs-lisp/cl-seq.el" "emacs-lisp/easymenu.el" "emacs-lisp/eieio-compat.el"
38480;;;;;; "emacs-lisp/eieio-opt.el" "emacs-lisp/float-sup.el" "emacs-lisp/lisp-mode.el" 38366;;;;;; "emacs-lisp/eieio-custom.el" "emacs-lisp/eieio-opt.el" "emacs-lisp/float-sup.el"
38481;;;;;; "emacs-lisp/lisp.el" "emacs-lisp/macroexp.el" "emacs-lisp/map-ynp.el" 38367;;;;;; "emacs-lisp/lisp-mode.el" "emacs-lisp/lisp.el" "emacs-lisp/macroexp.el"
38482;;;;;; "emacs-lisp/nadvice.el" "emacs-lisp/syntax.el" "emacs-lisp/timer.el" 38368;;;;;; "emacs-lisp/map-ynp.el" "emacs-lisp/nadvice.el" "emacs-lisp/syntax.el"
38483;;;;;; "env.el" "epa-hook.el" "erc/erc-autoaway.el" "erc/erc-button.el" 38369;;;;;; "emacs-lisp/timer.el" "env.el" "epa-hook.el" "erc/erc-autoaway.el"
38484;;;;;; "erc/erc-capab.el" "erc/erc-dcc.el" "erc/erc-desktop-notifications.el" 38370;;;;;; "erc/erc-button.el" "erc/erc-capab.el" "erc/erc-dcc.el" "erc/erc-desktop-notifications.el"
38485;;;;;; "erc/erc-ezbounce.el" "erc/erc-fill.el" "erc/erc-identd.el" 38371;;;;;; "erc/erc-ezbounce.el" "erc/erc-fill.el" "erc/erc-identd.el"
38486;;;;;; "erc/erc-imenu.el" "erc/erc-join.el" "erc/erc-list.el" "erc/erc-log.el" 38372;;;;;; "erc/erc-imenu.el" "erc/erc-join.el" "erc/erc-list.el" "erc/erc-log.el"
38487;;;;;; "erc/erc-match.el" "erc/erc-menu.el" "erc/erc-netsplit.el" 38373;;;;;; "erc/erc-match.el" "erc/erc-menu.el" "erc/erc-netsplit.el"