APPROVE COMMIT
NOTE: This patch has been committed
# HG changeset patch
# User Aidan Kehoe <kehoea(a)parhasard.net>
# Date 1535902971 -3600
# Sun Sep 02 16:42:51 2018 +0100
# Node ID 4043f901c9368c4212311ee3f6209ad140bb12b9
# Parent a02f9fb31a055ff7d1b935c76639b50c65434c26
Don't quote the WHEN argument to #'eval-when, where-was-i-db.el
ChangeLog addition:
2018-09-02 Aidan Kehoe <kehoea(a)parhasard.net>
* where-was-i-db.el (load):
WHEN with #'eval-when can't be quoted, correct this.
diff -r a02f9fb31a05 -r 4043f901c936 ChangeLog
--- a/ChangeLog Sun Jun 10 17:51:56 2018 +0100
+++ b/ChangeLog Sun Sep 02 16:42:51 2018 +0100
@@ -1,3 +1,8 @@
+2018-09-02 Aidan Kehoe <kehoea(a)parhasard.net>
+
+ * where-was-i-db.el (load):
+ WHEN with #'eval-when can't be quoted, correct this.
+
2018-06-10 Aidan Kehoe <kehoea(a)parhasard.net>
* Makefile (VERSION): XEmacs package 2.58 released.
diff -r a02f9fb31a05 -r 4043f901c936 where-was-i-db.el
--- a/where-was-i-db.el Sun Jun 10 17:51:56 2018 +0100
+++ b/where-was-i-db.el Sun Sep 02 16:42:51 2018 +0100
@@ -134,8 +134,7 @@
;;; Code:
-(eval-when 'load
- (require 'berkeley-db))
+(eval-when (load) (require 'berkeley-db))
;;; Utility functions:
--
‘As I sat looking up at the Guinness ad, I could never figure out /
How your man stayed up on the surfboard after forty pints of stout’
(C. Moore)
Show replies by date