# HG changeset patch # User Noah Friedman # Date 905477910 0 # Node ID b88e811764275029a906e97549376b20339fa291 # Parent f999985258107d7cd490b8fb8469d45f43f7f237 (type-break-mode): remove :version field from defcustom declaration. It's wreaking too much havoc with XEMacs and older versions of Emacs, which share this code. diff -r f99998525810 -r b88e81176427 lisp/type-break.el --- a/lisp/type-break.el Fri Sep 11 01:36:54 1998 +0000 +++ b/lisp/type-break.el Fri Sep 11 01:38:30 1998 +0000 @@ -8,7 +8,7 @@ ;; Status: Works in GNU Emacs 19.25 or later, some versions of XEmacs ;; Created: 1994-07-13 -;; $Id: type-break.el,v 1.16 1998/05/13 01:46:28 rms Exp rms $ +;; $Id: type-break.el,v 1.17 1998/05/15 05:20:58 rms Exp $ ;; This file is part of GNU Emacs. @@ -81,11 +81,10 @@ You must modify via \\[customize] for this variable to have an effect." :set (lambda (symbol value) (type-break-mode (if value 1 -1))) - :initialize 'custom-initialize-default + :initialize 'custom-initialize-default :type 'boolean :group 'type-break - :require 'type-break - :version "20.3") + :require 'type-break) ;;;###autoload (defcustom type-break-interval (* 60 60)