mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
Don't use buffer-disable-undo; do it directly.
This commit is contained in:
parent
38fb035434
commit
f6e4371206
1 changed files with 2 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue