(tibetan-pre-write-conversion): Cancel previous
[bpt/emacs.git] / lisp / rsz-mini.el
index f1cc6d6..7241070 100644 (file)
@@ -1,13 +1,13 @@
 ;;; rsz-mini.el --- dynamically resize minibuffer to display entire contents
 
-;; Copyright (C) 1990, 1993, 1994, 1995, 1997 Free Software Foundation, Inc.
+;; Copyright (C) 1990, 1993-1995, 1997 Free Software Foundation, Inc.
 
-;; Author: Noah Friedman <friedman@prep.ai.mit.edu>
-;;         Roland McGrath <roland@prep.ai.mit.edu>
-;; Maintainer: friedman@prep.ai.mit.edu
+;; Author: Noah Friedman <friedman@splode.com>
+;;         Roland McGrath <roland@gnu.org>
+;; Maintainer: Noah Friedman <friedman@splode.com>
 ;; Keywords: minibuffer, window, frame, display
 
-;; $Id: rsz-mini.el,v 1.19 1998/03/23 13:18:54 schwab Exp done $
+;; $Id: rsz-mini.el,v 1.22 1998/09/11 01:36:54 friedman Exp $
 
 ;; This file is part of GNU Emacs.
 
@@ -61,6 +61,7 @@
   "Dynamically resize minibuffer to display entire contents"
   :group 'frames)
 
+;;;###autoload
 (defcustom resize-minibuffer-mode nil
   "*If non-`nil', resize the minibuffer so its entire contents are visible.
 You must modify via \\[customize] for this variable to have an effect."
@@ -69,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