emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/make-mode.el


From: Masatake YAMATO
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/make-mode.el
Date: Sun, 16 Oct 2005 05:31:59 -0400

Index: emacs/lisp/progmodes/make-mode.el
diff -c emacs/lisp/progmodes/make-mode.el:1.107 
emacs/lisp/progmodes/make-mode.el:1.108
*** emacs/lisp/progmodes/make-mode.el:1.107     Fri Sep  9 01:24:59 2005
--- emacs/lisp/progmodes/make-mode.el   Sun Oct 16 09:31:44 2005
***************
*** 1176,1182 ****
        (message "Making completion list...")
        (let ((list (all-completions try table)))
          (with-output-to-temp-buffer "*Completions*"
!           (display-completion-list list)))
        (message "Making completion list...done"))))))
  
  
--- 1176,1182 ----
        (message "Making completion list...")
        (let ((list (all-completions try table)))
          (with-output-to-temp-buffer "*Completions*"
!           (display-completion-list list try)))
        (message "Making completion list...done"))))))
  
  




reply via email to

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