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

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

[elpa] externals/buffer-env be605ffe77: Mention need to load cl-lib in R


From: ELPA Syncer
Subject: [elpa] externals/buffer-env be605ffe77: Mention need to load cl-lib in README
Date: Wed, 30 Nov 2022 15:57:23 -0500 (EST)

branch: externals/buffer-env
commit be605ffe77c6e1e293856dd1c284ea1c2f2da273
Author: Augusto Stoffel <arstoffel@gmail.com>
Commit: Augusto Stoffel <arstoffel@gmail.com>

    Mention need to load cl-lib in README
    
    Closes #15.
---
 README.org | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.org b/README.org
index 3b32a5699c..b2a654d32b 100644
--- a/README.org
+++ b/README.org
@@ -146,6 +146,7 @@ lean, you can just copy the function below and apply it as 
an
 =:around= advice to any affected commands.
 
 #+begin_src emacs-lisp
+  (eval-when-compile (require 'cl-lib))
   (defun buffer-env-inherit (fn &rest args)
     "Call FN with ARGS using the buffer-local process environment.
   Intended as an advice around commands that start a process after



reply via email to

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