diff options
| author | Glenn Morris | 2021-03-01 06:27:02 -0800 |
|---|---|---|
| committer | Glenn Morris | 2021-03-01 06:27:02 -0800 |
| commit | 5c26ea4cbcbf78766dc4b48d34f57fcfafd81cf0 (patch) | |
| tree | 46e633439eccb4fe4180eebddc5c9928bff7242a | |
| parent | 70514c6374f8432c34d345216b4df6cf37151d9a (diff) | |
| download | emacs-5c26ea4cbcbf78766dc4b48d34f57fcfafd81cf0.tar.gz emacs-5c26ea4cbcbf78766dc4b48d34f57fcfafd81cf0.zip | |
; Auto-commit of loaddefs files.
| -rw-r--r-- | lisp/ldefs-boot.el | 460 |
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 "\ |
| 68 | If non-nil, function to guess name of surrounding function. | 68 | If non-nil, function to guess name of surrounding function. |
| @@ -1881,7 +1881,7 @@ specifies in the mode line. | |||
| 1881 | Activate Mouse Avoidance mode. | 1881 | Activate Mouse Avoidance mode. |
| 1882 | See function `mouse-avoidance-mode' for possible values. | 1882 | See function `mouse-avoidance-mode' for possible values. |
| 1883 | Setting this variable directly does not take effect; | 1883 | Setting this variable directly does not take effect; |
| 1884 | use either \\[customize] or the function `mouse-avoidance-mode'.") | 1884 | use 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" "\ |
| 2532 | Incremental search of bookmarks, hiding the non-matches as we go." t nil) | 2532 | Incremental 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" "\ | ||
| 4414 | Add 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 | ||
| 5941 | Variables `cperl-pod-here-scan', `cperl-pod-here-fontify', | 5936 | Variables `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 |
| 5943 | here-docs sections. With capable Emaxen results of scan are used | 5938 | here-docs sections. Results of scan are used for indentation too. |
| 5944 | for indentation too, otherwise they are used for highlighting only. | ||
| 5945 | 5939 | ||
| 5946 | Variables controlling indentation style: | 5940 | Variables 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 | |||
| 6405 | the user might see the value in an error message, a good choice is | 6399 | the user might see the value in an error message, a good choice is |
| 6406 | the official name of the package, such as MH-E or Gnus.") | 6400 | the 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" "\ |
| 6411 | Customize all settings whose meanings have changed in Emacs itself. | 6405 | Customize all settings whose meanings have changed in Emacs itself. |
| 6412 | This includes new user options and faces, and new customization | 6406 | This includes new user options and faces, and new customization |
| 6413 | groups, as well as older options and faces whose meanings or | 6407 | groups, 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" "\ | ||
| 6773 | Invoke `dbus-register-monitor' interactively, and switch to the buffer. | ||
| 6774 | BUS is either a Lisp keyword, `:system' or `:session', or a | ||
| 6775 | string 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 | ||
| 7134 | BODY: forms to execute just before running the | 7140 | BODY: 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 | |||
| 7475 | indicating the minimum and maximum length of an unwrapped citation line. If | 7481 | indicating the minimum and maximum length of an unwrapped citation line. If |
| 7476 | NODISPLAY is non-nil, don't redisplay the article buffer. | 7482 | NODISPLAY 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" "\ |
| 7481 | Repair a broken attribution line. | 7487 | Repair a broken attribution line. |
| 7482 | If NODISPLAY is non-nil, don't redisplay the article buffer. | 7488 | If 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" "\ |
| 7487 | Full deuglify of broken Outlook (Express) articles. | 7493 | Full deuglify of broken Outlook (Express) articles. |
| @@ -7489,10 +7495,10 @@ Treat \"smartquotes\", unwrap lines, repair attribution and | |||
| 7489 | rearrange citation. If NODISPLAY is non-nil, don't redisplay the | 7495 | rearrange citation. If NODISPLAY is non-nil, don't redisplay the |
| 7490 | article buffer. | 7496 | article 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" "\ |
| 7495 | Deuglify broken Outlook (Express) articles and redisplay." t nil) | 7501 | Deuglify 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 | |||
| 7559 | protocol defined in RFC 2229. | 7565 | protocol defined in RFC 2229. |
| 7560 | 7566 | ||
| 7561 | This is a quick reference to this mode describing the default key bindings: | 7567 | This 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" "\ |
| 7578 | Create a new dictonary buffer and install dictionary-mode." t nil) | 7583 | Create a new dictionary buffer and install `dictionary-mode'." t nil) |
| 7579 | 7584 | ||
| 7580 | (autoload 'dictionary-search "dictionary" "\ | 7585 | (autoload 'dictionary-search "dictionary" "\ |
| 7581 | Search the WORD in DICTIONARY if given or in all if nil. | 7586 | Search 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. | |||
| 7606 | Display tooltips for the current word. | 7611 | Display tooltips for the current word. |
| 7607 | 7612 | ||
| 7608 | This function can be used to enable or disable the tooltip mode | 7613 | This function can be used to enable or disable the tooltip mode |
| 7609 | for the current buffer (based on ARG). If global-tooltip-mode is | 7614 | for the current buffer (based on ARG). If global-tooltip-mode is |
| 7610 | active it will overwrite that mode for the current buffer. | 7615 | active 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. | |||
| 7772 | May contain all other options that don't contradict `-l'; | 7777 | May contain all other options that don't contradict `-l'; |
| 7773 | may contain even `F', `b', `i' and `s'. See also the variable | 7778 | may 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 | |||
| 7781 | If you have files with names with embedded newline characters, adding | ||
| 7782 | `b' to the switches will allow Dired to handle those files better. | ||
| 7783 | |||
| 7775 | Options that include embedded whitespace must be quoted | 7784 | Options that include embedded whitespace must be quoted |
| 7776 | like this: \"--option=value with spaces\"; you can use | 7785 | like 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 |
| 7778 | each option. | 7787 | each option. |
| 7788 | |||
| 7779 | On systems such as MS-DOS and MS-Windows, which use `ls' emulation in Lisp, | 7789 | On systems such as MS-DOS and MS-Windows, which use `ls' emulation in Lisp, |
| 7780 | some of the `ls' switches are not supported; see the doc string of | 7790 | some 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 | |||
| 7873 | subdirectory, or type \\[dired-build-subdir-alist] to parse the buffer | 7883 | subdirectory, or type \\[dired-build-subdir-alist] to parse the buffer |
| 7874 | again for the directory tree. | 7884 | again for the directory tree. |
| 7875 | 7885 | ||
| 7876 | Customization variables (rename this buffer and type \\[describe-variable] on each line | 7886 | See the `dired' customization group for a list of user options. |
| 7877 | for more info): | ||
| 7878 | 7887 | ||
| 7879 | `dired-listing-switches' | 7888 | This 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 | |||
| 7888 | Hooks (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" "\ | ||
| 8270 | Query a DNS server for NAME of TYPE. | ||
| 8271 | If FULL, return the entire record returned. | ||
| 8272 | If 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" "\ | ||
| 8594 | Define a pop-up menu and/or menu bar menu specified by MENU. | ||
| 8595 | If SYMBOL is non-nil, define SYMBOL as a function to pop up the | ||
| 8596 | submenu defined by MENU, with DOC as its doc string. | ||
| 8597 | |||
| 8598 | MAPS, if non-nil, should be a keymap or a list of keymaps; add | ||
| 8599 | the submenu defined by MENU to the keymap or each of the keymaps, | ||
| 8600 | as a top-level menu bar item. | ||
| 8601 | |||
| 8602 | The first element of MENU must be a string. It is the menu bar | ||
| 8603 | item name. It may be followed by the following keyword argument | ||
| 8604 | pairs: | ||
| 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 | |||
| 8632 | The rest of the elements in MENU are menu items. | ||
| 8633 | A menu item can be a vector of three elements: | ||
| 8634 | |||
| 8635 | [NAME CALLBACK ENABLE] | ||
| 8636 | |||
| 8637 | NAME is a string--the menu item name. | ||
| 8638 | |||
| 8639 | CALLBACK is a command to run when the item is chosen, or an | ||
| 8640 | expression to evaluate when the item is chosen. | ||
| 8641 | |||
| 8642 | ENABLE is an expression; the item is enabled for selection if the | ||
| 8643 | expression evaluates to a non-nil value. | ||
| 8644 | |||
| 8645 | Alternatively, a menu item may have the form: | ||
| 8646 | |||
| 8647 | [ NAME CALLBACK [ KEYWORD ARG ]... ] | ||
| 8648 | |||
| 8649 | where NAME and CALLBACK have the same meanings as above, and each | ||
| 8650 | optional 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 | |||
| 8694 | Alternatively, a menu item can be a string. Then that string | ||
| 8695 | appears in the menu as unselectable text. A string consisting | ||
| 8696 | solely of dashes is displayed as a menu separator. | ||
| 8697 | |||
| 8698 | Alternatively, a menu item can be a list with the same format as | ||
| 8699 | MENU. 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" "\ | ||
| 8711 | Create a menu called MENU-NAME with items described in MENU-ITEMS. | ||
| 8712 | MENU-NAME is a string, the name of the menu. MENU-ITEMS is a list of items | ||
| 8713 | possibly 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" "\ | ||
| 8718 | Change menu found at PATH as item NAME to contain ITEMS. | ||
| 8719 | PATH is a list of strings for locating the menu that | ||
| 8720 | should contain a submenu named NAME. | ||
| 8721 | ITEMS is a list of menu items, as in `easy-menu-define'. | ||
| 8722 | These items entirely replace the previous items in that submenu. | ||
| 8723 | |||
| 8724 | If MAP is specified, it should normally be a keymap; nil stands for the local | ||
| 8725 | menu-bar keymap. It can also be a symbol, which has earlier been used as the | ||
| 8726 | first argument in a call to `easy-menu-define', or the value of such a symbol. | ||
| 8727 | |||
| 8728 | If the menu located by PATH has no submenu named NAME, add one. | ||
| 8729 | If the optional argument BEFORE is present, add it just before | ||
| 8730 | the submenu named BEFORE, otherwise add it at the end of the menu. | ||
| 8731 | |||
| 8732 | To 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 "\ | ||
| 9427 | If non-nil, evaluating defining forms instruments for Edebug. | ||
| 9428 | This 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 | |||
| 9432 | You can use the command `edebug-all-defs' to toggle the value of this | ||
| 9433 | variable. 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 "\ | ||
| 9440 | Non-nil means evaluation of all forms will instrument for Edebug. | ||
| 9441 | This doesn't apply to loading or evaluations in the minibuffer. | ||
| 9442 | Use 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" "\ |
| 9447 | Return t if SPEC uses only extant spec symbols. | 9286 | Return t if SPEC uses only extant spec symbols. |
| 9448 | An extant spec symbol is a symbol that is not a function and has a | 9287 | An 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" "\ |
| 9477 | Toggle edebugging of all forms." t nil) | 9316 | Toggle 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" "\ |
| 9506 | Start ediff between current buffer and its file on disk. | 9345 | Start 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" "\ |
| 9532 | Run Ediff on three buffers, BUFFER-A, BUFFER-B, and BUFFER-C. | 9371 | Run 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" "\ |
| 9546 | Run Ediff on a pair of directories, DIR1 and DIR2, comparing files that have | 9385 | Run 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" "\ |
| 9555 | Run Ediff on a directory, DIR1, comparing its files with their revisions. | 9394 | Run 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" "\ |
| 9564 | Run Ediff on three directories, DIR1, DIR2, and DIR3, comparing files that | 9403 | Run 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" "\ |
| 9573 | Run Ediff on a pair of directories, DIR1 and DIR2, merging files that have | 9412 | Run 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" "\ |
| 9583 | Merge files in directories DIR1 and DIR2 using files in ANCESTOR-DIR as ancestors. | 9422 | Merge 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" "\ |
| 9603 | Run Ediff on a directory, DIR1, merging its files with their revisions and ancestors. | 9442 | Run 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" "\ |
| 9840 | Display Ediff's registry." t nil) | 9679 | Display 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" "\ |
| 10874 | Run the tests specified by SELECTOR, printing results to the terminal. | 10709 | Run 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" "\ |
| 10922 | Kill all test buffers that are still live." t nil) | 10755 | Kill all test buffers that are still live." t nil) |
| 10923 | 10756 | ||
| @@ -12034,9 +11867,9 @@ INC may be passed as a numeric prefix argument. | |||
| 12034 | The actual adjustment made depends on the final component of the | 11867 | The actual adjustment made depends on the final component of the |
| 12035 | key-binding used to invoke the command, with all modifiers removed: | 11868 | key-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 | ||
| 12041 | After adjusting, continue to read input events and further adjust | 11874 | After adjusting, continue to read input events and further adjust |
| 12042 | the face height as long as the input event read | 11875 | the 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" "\ |
| 14193 | Set a bookmark for this article." t nil) | 14026 | Set 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" "\ |
| 14196 | Jump to a Gnus bookmark (BMK-NAME). | 14029 | Jump to a Gnus bookmark (BMK-NAME). |
| @@ -14296,7 +14129,7 @@ The value of `message-draft-headers' determines which headers are | |||
| 14296 | generated when the article is delayed. Remaining headers are | 14129 | generated when the article is delayed. Remaining headers are |
| 14297 | generated when the article is sent. | 14130 | generated 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" "\ |
| 14302 | Send all the delayed messages that are due now." t nil) | 14135 | Send 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) | |||
| 14440 | Display gravatar in the From header. | 14273 | Display gravatar in the From header. |
| 14441 | If gravatar is already displayed, remove it. | 14274 | If 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" "\ |
| 14446 | Display gravatars in the Cc and To headers. | 14279 | Display gravatars in the Cc and To headers. |
| 14447 | If gravatars are already displayed, remove them. | 14280 | If 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" "\ |
| 14726 | Display picons in the From header. | 14559 | Display picons in the From header. |
| 14727 | If picons are already displayed, remove them." t nil) | 14560 | If 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" "\ |
| 14730 | Display picons in the Cc and To headers. | 14563 | Display picons in the Cc and To headers. |
| 14731 | If picons are already displayed, remove them." t nil) | 14564 | If 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" "\ |
| 14734 | Display picons in the Newsgroups and Followup-To headers. | 14567 | Display picons in the Newsgroups and Followup-To headers. |
| 14735 | If picons are already displayed, remove them." t nil) | 14568 | If 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). |
| 14865 | See the documentation for these variables and functions for details." t nil) | 14698 | See 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" "\ |
| 15476 | Define a setter method for generalized variable NAME. | 15311 | Define a setter method for generalized variable NAME. |
| 15477 | This macro is an easy-to-use substitute for `gv-define-expander' that works | 15312 | This 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" "\ |
| 15518 | Return a reference to PLACE. | 15353 | Return 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" "\ |
| 15996 | Jump to help-mode bookmark BOOKMARK. | 15831 | Jump to `help-mode' bookmark BOOKMARK. |
| 15997 | Handler function for record returned by `help-bookmark-make-record'. | 15832 | Handler function for record returned by `help-bookmark-make-record'. |
| 15998 | BOOKMARK is a bookmark name or a bookmark record. | 15833 | BOOKMARK 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 "\ |
| 18196 | List of definition matchers for creating an Imenu index. | 18031 | List of definition matchers for creating an Imenu index. |
| 18197 | Each element of this list should have the form | 18032 | Each 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 "\ | ||
| 18234 | The function to use for creating an index alist of the current buffer. | 18067 | The function to use for creating an index alist of the current buffer. |
| 18235 | 18068 | ||
| 18236 | It should be a function that takes no arguments and returns | 18069 | It should be a function that takes no arguments and returns |
| @@ -18239,9 +18072,7 @@ called within a `save-excursion'. | |||
| 18239 | 18072 | ||
| 18240 | See `imenu--index-alist' for the format of the buffer index alist.") | 18073 | See `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 "\ | ||
| 18245 | Function for finding the next index position. | 18076 | Function for finding the next index position. |
| 18246 | 18077 | ||
| 18247 | If `imenu-create-index-function' is set to | 18078 | If `imenu-create-index-function' is set to |
| @@ -18252,18 +18083,14 @@ file. | |||
| 18252 | The function should leave point at the place to be connected to the | 18083 | The function should leave point at the place to be connected to the |
| 18253 | index and it should return nil when it doesn't find another index.") | 18084 | index 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 "\ | ||
| 18258 | Function for extracting the index item name, given a position. | 18087 | Function for extracting the index item name, given a position. |
| 18259 | 18088 | ||
| 18260 | This function is called after `imenu-prev-index-position-function' | 18089 | This function is called after `imenu-prev-index-position-function' |
| 18261 | finds a position for an index item, with point at that position. | 18090 | finds a position for an index item, with point at that position. |
| 18262 | It should return the name for that index item.") | 18091 | It 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 "\ | ||
| 18267 | Function to compare string with index item. | 18094 | Function to compare string with index item. |
| 18268 | 18095 | ||
| 18269 | This function will be called with two strings, and should return | 18096 | This function will be called with two strings, and should return |
| @@ -18274,18 +18101,28 @@ Set this to some other function for more advanced comparisons, | |||
| 18274 | such as \"begins with\" or \"name matches and number of | 18101 | such as \"begins with\" or \"name matches and number of |
| 18275 | arguments match\".") | 18102 | arguments 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 "\ | ||
| 18280 | The default function called when selecting an Imenu item. | 18105 | The default function called when selecting an Imenu item. |
| 18281 | The function in this variable is called when selecting a normal index-item.") | 18106 | The 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 "\ |
| 18110 | Alist of syntax table modifiers to use while in `imenu--generic-function'. | ||
| 18111 | |||
| 18112 | The car of the assocs may be either a character or a string and the | ||
| 18113 | cdr is a syntax description appropriate for `modify-syntax-entry'. For | ||
| 18114 | a string, all the characters in the string get the specified syntax. | ||
| 18287 | 18115 | ||
| 18288 | (make-variable-buffer-local 'imenu-case-fold-search) | 18116 | This is typically used to give word syntax to characters which |
| 18117 | normally have symbol syntax to simplify `imenu-expression' | ||
| 18118 | and speed-up matching.") | ||
| 18119 | |||
| 18120 | (defvar-local imenu-case-fold-search t "\ | ||
| 18121 | Defines whether `imenu--generic-function' should fold case when matching. | ||
| 18122 | |||
| 18123 | This variable should be set (only) by initialization code | ||
| 18124 | for 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" "\ |
| 18291 | Add an `imenu' entry to the menu bar for the current buffer. | 18128 | Add 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" "\ |
| 20686 | Get a Un*x manual page of the item under point and put it in a buffer. | 20523 | Get 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" "\ |
| 20691 | Default bookmark handler for Man buffers. | 20528 | Default bookmark handler for Man buffers. |
| @@ -20922,9 +20759,12 @@ which specify the range to operate on. | |||
| 20922 | Command to parse command line mailto: links. | 20759 | Command to parse command line mailto: links. |
| 20923 | This is meant to be used for MIME handlers: Setting the handler | 20760 | This is meant to be used for MIME handlers: Setting the handler |
| 20924 | for \"x-scheme-handler/mailto;\" to \"emacs -f message-mailto %u\" | 20761 | for \"x-scheme-handler/mailto;\" to \"emacs -f message-mailto %u\" |
| 20925 | will then start up Emacs ready to compose mail." t nil) | 20762 | will 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 | |||
| 22202 | operations such as `find-coding-systems-region'. | 22042 | operations 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" "\ |
| 22208 | Detect a coding system for the text between FROM and TO with LANG-ENV. | 22049 | Detect 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 | ||
| 24598 | FUN, BOOLEXP, EXPR, and subsequent PAT can refer to variables | 24438 | FUN, BOOLEXP, and subsequent PAT can refer to variables |
| 24599 | bound earlier in the pattern by a SYMBOL pattern. | 24439 | bound earlier in the pattern by a SYMBOL pattern. |
| 24600 | 24440 | ||
| 24601 | Additional patterns can be defined using `pcase-defmacro'. | 24441 | Additional 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 "\ | ||
| 27272 | Non-nil if Repeat mode is enabled. | ||
| 27273 | See the `repeat-mode' command | ||
| 27274 | for a description of this minor mode. | ||
| 27275 | Setting this variable directly does not take effect; | ||
| 27276 | either customize it (see the info node `Easy Customization') | ||
| 27277 | or call the function `repeat-mode'.") | ||
| 27278 | |||
| 27279 | (custom-autoload 'repeat-mode "repeat" nil) | ||
| 27280 | |||
| 27281 | (autoload 'repeat-mode "repeat" "\ | ||
| 27282 | Toggle Repeat mode. | ||
| 27283 | When 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 | |||
| 27286 | If called interactively, toggle `Repeat mode'. If the prefix argument | ||
| 27287 | is positive, enable the mode, and if it is zero or negative, disable | ||
| 27288 | the mode. | ||
| 27289 | |||
| 27290 | If called from Lisp, toggle the mode if ARG is `toggle'. Enable the | ||
| 27291 | mode if ARG is nil, omitted, or is a positive number. Disable the | ||
| 27292 | mode if ARG is a negative number. | ||
| 27293 | |||
| 27294 | The mode's hook is called both when the mode is enabled and when it is | ||
| 27295 | disabled. | ||
| 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 "\ |
| 28273 | Non-nil if Ruler mode is enabled. | 28141 | Non-nil if Ruler mode is enabled. |
| 28274 | Use the command `ruler-mode' to change this variable.") | 28142 | Use 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" "\ | ||
| 29305 | Return a list of the elements that appear in both SEQUENCE1 and SEQUENCE2. | ||
| 29306 | Equality 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" "\ |
| 29437 | Apply FUNCTION to each element of SEQUENCE. | 29311 | Apply FUNCTION to each element of SEQUENCE. |
| 29438 | Separate the elements of SEQUENCE into an alist using the results as | 29312 | Separate 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" "\ | ||
| 35391 | Ignore FILE under the VCS of DIRECTORY. | ||
| 35392 | |||
| 35393 | Normally, FILE is a wildcard specification that matches the files | ||
| 35394 | to be ignored. When REMOVE is non-nil, remove FILE from the list | ||
| 35395 | of ignored files. | ||
| 35396 | |||
| 35397 | DIRECTORY defaults to `default-directory' and is used to | ||
| 35398 | determine the responsible VC backend. | ||
| 35399 | |||
| 35400 | When called interactively, prompt for a FILE to ignore, unless a | ||
| 35401 | prefix argument is given, in which case prompt for a file FILE to | ||
| 35402 | remove 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" "\ |
| 35519 | Report diffs between revisions REV1 and REV2 in the repository history. | 35407 | Report diffs between revisions REV1 and REV2 in the repository history. |
| 35520 | This compares two revisions of the current fileset. | 35408 | This 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" "\ |
| 36145 | Major mode for editing Verilog code. | 36033 | Major 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 "\ |
| 36892 | Non-nil if View mode is enabled. | 36780 | Non-nil if View mode is enabled. |
| 36893 | Don't change this variable directly, you must change it by one of the | 36781 | Don't change this variable directly, you must change it by one of the |
| 36894 | functions that enable or disable view mode.") | 36782 | functions 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" "\ |
| 36899 | Like `kill-buffer', but does nothing if the buffer is modified. | 36785 | Like `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" |