Mercurial > hg > xemacs-beta
diff lisp/vm/vm-pop.el @ 189:489f57a838ef r20-3b21
Import from CVS: tag r20-3b21
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:57:07 +0200 |
parents | 585fb297b004 |
children |
line wrap: on
line diff
--- a/lisp/vm/vm-pop.el Mon Aug 13 09:56:30 2007 +0200 +++ b/lisp/vm/vm-pop.el Mon Aug 13 09:57:07 2007 +0200 @@ -196,6 +196,7 @@ ;; clear the trace buffer of old output (save-excursion (set-buffer process-buffer) + (buffer-disable-undo) (erase-buffer)) ;; open the connection to the server (setq process (open-network-stream "POP" process-buffer host port))