Don't use buffer-disable-undo; do it directly.

This commit is contained in:
Richard M. Stallman 2004-12-27 16:24:54 +00:00
parent 38fb035434
commit f6e4371206

View file

@ -46,7 +46,8 @@
(message "Using load-path %s" load-path)
;; We don't want to have any undo records in the dumped Emacs.
(buffer-disable-undo "*scratch*")
(set-buffer "*scratch*")
(setq buffer-undo-list t)
(load "emacs-lisp/byte-run")
(load "emacs-lisp/backquote")