]> git.eshelyaron.com Git - emacs.git/commitdiff
(custom-mode, custom-mode-hook): Use 23.1 as version
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 28 Feb 2008 23:42:48 +0000 (23:42 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 28 Feb 2008 23:42:48 +0000 (23:42 +0000)
number of the next major Emacs release, not 23.0.

lisp/cus-edit.el

index d06bb8e7691fd5ab7747a44275697ae8acf32316..b1a9cf93e9e758d866d84f5fa97ca741c6446dd9 100644 (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 "