*** subr.el~ 2006-05-12 08:24:10.000000000 +0200 --- subr.el 2006-05-12 12:40:59.575290323 +0200 *************** *** 2220,2226 **** See also `with-temp-file' and `with-output-to-string'." (declare (indent 0) (debug t)) (let ((temp-buffer (make-symbol "temp-buffer"))) ! `(let ((,temp-buffer (generate-new-buffer " *temp*"))) (unwind-protect (with-current-buffer ,temp-buffer ,@body) --- 2220,2227 ---- See also `with-temp-file' and `with-output-to-string'." (declare (indent 0) (debug t)) (let ((temp-buffer (make-symbol "temp-buffer"))) ! `(let ((,temp-buffer (generate-new-buffer " *temp*")) ! (buffer-undo-list t)) (unwind-protect (with-current-buffer ,temp-buffer ,@body)