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 [emacs-unico


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/paragraphs.el [emacs-unicode-2]
Date: Wed, 29 Sep 2004 21:43:34 -0400

Index: emacs/lisp/textmodes/paragraphs.el
diff -c emacs/lisp/textmodes/paragraphs.el:1.66.4.3 
emacs/lisp/textmodes/paragraphs.el:1.66.4.4
*** emacs/lisp/textmodes/paragraphs.el:1.66.4.3 Thu Sep  9 09:36:33 2004
--- emacs/lisp/textmodes/paragraphs.el  Thu Sep 30 01:20:35 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]