]> git.eshelyaron.com Git - emacs.git/commitdiff
(type-break-mode): remove :version field from defcustom declaration.
authorNoah Friedman <friedman@splode.com>
Fri, 11 Sep 1998 01:38:30 +0000 (01:38 +0000)
committerNoah Friedman <friedman@splode.com>
Fri, 11 Sep 1998 01:38:30 +0000 (01:38 +0000)
It's wreaking too much havoc with XEMacs and older versions of Emacs, which
share this code.

lisp/type-break.el

index 0b2f4a440bfbddb54c3b044f756963fbcac90afb..433e3e478e7ef4d46f350903f968153a6b39516d 100644 (file)
@@ -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 @@ See the docstring for the `type-break-mode' command for more information.
 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)