APPROVE COMMIT 21.5
Parts of this patch were previously committed due to build breakage.
This patch fixes build breakage due to undefined references to
resize-minibuffer-mode in simple.el that I introduced in the previous
patch, by loading resize-minibuffer before loading simple.
I also made some small changes to resize-minibuffer.el, removing the
CVS Id cookie and an autoload cookie.  The former is a PITA, the
latter is a potential real problem.
Index: lisp/ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/ChangeLog,v
retrieving revision 1.792
diff -u -U0 -r1.792 ChangeLog
--- lisp/ChangeLog	30 Apr 2007 16:16:48 -0000	1.792
+++ lisp/ChangeLog	1 May 2007 14:27:34 -0000
@@ -0,0 +1,9 @@
+2007-05-01  Stephen J. Turnbull  <stephen(a)xemacs.org>
+
+	* dumped-lisp.el (preloaded-file-list): Move resize-minibuffer
+	before simple.
+
+	* resize-minibuffer.el: Remove CVS $Id$ cookie..
+
+	* resize-minibuffer.el (resize-minibuffer-mode): Remove autoload.
+
Index: lisp/resize-minibuffer.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/resize-minibuffer.el,v
retrieving revision 1.5
diff -u -r1.5 resize-minibuffer.el
--- lisp/resize-minibuffer.el	30 Apr 2007 16:16:51 -0000	1.5
+++ lisp/resize-minibuffer.el	1 May 2007 14:27:39 -0000
@@ -36,8 +36,6 @@
 
 ;; This file has received maintenance by the XEmacs development team.
 
-;; $Id: resize-minibuffer.el,v 1.5 2007/04/30 16:16:51 stephent Exp $
-
 ;; This package allows the entire contents (or as much as possible) of the
 ;; minibuffer to be visible at once when typing.  As the end of a line is
 ;; reached, the minibuffer will resize itself.  When the user is done
@@ -122,7 +120,6 @@
   :group 'resize-minibuffer)
 
 
-;;;###autoload
 (defun resize-minibuffer-mode (&optional prefix)
   "Enable or disable resize-minibuffer mode.
 A negative prefix argument disables this mode.  A positive argument or
Index: lisp/dumped-lisp.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/dumped-lisp.el,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- lisp/dumped-lisp.el	29 Dec 2006 18:09:43 -0000	1.61
+++ lisp/dumped-lisp.el	30 Apr 2007 19:50:53 -0000	1.62
@@ -72,6 +72,7 @@
        "undo-stack"
        "window"		; simple needs `save-window-excursion'
        "window-xemacs"
+       "resize-minibuffer"	; simple needs `resize-minibuffer-mode'
        "simple"
        "newcomment"
        "keydefs"		; Before loaddefs so that keymap vars exist.
@@ -288,7 +289,6 @@
        "fontl-hooks"
        "auto-show"
        "paragraphs"             ; needs easy-mmode, coding
-       "resize-minibuffer"
        (when (featurep 'ldap) "ldap")
 
 ;; (when (featurep 'energize) "energize/energize-load.el")
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-patches