Mercurial > hg > xemacs-beta
comparison lisp/paragraphs.el @ 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 | b880fa9b5d8a |
children | 1b8351656013 |
comparison
equal
deleted
inserted
replaced
2554:94f848eb8e4b | 2555:c69008aaa9bc |
---|---|
34 | 34 |
35 ;; 06/11/1997 - Use char-(after|before) instead of | 35 ;; 06/11/1997 - Use char-(after|before) instead of |
36 ;; (following|preceding)-char. -slb | 36 ;; (following|preceding)-char. -slb |
37 | 37 |
38 ;;; Code: | 38 ;;; Code: |
39 | |
40 (require 'easy-mmode) | |
41 | 39 |
42 (defgroup paragraphs nil | 40 (defgroup paragraphs nil |
43 "Paragraph and sentence parsing." | 41 "Paragraph and sentence parsing." |
44 :group 'editing) | 42 :group 'editing) |
45 | 43 |