mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(custom-mode, custom-mode-hook): Use 23.1 as version
number of the next major Emacs release, not 23.0.
This commit is contained in:
parent
c172e10123
commit
82c025915f
1 changed files with 2 additions and 2 deletions
|
|
@ -4701,9 +4701,9 @@ if that value is non-nil."
|
|||
(defun custom-mode ()
|
||||
"Non-interactive variant of `Custom-mode'."
|
||||
(Custom-mode))
|
||||
(make-obsolete 'custom-mode 'Custom-mode "23.0")
|
||||
(make-obsolete 'custom-mode 'Custom-mode "23.1")
|
||||
(put 'custom-mode 'mode-class 'special)
|
||||
(define-obsolete-variable-alias 'custom-mode-hook 'Custom-mode-hook "23.0")
|
||||
(define-obsolete-variable-alias 'custom-mode-hook 'Custom-mode-hook "23.1")
|
||||
|
||||
(dolist (regexp
|
||||
'("^No user option defaults have been changed since Emacs "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue