]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove space from end of coding cookie
authorRobert Pluim <rpluim@gmail.com>
Tue, 20 Nov 2018 09:48:16 +0000 (10:48 +0100)
committerRobert Pluim <rpluim@gmail.com>
Tue, 20 Nov 2018 09:59:17 +0000 (10:59 +0100)
* lisp/bookmark.el (bookmark-insert-file-format-version-stamp):
Remove unnecessary space from end of coding cookie.

lisp/bookmark.el

index 15a841e208c6f4e6b698430eb02a8d59f6da0fd7..1f06d672e9853433155cdf44a8a176d72601066f 100644 (file)
@@ -735,7 +735,7 @@ CODING is the symbol of the coding-system in which the file is encoded."
   (if (memq (coding-system-base coding) '(undecided prefer-utf-8))
       (setq coding 'utf-8-emacs))
   (insert
-   (format ";;;; Emacs Bookmark Format Version %d ;;;; -*- coding: %S -*- \n"
+   (format ";;;; Emacs Bookmark Format Version %d ;;;; -*- coding: %S -*-\n"
            bookmark-file-format-version (coding-system-base coding)))
   (insert ";;; This format is meant to be slightly human-readable;\n"
           ";;; nevertheless, you probably don't want to edit it.\n"