Update parameter :version to 26.1 in several defcustom
Following defcustom where added or modified for 25.2 release. In fact all these changes belong to 26.1 release. * lisp/battery.el (battery-linux-sysfs-regexp) * lisp/comint.el (comint-password-prompt-regexp) * lisp/dired.el (dired-always-read-filesystem) * lisp/image.el (image-scaling-factor) * lisp/ibuf-ext.el (ibuffer-never-search-content-name) (ibuffer-never-search-content-mode) * lisp/mouse.el (mouse-select-region-move-to-beginning) * lisp/net/net-utils.el (iwconfig-program, iwconfig-program-options) (netstat-program, route-program, route-program-options) * lisp/net/sieve-manage.el (sieve-manage-default-stream) * lisp/progmodes/grep.el (grep-save-buffers) * lisp/vc/add-log.el (change-log-directory-files) * lisp/url/url-vars.el (url-user-agent) * lisp/vc/vc-hg.el (vc-hg-symbolic-revision-styles) (vc-hg-use-file-version-for-mode-line-version) (vc-hg-parse-hg-data-structures) * lisp/wdired.el (wdired-create-parent-directories) * lisp/faces.el (homoglyph, nobreak-hyphen, read-multiple-choice-face) * lisp/gnus/gnus-art.el (gnus-article-encrypt-protocol) (gnus-button-url-regexp) * lisp/window.el (switch-to-buffer-preserve-window-point) * lisp/ibuffer.el (ibuffer-formats, ibuffer-locked-char) (ibuffer-locked-buffer) * lisp/textmodes/flyspell.el (flyspell-sort-corrections-function) * lisp/emacs-lisp/edebug.el (edebug-sit-on-break) * lisp/gnus/message.el (message-user-fqdn) * lisp/simple.el (shell-command-dont-erase-buffer) (extended-command-suggest-shorter) * lisp/net/shr.el (shr-use-fonts) * lisp/files.el (mounted-file-systems, kill-emacs-query-functions)
This commit is contained in:
parent
36b99556de
commit
5ffdbe0a5e
23 changed files with 37 additions and 37 deletions
|
@ -41,7 +41,7 @@
|
|||
(defcustom battery-linux-sysfs-regexp "[bB][aA][tT][0-9]?$"
|
||||
"Regexp for folder names to be searched under
|
||||
/sys/class/power_supply/ that contain battery information."
|
||||
:version "25.2"
|
||||
:version "26.1"
|
||||
:type 'regexp
|
||||
:group 'battery)
|
||||
|
||||
|
|
|
@ -354,7 +354,7 @@ This variable is buffer-local."
|
|||
"\\(?: for .+\\)?[::៖]\\s *\\'")
|
||||
"Regexp matching prompts for passwords in the inferior process.
|
||||
This is used by `comint-watch-for-password-prompt'."
|
||||
:version "25.2"
|
||||
:version "26.1"
|
||||
:type 'regexp
|
||||
:group 'comint)
|
||||
|
||||
|
|
|
@ -264,7 +264,7 @@ new Dired buffers."
|
|||
them: the search is performed on the temporary buffer, the original
|
||||
buffer visiting the file is not modified."
|
||||
:type 'boolean
|
||||
:version "25.2"
|
||||
:version "26.1"
|
||||
:group 'dired)
|
||||
|
||||
;; Internal variables
|
||||
|
|
|
@ -237,7 +237,7 @@ If the result is non-nil, then break. Errors are ignored."
|
|||
"Whether or not to pause for `edebug-sit-for-seconds' on reaching a break."
|
||||
:type 'boolean
|
||||
:group 'edebug
|
||||
:version "25.2")
|
||||
:version "26.1")
|
||||
|
||||
;;; Form spec utilities.
|
||||
|
||||
|
|
|
@ -2476,7 +2476,7 @@ If you set `term-file-prefix' to nil, this function does nothing."
|
|||
(t :foreground "brown"))
|
||||
"Face for lookalike characters."
|
||||
:group 'basic-faces
|
||||
:version "25.2")
|
||||
:version "26.1")
|
||||
|
||||
(defface nobreak-space
|
||||
'((((class color) (min-colors 88)) :inherit escape-glyph :underline t)
|
||||
|
@ -2492,7 +2492,7 @@ If you set `term-file-prefix' to nil, this function does nothing."
|
|||
(t :foreground "brown"))
|
||||
"Face for displaying nobreak hyphens."
|
||||
:group 'basic-faces
|
||||
:version "25.2")
|
||||
:version "26.1")
|
||||
|
||||
(defgroup mode-line-faces nil
|
||||
"Faces used in the mode line."
|
||||
|
@ -2759,7 +2759,7 @@ It is used for characters of no fonts too."
|
|||
:weight bold)))
|
||||
"Face for the symbol name in `read-multiple-choice' output."
|
||||
:group 'basic-faces
|
||||
:version "25.2")
|
||||
:version "26.1")
|
||||
|
||||
;; Faces for TTY menus.
|
||||
(defface tty-menu-enabled-face
|
||||
|
|
|
@ -1321,7 +1321,7 @@ Optional second argument FLAVOR controls the units and the display format:
|
|||
"^\\(?:/\\(?:afs/\\|m\\(?:edia/\\|nt\\)\\|\\(?:ne\\|tmp_mn\\)t/\\)\\)")
|
||||
"File systems which ought to be mounted."
|
||||
:group 'files
|
||||
:version "25.2"
|
||||
:version "26.1"
|
||||
:require 'regexp-opt
|
||||
:type 'regexp)
|
||||
|
||||
|
@ -6756,7 +6756,7 @@ If any of these functions returns nil, killing Emacs is canceled.
|
|||
`save-buffers-kill-emacs' calls these functions, but `kill-emacs',
|
||||
the low level primitive, does not. See also `kill-emacs-hook'."
|
||||
:type 'hook
|
||||
:version "25.2"
|
||||
:version "26.1"
|
||||
:group 'convenience)
|
||||
|
||||
(defcustom confirm-kill-emacs nil
|
||||
|
|
|
@ -1612,7 +1612,7 @@ It is a string, such as \"PGP\". If nil, ask user."
|
|||
|
||||
(defcustom gnus-use-idna t
|
||||
"Whether IDNA decoding of headers is used when viewing messages."
|
||||
:version "25.2"
|
||||
:version "26.1"
|
||||
:group 'gnus-article-headers
|
||||
:type 'boolean)
|
||||
|
||||
|
@ -7368,7 +7368,7 @@ groups."
|
|||
|
||||
(defcustom gnus-button-valid-fqdn-regexp "\\([-A-Za-z0-9]+\\.\\)+[A-Za-z]+"
|
||||
"Regular expression that matches a valid FQDN."
|
||||
:version "25.2"
|
||||
:version "26.1"
|
||||
:group 'gnus-article-buttons
|
||||
:type 'regexp)
|
||||
|
||||
|
|
|
@ -1764,7 +1764,7 @@ no, only reply back to the author."
|
|||
|
||||
(defcustom message-use-idna t
|
||||
"Whether to encode non-ASCII in domain names into ASCII according to IDNA."
|
||||
:version "25.2"
|
||||
:version "26.1"
|
||||
:group 'message-headers
|
||||
:link '(custom-manual "(message)IDNA")
|
||||
:type '(choice (const :tag "Ask" ask)
|
||||
|
|
|
@ -98,7 +98,7 @@ regardless of any active filters in this buffer."
|
|||
(push (format "%s%s%s" beg str end) excluded)))
|
||||
"A list of regexps for buffers ignored by `ibuffer-mark-by-content-regexp'.
|
||||
Buffers whose name matches a regexp in this list, are not searched."
|
||||
:version "25.2"
|
||||
:version "26.1"
|
||||
:type '(repeat regexp)
|
||||
:require 'ibuf-ext
|
||||
:group 'ibuffer)
|
||||
|
@ -106,7 +106,7 @@ Buffers whose name matches a regexp in this list, are not searched."
|
|||
(defcustom ibuffer-never-search-content-mode '(dired-mode)
|
||||
"A list of major modes ignored by `ibuffer-mark-by-content-regexp'.
|
||||
Buffers whose major mode is in this list, are not searched."
|
||||
:version "25.2"
|
||||
:version "26.1"
|
||||
:type '(repeat regexp)
|
||||
:require 'ibuf-ext
|
||||
:group 'ibuffer)
|
||||
|
|
|
@ -138,7 +138,7 @@ value for this variable would be
|
|||
|
||||
Using \\[ibuffer-switch-format], you can rotate the display between
|
||||
the specified formats in the list."
|
||||
:version "25.2"
|
||||
:version "26.1"
|
||||
:type '(repeat sexp)
|
||||
:group 'ibuffer)
|
||||
|
||||
|
@ -285,7 +285,7 @@ Note that this specialized filtering occurs before real filtering."
|
|||
|
||||
(defcustom ibuffer-locked-char ?L
|
||||
"The character to display for locked buffers."
|
||||
:version "25.2"
|
||||
:version "26.1"
|
||||
:type 'character
|
||||
:group 'ibuffer)
|
||||
|
||||
|
@ -1773,7 +1773,7 @@ If point is on a group name, this function operates on that group."
|
|||
'((((background dark)) (:foreground "RosyBrown"))
|
||||
(t (:foreground "brown4")))
|
||||
"*Face used for locked buffers in Ibuffer."
|
||||
:version "25.2"
|
||||
:version "26.1"
|
||||
:group 'ibuffer
|
||||
:group 'font-lock-highlighting-faces)
|
||||
(defvar ibuffer-locked-buffer 'ibuffer-locked-buffer)
|
||||
|
|
|
@ -135,7 +135,7 @@ size), or the symbol `auto', which will compute a scaling factor
|
|||
based on the font pixel size."
|
||||
:type '(choice number
|
||||
(const :tag "Automatically compute" auto))
|
||||
:version "25.2")
|
||||
:version "26.1")
|
||||
|
||||
;; Map put into text properties on images.
|
||||
(defvar image-map
|
||||
|
|
|
@ -551,7 +551,7 @@ non-nil means move point to beginning of region."
|
|||
:type '(choice (const :tag "Don't move point" nil)
|
||||
(const :tag "Move point to beginning of region" t))
|
||||
:group 'mouse
|
||||
:version "25.2")
|
||||
:version "26.1")
|
||||
|
||||
(defun mouse-set-point (event &optional promote-to-region)
|
||||
"Move point to the position clicked on with the mouse.
|
||||
|
|
|
@ -119,7 +119,7 @@ These options can be used to limit how many ICMP packets are emitted."
|
|||
"Program to print wireless network configuration information."
|
||||
:group 'net-utils
|
||||
:type 'string
|
||||
:version "25.2")
|
||||
:version "26.1")
|
||||
|
||||
(defcustom iwconfig-program-options
|
||||
(cond ((string-match-p "iw\\'" iwconfig-program) (list "dev"))
|
||||
|
@ -127,7 +127,7 @@ These options can be used to limit how many ICMP packets are emitted."
|
|||
"Options for the iwconfig program."
|
||||
:group 'net-utils
|
||||
:type '(repeat string)
|
||||
:version "25.2")
|
||||
:version "26.1")
|
||||
|
||||
(defcustom netstat-program
|
||||
(cond ((executable-find "netstat") "netstat")
|
||||
|
@ -136,7 +136,7 @@ These options can be used to limit how many ICMP packets are emitted."
|
|||
"Program to print network statistics."
|
||||
:group 'net-utils
|
||||
:type 'string
|
||||
:version "25.2")
|
||||
:version "26.1")
|
||||
|
||||
(defcustom netstat-program-options
|
||||
(list "-a")
|
||||
|
@ -165,7 +165,7 @@ These options can be used to limit how many ICMP packets are emitted."
|
|||
"Program to print routing tables."
|
||||
:group 'net-utils
|
||||
:type 'string
|
||||
:version "25.2")
|
||||
:version "26.1")
|
||||
|
||||
(defcustom route-program-options
|
||||
(cond ((eq system-type 'windows-nt) (list "print"))
|
||||
|
@ -174,7 +174,7 @@ These options can be used to limit how many ICMP packets are emitted."
|
|||
"Options for the route program."
|
||||
:group 'net-utils
|
||||
:type '(repeat string)
|
||||
:version "25.2")
|
||||
:version "26.1")
|
||||
|
||||
(defcustom nslookup-program "nslookup"
|
||||
"Program to interactively query DNS information."
|
||||
|
|
|
@ -68,7 +68,7 @@ fit these criteria."
|
|||
|
||||
(defcustom shr-use-colors t
|
||||
"If non-nil, respect color specifications in the HTML."
|
||||
:version "25.2"
|
||||
:version "26.1"
|
||||
:group 'shr
|
||||
:type 'boolean)
|
||||
|
||||
|
|
|
@ -148,7 +148,7 @@ for doing the actual authentication."
|
|||
|
||||
(defcustom sieve-manage-ignore-starttls nil
|
||||
"Ignore STARTTLS even if STARTTLS capability is provided."
|
||||
:version "25.2"
|
||||
:version "26.1"
|
||||
:type 'boolean
|
||||
:group 'sieve-manage)
|
||||
|
||||
|
|
|
@ -235,7 +235,7 @@ buffer should be saved or not. E.g., one can set this to
|
|||
(lambda ()
|
||||
(string-prefix-p my-grep-root (file-truename (buffer-file-name))))
|
||||
to limit saving to files located under `my-grep-root'."
|
||||
:version "25.2"
|
||||
:version "26.1"
|
||||
:type '(choice
|
||||
(const :tag "Ask before saving" ask)
|
||||
(const :tag "Don't save buffers" nil)
|
||||
|
|
|
@ -50,7 +50,7 @@ restore the buffer position before the command."
|
|||
(const :tag "Set point to end of last output" end-last-out)
|
||||
(const :tag "Save point" save-point))
|
||||
:group 'shell
|
||||
:version "25.2")
|
||||
:version "26.1")
|
||||
|
||||
(defvar shell-command-saved-pos nil
|
||||
"Point position in the output buffer after command complete.
|
||||
|
@ -1659,7 +1659,7 @@ If the value is non-nil and not a number, we wait 2 seconds."
|
|||
"If non-nil, show a shorter M-x invocation when there is one."
|
||||
:group 'keyboard
|
||||
:type 'boolean
|
||||
:version "25.2")
|
||||
:version "26.1")
|
||||
|
||||
(defun execute-extended-command--shorter-1 (name length)
|
||||
(cond
|
||||
|
|
|
@ -102,7 +102,7 @@ This only happens if `flyspell-sort-corrections' is non-nil. The
|
|||
function takes three parameters -- the two correction candidates
|
||||
to be sorted, and the third parameter is the word that's being
|
||||
corrected."
|
||||
:version "25.2"
|
||||
:version "26.1"
|
||||
:type 'function
|
||||
:group 'flyspell)
|
||||
|
||||
|
|
|
@ -373,7 +373,7 @@ Should be one of:
|
|||
(const :tag "No User-Agent at all" :value nil)
|
||||
(const :tag "An string auto-generated according to `url-privacy-level'"
|
||||
:value default))
|
||||
:version "25.2"
|
||||
:version "26.1"
|
||||
:group 'url)
|
||||
|
||||
(defvar url-setup-done nil "Has setup configuration been done?")
|
||||
|
|
|
@ -175,7 +175,7 @@ Note: The search is conducted only within 10%, at the beginning of the file."
|
|||
"List of files that cause `find-change-log' to stop in containing directory.
|
||||
This applies if no pre-existing ChangeLog is found. If nil, then in such
|
||||
a case simply use the directory containing the changed file."
|
||||
:version "25.2"
|
||||
:version "26.1"
|
||||
:type '(repeat file)
|
||||
:group 'change-log)
|
||||
|
||||
|
|
|
@ -280,7 +280,7 @@ If no list entry produces a useful revision, return `nil'."
|
|||
(const :tag "Active bookmark" 'bookmark)
|
||||
(string :tag "Hg template")
|
||||
(function :tag "Custom")))
|
||||
:version "25.2"
|
||||
:version "26.1"
|
||||
:group 'vc-hg)
|
||||
|
||||
(defcustom vc-hg-use-file-version-for-mode-line-version nil
|
||||
|
@ -289,7 +289,7 @@ When not, the revision in the modeline is for the repository
|
|||
working copy. `nil' is the much faster setting for
|
||||
large repositories."
|
||||
:type 'boolean
|
||||
:version "25.2"
|
||||
:version "26.1"
|
||||
:group 'vc-hg)
|
||||
|
||||
(defun vc-hg--active-bookmark-internal (rev)
|
||||
|
@ -574,7 +574,7 @@ directly instead of always running Mercurial. We try to be safe
|
|||
against Mercurial data structure format changes and always fall
|
||||
back to running Mercurial directly."
|
||||
:type 'boolean
|
||||
:version "25.2"
|
||||
:version "26.1"
|
||||
:group 'vc-hg)
|
||||
|
||||
(defsubst vc-hg--read-u8 ()
|
||||
|
|
|
@ -158,7 +158,7 @@ If non-nil, when you rename a file to a destination path within a
|
|||
nonexistent directory, wdired will create any parent directories
|
||||
necessary. When nil, attempts to rename a file into a
|
||||
nonexistent directory will fail."
|
||||
:version "25.2"
|
||||
:version "26.1"
|
||||
:type 'boolean
|
||||
:group 'wdired)
|
||||
|
||||
|
|
|
@ -7519,7 +7519,7 @@ the selected window or never appeared in it before, or if
|
|||
(const :tag "If already displayed elsewhere" already-displayed)
|
||||
(const :tag "Always" t))
|
||||
:group 'windows
|
||||
:version "25.2")
|
||||
:version "26.1")
|
||||
|
||||
(defcustom switch-to-buffer-in-dedicated-window nil
|
||||
"Allow switching to buffer in strongly dedicated windows.
|
||||
|
|
Loading…
Add table
Reference in a new issue