diff options
Diffstat (limited to 'lisp/bookmark.el')
| -rw-r--r-- | lisp/bookmark.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/bookmark.el b/lisp/bookmark.el index f2384973e9c..0fa77ed3224 100644 --- a/lisp/bookmark.el +++ b/lisp/bookmark.el | |||
| @@ -736,7 +736,7 @@ CODING is the symbol of the coding-system in which the file is encoded." | |||
| 736 | (insert | 736 | (insert |
| 737 | (format | 737 | (format |
| 738 | ";;;; Emacs Bookmark Format Version %d\ | 738 | ";;;; Emacs Bookmark Format Version %d\ |
| 739 | ;;;; -*- coding: %S mode: lisp-data -*-\n" | 739 | ;;;; -*- coding: %S; mode: lisp-data -*-\n" |
| 740 | bookmark-file-format-version (coding-system-base coding))) | 740 | bookmark-file-format-version (coding-system-base coding))) |
| 741 | (insert ";;; This format is meant to be slightly human-readable;\n" | 741 | (insert ";;; This format is meant to be slightly human-readable;\n" |
| 742 | ";;; nevertheless, you probably don't want to edit it.\n" | 742 | ";;; nevertheless, you probably don't want to edit it.\n" |