APPROVE COMMIT 21.5
I'm not so sure that moving easy-mmode into core was a good idea, but as
long as it is there, it has to be dumped for the build to succeed.
lisp/ChangeLog addition:
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.
xemacs-21.5 source patch:
Diff command: cvs -q diff -uN
Files affected: lisp/paragraphs.el lisp/dumped-lisp.el
Index: lisp/dumped-lisp.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/dumped-lisp.el,v
retrieving revision 1.51
diff -d -u -r1.51 dumped-lisp.el
--- lisp/dumped-lisp.el 2005/01/09 14:22:09 1.51
+++ lisp/dumped-lisp.el 2005/02/03 21:23:57
@@ -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"
Index: lisp/paragraphs.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/paragraphs.el,v
retrieving revision 1.9
diff -d -u -r1.9 paragraphs.el
--- lisp/paragraphs.el 2005/02/03 17:33:59 1.9
+++ lisp/paragraphs.el 2005/02/03 21:23:57
@@ -37,8 +37,6 @@
;;; Code:
-(require 'easy-mmode)
-
(defgroup paragraphs nil
"Paragraph and sentence parsing."
:group 'editing)
--
Jerry James
http://www.ittc.ku.edu/~james/