Index: emacs/lisp/dabbrev.el
diff -c emacs/lisp/dabbrev.el:1.76 emacs/lisp/dabbrev.el:1.77
*** emacs/lisp/dabbrev.el:1.76  Thu May 19 19:06:18 2005
--- emacs/lisp/dabbrev.el       Mon Jul  4 01:51:25 2005
***************
*** 100,106 ****
  ;;----------------------------------------------------------------
  
  (defgroup dabbrev nil
!   "Dynamic Abbreviations"
    :tag "Dynamic Abbreviations"
    :group 'abbrev
    :group 'convenience)
--- 100,106 ----
  ;;----------------------------------------------------------------
  
  (defgroup dabbrev nil
!   "Dynamic Abbreviations."
    :tag "Dynamic Abbreviations"
    :group 'abbrev
    :group 'convenience)
***************
*** 509,515 ****
            (setq direction dabbrev--last-direction))
        ;; If the user inserts a space after expanding
        ;; and then asks to expand again, always fetch the next word.
!       (if (and (eq (preceding-char) ?\ )
                 (markerp dabbrev--last-abbrev-location)
                 (marker-position dabbrev--last-abbrev-location)
                 (= (point) (1+ dabbrev--last-abbrev-location)))
--- 509,515 ----
            (setq direction dabbrev--last-direction))
        ;; If the user inserts a space after expanding
        ;; and then asks to expand again, always fetch the next word.
!       (if (and (eq (preceding-char) ?\s)
                 (markerp dabbrev--last-abbrev-location)
                 (marker-position dabbrev--last-abbrev-location)
                 (= (point) (1+ dabbrev--last-abbrev-location)))


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to