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

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

[nongnu] elpa/crux 0f04d98 015/112: Fix unbound var reference


From: ELPA Syncer
Subject: [nongnu] elpa/crux 0f04d98 015/112: Fix unbound var reference
Date: Wed, 11 Aug 2021 09:57:44 -0400 (EDT)

branch: elpa/crux
commit 0f04d98f50c55a13ca341923cd38fdfbe71c4464
Author: Bozhidar Batsov <bozhidar@batsov.com>
Commit: Bozhidar Batsov <bozhidar@batsov.com>

    Fix unbound var reference
---
 crux.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crux.el b/crux.el
index d099438..c7b60db 100644
--- a/crux.el
+++ b/crux.el
@@ -239,7 +239,7 @@ point reaches the beginning or end of the buffer, stop 
there."
 (defun crux-recompile-init ()
   "Byte-compile all your dotfiles again."
   (interactive)
-  (byte-recompile-directory crux-dir 0))
+  (byte-recompile-directory user-emacs-directory 0))
 
 (defun crux-file-owner-uid (filename)
   "Return the UID of the FILENAME as an integer.



reply via email to

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