1
0
Fork 0

Add (require 'map) for the map-values function

This commit is contained in:
Bram Schoenmakers 2023-06-18 22:16:47 +02:00
parent 33d0a97515
commit 757a604972

View file

@ -44,6 +44,8 @@
;;; Code:
(require 'map)
(defgroup persist-state nil
"Persist the Emacs state at regular intervals."
:group 'convenience)