User: james
Date: 05/02/03 22:28:02
Modified: xemacs/lisp ChangeLog dumped-lisp.el paragraphs.el
Log:
Dump easy-mmode, else the docstrings are lost and paragraphs.el cannot be
compiled successfully. See the xemacs-patches message with ID
<ps7jlpcp2g.fsf(a)diannao.ittc.ku.edu>.
Revision Changes Path
1.628 +6 -0 XEmacs/xemacs/lisp/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/ChangeLog,v
retrieving revision 1.627
retrieving revision 1.628
diff -u -b -r1.627 -r1.628
--- ChangeLog 2005/02/03 17:33:59 1.627
+++ ChangeLog 2005/02/03 21:27:58 1.628
@@ -1,5 +1,11 @@
2005-02-03 Jerry James <james(a)xemacs.org>
+ * dumped-lisp.el (preloaded-file-list): Add easy-mmode.
+ * paragraphs.el (paragraphs): Undo the require as it is now
+ unnecessary.
+
+2005-02-03 Jerry James <james(a)xemacs.org>
+
* paragraphs.el: Require easy-mmode, due to its move in core.
* paragraphs.el (sentence-end): Fix a typo.
1.52 +1 -0 XEmacs/xemacs/lisp/dumped-lisp.el
(In the diff below, changes in quantity of whitespace are not shown.)
Index: dumped-lisp.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/dumped-lisp.el,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -b -r1.51 -r1.52
--- dumped-lisp.el 2005/01/09 14:22:09 1.51
+++ dumped-lisp.el 2005/02/03 21:27:59 1.52
@@ -105,6 +105,7 @@
"register"
"iso8859-1" ; This must be before any modes
; (sets standard syntax table.)
+ "easy-mmode" ; Added for 21.5.
"paragraphs"
"easymenu" ; Added for 20.3.
"lisp-mode"
1.10 +0 -2 XEmacs/xemacs/lisp/paragraphs.el
(In the diff below, changes in quantity of whitespace are not shown.)
Index: paragraphs.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/paragraphs.el,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- paragraphs.el 2005/02/03 17:33:59 1.9
+++ paragraphs.el 2005/02/03 21:27:59 1.10
@@ -37,8 +37,6 @@
;;; Code:
-(require 'easy-mmode)
-
(defgroup paragraphs nil
"Paragraph and sentence parsing."
:group 'editing)