summaryrefslogtreecommitdiff
path: root/test/lisp/bookmark-resources/test-list.bmk
blob: 696d64979b8c90012cc4f7701068a75c521304ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
;;;; Emacs Bookmark Format Version 1 ;;;; -*- coding: utf-8-emacs -*-
;;; This format is meant to be slightly human-readable;
;;; nevertheless, you probably don't want to edit it.
;;; -*- End Of Bookmark File Format Version Stamp -*-
(("name-0"
 (filename . "/some/file-0")
 (front-context-string . "abc")
 (rear-context-string . "def")
 (position . 3))
("name-1"
 (filename . "/some/file-1")
 (front-context-string . "abc")
 (rear-context-string . "def")
 (position . 3))
("name-2"
 (filename . "/some/file-2")
 (front-context-string . "abc")
 (rear-context-string . "def")
 (position . 3))
)