emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/parseclj ca854455f6 099/185: Add missing requirement to `p


From: ELPA Syncer
Subject: [nongnu] elpa/parseclj ca854455f6 099/185: Add missing requirement to `parseedn`
Date: Tue, 28 Dec 2021 14:05:24 -0500 (EST)

branch: elpa/parseclj
commit ca854455f65e26e24fd097606dac927538a33139
Author: Daniel Barreto <daniel.barreto.n@gmail.com>
Commit: Daniel Barreto <daniel.barreto.n@gmail.com>

    Add missing requirement to `parseedn`
---
 parseedn.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/parseedn.el b/parseedn.el
index 633cf4a714..e98cee19aa 100644
--- a/parseedn.el
+++ b/parseedn.el
@@ -34,6 +34,9 @@
 ;;
 ;; Note that this is kind of broken, we don't correctly detect if \u or \o 
forms
 ;; don't have the right forms.
+
+(require 'a)
+
 (defun parseedn--string (s)
   (replace-regexp-in-string
    "\\\\o[0-8]\\{3\\}"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]