summaryrefslogtreecommitdiff
path: root/lisp/bookmark.el
diff options
context:
space:
mode:
authorBasil L. Contovounesios <contovob@tcd.ie>2020-05-01 14:44:56 +0100
committerBasil L. Contovounesios <contovob@tcd.ie>2020-05-01 15:03:59 +0100
commit2a8784129daf270d0a20ce3531e488de51de7520 (patch)
tree7aeacae9a3e1237d6685be513ec0de028ee9efbe /lisp/bookmark.el
parent9f3f1692767779a243a32d82f20eb8ffa5369920 (diff)
downloademacs-2a8784129daf270d0a20ce3531e488de51de7520.tar.gz
; Fix recent additions with lisp-data-mode
* lisp/bookmark.el (bookmark-insert-file-format-version-stamp) (save-place-alist-to-file): Delimit file-local variables on the -*- line with semicolons. * lisp/files.el (auto-mode-alist): Use shy regexp group.
Diffstat (limited to 'lisp/bookmark.el')
-rw-r--r--lisp/bookmark.el2
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."
(insert
(format
";;;; Emacs Bookmark Format Version %d\
-;;;; -*- coding: %S mode: lisp-data -*-\n"
+;;;; -*- coding: %S; mode: lisp-data -*-\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"