# HG changeset patch # User james # Date 1107466079 0 # Node ID c69008aaa9bc3e5d710bbd5aa366e25e3883593a # Parent 94f848eb8e4b4e9d157d3f9d8ee633096211d954 [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 . diff -r 94f848eb8e4b -r c69008aaa9bc lisp/ChangeLog --- 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 + + * 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 * paragraphs.el: Require easy-mmode, due to its move in core. diff -r 94f848eb8e4b -r c69008aaa9bc lisp/dumped-lisp.el --- 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" diff -r 94f848eb8e4b -r c69008aaa9bc lisp/paragraphs.el --- 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)