projects
/
chise
/
xemacs-chise.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2501878
)
Delete dirty hack for XEmacs UTF-2000.
author
tomo
<tomo>
Sun, 2 Sep 2001 15:00:02 +0000
(15:00 +0000)
committer
tomo
<tomo>
Sun, 2 Sep 2001 15:00:02 +0000
(15:00 +0000)
lisp/list-mode.el
patch
|
blob
|
history
diff --git
a/lisp/list-mode.el
b/lisp/list-mode.el
index
60c0ee3
..
25d2418
100644
(file)
--- 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)))