diff lisp/paragraphs.el @ 2553:b880fa9b5d8a

[xemacs-hg @ 2005-02-03 17:33:50 by james] Fix the C++ build the rest of the way. See xemacs-patches message with ID <ps4qgteel0.fsf@diannao.ittc.ku.edu>.
author james
date Thu, 03 Feb 2005 17:34:03 +0000
parents 9ec13301bb30
children c69008aaa9bc
line wrap: on
line diff
--- a/lisp/paragraphs.el	Thu Feb 03 16:30:38 2005 +0000
+++ b/lisp/paragraphs.el	Thu Feb 03 17:34:03 2005 +0000
@@ -37,6 +37,8 @@
 
 ;;; Code:
 
+(require 'easy-mmode)
+
 (defgroup paragraphs nil
   "Paragraph and sentence parsing."
   :group 'editing)
@@ -147,7 +149,7 @@
 (defcustom sentence-end
   (purecopy
    ;; This is a bit stupid since it's not auto-updated when the
-   ;; other variables are changes, but it's still useful info.
+   ;; other variables are changed, but it's still useful info.
    (concat (if sentence-end-without-period "\\w  \\|")
 	   "[.?!$B!#!%!)!*$A!##.#?#!$(0!$!%!)!*$(G!$!%!)!*(B][]\"')}]*"
 	   (if sentence-end-double-space