From 2ed52766666fbc064ccc369b42edf90659b9c46d Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 2 Sep 2001 15:00:02 +0000 Subject: [PATCH] Delete dirty hack for XEmacs UTF-2000. --- lisp/list-mode.el | 5 ----- 1 file changed, 5 deletions(-) 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))) -- 1.7.10.4