Mercurial > hg > xemacs-beta
diff lisp/etags.el @ 225:12579d965149 r20-4b11
Import from CVS: tag r20-4b11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:11:40 +0200 |
parents | 2c611d1463a6 |
children | 0e522484dd2a |
line wrap: on
line diff
--- a/lisp/etags.el Mon Aug 13 10:10:55 2007 +0200 +++ b/lisp/etags.el Mon Aug 13 10:11:40 2007 +0200 @@ -328,9 +328,9 @@ (setq build-completion t)) (when build-completion (if (ecase tags-build-completion-table - (nil nil) - (t t) - (ask + ((nil) nil) + ((t) t) + ((ask) ;; don't bother asking for small ones (or (< (buffer-size) 20000) (y-or-n-p