emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/paragraphs.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/paragraphs.el [lexbind]
Date: Wed, 06 Oct 2004 01:43:39 -0400

Index: emacs/lisp/textmodes/paragraphs.el
diff -c emacs/lisp/textmodes/paragraphs.el:1.60.4.8 
emacs/lisp/textmodes/paragraphs.el:1.60.4.9
*** emacs/lisp/textmodes/paragraphs.el:1.60.4.8 Thu Sep 16 00:12:22 2004
--- emacs/lisp/textmodes/paragraphs.el  Wed Oct  6 05:23:58 2004
***************
*** 274,281 ****
                                   (not (looking-at parsep)))
                            (not (and (looking-at parstart)
                                      (or (not use-hard-newlines)
!                                         (get-text-property (1- start) 'hard)
!                                         (bobp)))))
                  (setq found-start nil)
                  (goto-char start))
                found-start)
--- 274,282 ----
                                   (not (looking-at parsep)))
                            (not (and (looking-at parstart)
                                      (or (not use-hard-newlines)
!                                         (bobp)
!                                         (get-text-property
!                                          (1- start) 'hard)))))
                  (setq found-start nil)
                  (goto-char start))
                found-start)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]