changeset 2555:c69008aaa9bc

[xemacs-hg @ 2005-02-03 21:27:58 by james] Dump easy-mmode, else the docstrings are lost and paragraphs.el cannot be compiled successfully. See the xemacs-patches message with ID <ps7jlpcp2g.fsf@diannao.ittc.ku.edu>.
author james
date Thu, 03 Feb 2005 21:27:59 +0000
parents 94f848eb8e4b
children f5d0a1afc3ec
files lisp/ChangeLog lisp/dumped-lisp.el lisp/paragraphs.el
diffstat 3 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Feb 03 18:09:30 2005 +0000
+++ b/lisp/ChangeLog	Thu Feb 03 21:27:59 2005 +0000
@@ -1,3 +1,9 @@
+2005-02-03  Jerry James  <james@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@xemacs.org>
 
 	* paragraphs.el: Require easy-mmode, due to its move in core.
--- a/lisp/dumped-lisp.el	Thu Feb 03 18:09:30 2005 +0000
+++ b/lisp/dumped-lisp.el	Thu Feb 03 21:27:59 2005 +0000
@@ -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"
--- a/lisp/paragraphs.el	Thu Feb 03 18:09:30 2005 +0000
+++ b/lisp/paragraphs.el	Thu Feb 03 21:27:59 2005 +0000
@@ -37,8 +37,6 @@
 
 ;;; Code:
 
-(require 'easy-mmode)
-
 (defgroup paragraphs nil
   "Paragraph and sentence parsing."
   :group 'editing)