CVS update by stephent xemacs/lisp ...
xemacs-cvs at xemacs.org
xemacs-cvs at xemacs.org
Mon Apr 30 15:50:57 EDT 2007
User: stephent
Date: 07/04/30 21:50:57
Modified: xemacs/lisp dumped-lisp.el resize-minibuffer.el
Log:
Unbreak build; patch will be posted 2007-05-01.
Revision Changes Path
1.62 +1 -1 XEmacs/xemacs/lisp/dumped-lisp.el
Index: dumped-lisp.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/dumped-lisp.el,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -p -r1.61 -r1.62
--- dumped-lisp.el 2006/12/29 18:09:43 1.61
+++ dumped-lisp.el 2007/04/30 19:50:53 1.62
@@ -72,6 +72,7 @@ in dumped-lisp.el and is not itself list
"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 @@ in dumped-lisp.el and is not itself list
"fontl-hooks"
"auto-show"
"paragraphs" ; needs easy-mmode, coding
- "resize-minibuffer"
(when (featurep 'ldap) "ldap")
;; (when (featurep 'energize) "energize/energize-load.el")
1.6 +1 -2 XEmacs/xemacs/lisp/resize-minibuffer.el
Index: resize-minibuffer.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/resize-minibuffer.el,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- resize-minibuffer.el 2007/04/30 16:16:51 1.5
+++ resize-minibuffer.el 2007/04/30 19:50:53 1.6
@@ -36,7 +36,7 @@
;; 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 $
+;; $Id: resize-minibuffer.el,v 1.6 2007/04/30 19:50:53 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
@@ -122,7 +122,6 @@ never get smaller while it is active."
: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
More information about the XEmacs-CVS
mailing list