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:
parent
c0ea954d0f
commit
37164032f6
5 changed files with 5 additions and 5 deletions
|
|
@ -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)))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue