X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Flist-mode.el;h=25d2418951f50f102612d6cfcb6f9348a3e2495b;hb=e714bc316e9cb4e651289624616cf86a10af4767;hp=60c0ee3839ec15720c3aa9bb856a8d7133bad570;hpb=c17036ee7f5e9405bcbf730befb635de7b8f9114;p=chise%2Fxemacs-chise.git- diff --git a/lisp/list-mode.el b/lisp/list-mode.el index 60c0ee3..25d2418 100644 --- a/lisp/list-mode.el +++ b/lisp/list-mode.el @@ -658,8 +658,3 @@ Go to the window from which completion was requested." (point-max))))) ;;; list-mode.el ends here - -;; [tomo] ad-hoc method to avoid slowness of the first completion -(if (featurep 'utf-2000) - (with-temp-buffer - (completion-list-mode)))