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: Masatake YAMATO
Subject: [Emacs-diffs] Changes to emacs/lisp/dabbrev.el
Date: Sun, 16 Oct 2005 05:31:50 -0400

Index: emacs/lisp/dabbrev.el
diff -c emacs/lisp/dabbrev.el:1.79 emacs/lisp/dabbrev.el:1.80
*** emacs/lisp/dabbrev.el:1.79  Sat Aug  6 22:13:42 2005
--- emacs/lisp/dabbrev.el       Sun Oct 16 09:31:48 2005
***************
*** 461,467 ****
        ;; * String is a common substring completion already.  Make list.
        (message "Making completion list...")
        (with-output-to-temp-buffer "*Completions*"
!       (display-completion-list (all-completions init my-obarray)))
        (message "Making completion list...done")))
      (and (window-minibuffer-p (selected-window))
         (message nil))))
--- 461,468 ----
        ;; * String is a common substring completion already.  Make list.
        (message "Making completion list...")
        (with-output-to-temp-buffer "*Completions*"
!       (display-completion-list (all-completions init my-obarray)
!                                init))
        (message "Making completion list...done")))
      (and (window-minibuffer-p (selected-window))
         (message nil))))




reply via email to

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