1
Fork 0
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:
Juanma Barranquero 2008-02-28 23:42:48 +00:00
parent c172e10123
commit 82c025915f

View file

@ -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 "