/[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.60.4.8 by miles, Thu Sep 16 00:12:22 2004 UTC revision 1.60.4.9 by miles, Wed Oct 6 05:23:58 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.60.4.8  
changed lines
  Added in v.1.60.4.9

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