X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Flist-mode.el;h=60c0ee3839ec15720c3aa9bb856a8d7133bad570;hb=4a97f3ba353fb539a06b3d60625f450c1008b452;hp=25d2418951f50f102612d6cfcb6f9348a3e2495b;hpb=2fd9701a4f902054649dde9143a3f77809afee8f;p=chise%2Fxemacs-chise.git diff --git a/lisp/list-mode.el b/lisp/list-mode.el index 25d2418..60c0ee3 100644 --- a/lisp/list-mode.el +++ b/lisp/list-mode.el @@ -658,3 +658,8 @@ 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)))