1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00

; Normalize spacing in last change

This commit is contained in:
Sean Whitton 2025-04-11 10:01:31 +08:00
parent c0ea954d0f
commit 37164032f6
5 changed files with 5 additions and 5 deletions

View file

@ -271,7 +271,7 @@ abbrevs have been saved."
(when (unencodable-char-position (point-min) (point-max) 'utf-8)
(setq coding-system-for-write 'utf-8-emacs))
(goto-char (point-min))
(insert (format ";;-*-coding: %S; lexical-binding:t -*-\n"
(insert (format ";; -*- coding: %S; lexical-binding: t -*-\n"
coding-system-for-write))
(write-region nil nil file nil (and (not verbose) 0)))))