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

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

[elpa] externals/lentic d6ac74dc73 191/333: No error if m-buffer is not


From: ELPA Syncer
Subject: [elpa] externals/lentic d6ac74dc73 191/333: No error if m-buffer is not present.
Date: Tue, 27 Feb 2024 13:00:33 -0500 (EST)

branch: externals/lentic
commit d6ac74dc73f9bcf14bdc733ebad95908f7c3ad94
Author: Phillip Lord <phillip.lord@newcastle.ac.uk>
Commit: Phillip Lord <phillip.lord@newcastle.ac.uk>

    No error if m-buffer is not present.
    
    m-buffer is required with dir locals so that the macros indent properly.
    Otherwise, I get lots of false diffs as the macro indentation changes
    depending on whether m-buffer has been required. As m-buffer is required
    by lentic, normally this will work, unless a random developer has
    cloned lentic, but not actually installed it. In that case, there is no
    reason to crash when m-buffer is not present.
---
 .dir-locals.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.dir-locals.el b/.dir-locals.el
index b2ae560f2c..8114e277dc 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,4 +1,4 @@
 ((emacs-lisp-mode
   .
   ((lentic-init . lentic-orgel-org-init)
-   (eval . (require 'm-buffer-macro)))))
+   (eval . (require 'm-buffer-macro nil t)))))



reply via email to

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