emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/dabbrev.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/dabbrev.el
Date: Sun, 17 Mar 2002 23:24:57 -0500

Index: emacs/lisp/dabbrev.el
diff -c emacs/lisp/dabbrev.el:1.62 emacs/lisp/dabbrev.el:1.63
*** emacs/lisp/dabbrev.el:1.62  Sun Feb  3 05:26:49 2002
--- emacs/lisp/dabbrev.el       Sun Mar 17 23:24:57 2002
***************
*** 599,605 ****
        (progn
          (forward-char -1)
          (while (and (looking-at dabbrev--abbrev-char-regexp)
!                     (not (= (point) (field-beginning (point)))))
            (forward-char -1))
          (or (looking-at dabbrev--abbrev-char-regexp)
              (forward-char 1))))
--- 599,607 ----
        (progn
          (forward-char -1)
          (while (and (looking-at dabbrev--abbrev-char-regexp)
!                     (not (bobp))
!                     (not (= (point) (field-beginning (point) nil
!                                                      (1- (point))))))
            (forward-char -1))
          (or (looking-at dabbrev--abbrev-char-regexp)
              (forward-char 1))))



reply via email to

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