Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs
This commit is contained in:
commit
206445a703
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@
|
|||
;; bidi.c needs for its job.
|
||||
(setq redisplay--inhibit-bidi t)
|
||||
|
||||
(message "dump mode: %s" dump-mode)
|
||||
(message "Dump mode: %s" dump-mode)
|
||||
|
||||
;; Add subdirectories to the load-path for files that might get
|
||||
;; autoloaded when bootstrapping or running Emacs normally.
|
||||
|
|
|
@ -4024,7 +4024,7 @@ types. */)
|
|||
ctx->header.fingerprint[i] = fingerprint[i];
|
||||
|
||||
const dump_off header_start = ctx->offset;
|
||||
dump_fingerprint ("dumping fingerprint", ctx->header.fingerprint);
|
||||
dump_fingerprint ("Dumping fingerprint", ctx->header.fingerprint);
|
||||
dump_write (ctx, &ctx->header, sizeof (ctx->header));
|
||||
const dump_off header_end = ctx->offset;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue