/[emacs]/emacs/lisp/textmodes/paragraphs.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/paragraphs.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.73 by teirllm, Mon Sep 6 00:37:02 2004 UTC revision 1.74 by teirllm, Wed Sep 29 22:21:24 2004 UTC
# Line 274  Returns the count of paragraphs left to Line 274  Returns the count of paragraphs left to
274                                     (not (looking-at parsep)))                                     (not (looking-at parsep)))
275                              (not (and (looking-at parstart)                              (not (and (looking-at parstart)
276                                        (or (not use-hard-newlines)                                        (or (not use-hard-newlines)
277                                            (get-text-property (1- start) 'hard)                                            (bobp)
278                                            (bobp)))))                                            (get-text-property
279                                               (1- start) 'hard)))))
280                    (setq found-start nil)                    (setq found-start nil)
281                    (goto-char start))                    (goto-char start))
282                  found-start)                  found-start)

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26