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/org.el


From: Masatake YAMATO
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/org.el
Date: Tue, 18 Oct 2005 00:31:23 -0400

Index: emacs/lisp/textmodes/org.el
diff -c emacs/lisp/textmodes/org.el:1.40 emacs/lisp/textmodes/org.el:1.41
*** emacs/lisp/textmodes/org.el:1.40    Mon Oct 10 09:16:22 2005
--- emacs/lisp/textmodes/org.el Tue Oct 18 04:31:15 2005
***************
*** 2844,2850 ****
             (message "Making completion list...")
             (let ((list (sort (all-completions pattern table) 'string<)))
               (with-output-to-temp-buffer "*Completions*"
!                (display-completion-list list)))
             (message "Making completion list...%s" "done"))))))
  
  ;;; Comments, TODO and DEADLINE
--- 2844,2850 ----
             (message "Making completion list...")
             (let ((list (sort (all-completions pattern table) 'string<)))
               (with-output-to-temp-buffer "*Completions*"
!                (display-completion-list list pattern)))
             (message "Making completion list...%s" "done"))))))
  
  ;;; Comments, TODO and DEADLINE




reply via email to

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