From: tomo Date: Sun, 2 Sep 2001 15:00:02 +0000 (+0000) Subject: Delete dirty hack for XEmacs UTF-2000. X-Git-Tag: r21-2-41-chartab-1~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=2ed52766666fbc064ccc369b42edf90659b9c46d;p=chise%2Fxemacs-chise.git- Delete dirty hack for XEmacs UTF-2000. --- 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)))