diff lisp/auto-show.el @ 267:966663fcf606 r20-5b32

Import from CVS: tag r20-5b32
author cvs
date Mon, 13 Aug 2007 10:26:29 +0200
parents 41ff10fd062f
children 70ad99077275
line wrap: on
line diff
--- a/lisp/auto-show.el	Mon Aug 13 10:25:39 2007 +0200
+++ b/lisp/auto-show.el	Mon Aug 13 10:26:29 2007 +0200
@@ -191,7 +191,7 @@
 ;;(add-hook 'post-command-hook 'auto-show-make-point-visible)
 
 ;; If being dumped, turn it on right away.
-(when (boundp 'load-gc)
+(when (boundp 'pureload)
   (auto-show-mode 1))
 
 ;; Do auto-scrolling in comint buffers after process output also.