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

lisp/rsz-mini.el

index e42e691237e41f09c376d6c2ab3e8d38d7b5027e..b70dad5b1c6fcb6f42e46ea54b45db6806d234d8 100644 (file)
@@ -7,7 +7,7 @@
 ;; Maintainer: friedman@prep.ai.mit.edu
 ;; Keywords: minibuffer, window, frame, display
 
-;; $Id: rsz-mini.el,v 1.20 1998/04/20 02:41:08 done Exp done $
+;; $Id: rsz-mini.el,v 1.21 1998/06/04 16:00:22 done Exp $
 
 ;; This file is part of GNU Emacs.
 
@@ -70,8 +70,7 @@ You must modify via \\[customize] for this variable to have an effect."
   :initialize 'custom-initialize-default
   :type 'boolean
   :group 'resize-minibuffer
-  :require 'rsz-mini
-  :version "20.3")
+  :require 'rsz-mini)
 
 ;;;###autoload
 (defcustom resize-minibuffer-window-max-height nil