X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/c05516490426dd6206b51ae94dd6ad0e1ab8eb76..03da5d089a8ed035cec443a27259e7d21487a22e:/lisp/obsolete/rsz-mini.el diff --git a/lisp/obsolete/rsz-mini.el b/lisp/obsolete/rsz-mini.el index 615ed1ccbb..94b7e21227 100644 --- a/lisp/obsolete/rsz-mini.el +++ b/lisp/obsolete/rsz-mini.el @@ -1,14 +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, 1994, 1995, 1997, 2002, 2003, 2004, +;; 2005 Free Software Foundation, Inc. ;; Author: Noah Friedman ;; Roland McGrath ;; Maintainer: Noah Friedman ;; Keywords: minibuffer, window, frame, display -;; $Id: rsz-mini.el,v 1.29 2001/07/16 12:22:59 pj Exp $ - ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify @@ -23,8 +22,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Commentary: @@ -65,7 +64,8 @@ ;;;###autoload (defcustom resize-minibuffer-frame-max-height nil - "*This variable is obsolete.") + "*This variable is obsolete." + :group 'resize-minibuffer) ;;;###autoload (defcustom resize-minibuffer-frame-exactly t @@ -81,4 +81,5 @@ (provide 'rsz-mini) +;;; arch-tag: 3cb85d51-ab33-4e46-8362-dd87a5d06c99 ;;; rsz-mini.el ends here