Mercurial > emacs
changeset 92321:01ce588fc626
(custom-mode, custom-mode-hook): Use 23.1 as version
number of the next major Emacs release, not 23.0.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 28 Feb 2008 23:42:48 +0000 |
parents | 701bcde65619 |
children | 411bdfe0f288 |
files | lisp/cus-edit.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cus-edit.el Thu Feb 28 23:41:52 2008 +0000 +++ b/lisp/cus-edit.el Thu Feb 28 23:42:48 2008 +0000 @@ -4701,9 +4701,9 @@ (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 "