summaryrefslogtreecommitdiff
path: root/test/lisp/saveplace-resources
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2020-08-08 01:20:01 +0200
committerStefan Kangas <stefankangas@gmail.com>2020-08-08 01:40:38 +0200
commitcdbbc2081ed2da3a641926e76341ed413fb5b9f9 (patch)
tree9cb3d8b9db6ee8ede4b4c9bf7f3f27495368967b /test/lisp/saveplace-resources
parent67ffffa66654236ded2cf121cb3139b07d2ac5c8 (diff)
downloademacs-cdbbc2081ed2da3a641926e76341ed413fb5b9f9.tar.gz
emacs-cdbbc2081ed2da3a641926e76341ed413fb5b9f9.tar.bz2
emacs-cdbbc2081ed2da3a641926e76341ed413fb5b9f9.zip
Use lexical-binding in saveplace.el and add tests
* lisp/saveplace.el: Use lexical-binding. (save-place-to-alist): Doc fix. * test/lisp/saveplace-tests.el: * test/lisp/saveplace-resources/saveplace: New files.
Diffstat (limited to 'test/lisp/saveplace-resources')
-rw-r--r--test/lisp/saveplace-resources/saveplace4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/lisp/saveplace-resources/saveplace b/test/lisp/saveplace-resources/saveplace
new file mode 100644
index 00000000000..3f3f6d501d6
--- /dev/null
+++ b/test/lisp/saveplace-resources/saveplace
@@ -0,0 +1,4 @@
+;;; -*- coding: utf-8 -*-
+(("/home/skangas/.emacs.d/cache/recentf" . 1306)
+ ("/home/skangas/wip/emacs/"
+ (dired-filename . "/home/skangas/wip/emacs/COPYING")))