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

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

[elpa] externals/beardbolt 01f7664eda 060/323: Fix tests


From: ELPA Syncer
Subject: [elpa] externals/beardbolt 01f7664eda 060/323: Fix tests
Date: Thu, 9 Mar 2023 10:58:16 -0500 (EST)

branch: externals/beardbolt
commit 01f7664edae76195e7251884739b2b62ea554301
Author: Jay Kamat <jaygkamat@gmail.com>
Commit: Jay Kamat <jaygkamat@gmail.com>

    Fix tests
---
 rmsbolt.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/rmsbolt.el b/rmsbolt.el
index f1fb2b288c..ca507f3dcc 100644
--- a/rmsbolt.el
+++ b/rmsbolt.el
@@ -585,7 +585,8 @@ Outputs assembly file if ASM."
   "Process and filter a set of asm lines."
   (let* ((lang (with-current-buffer src-buffer
                  (rmsbolt--get-lang)))
-         (process-asm-fn (rmsbolt-l-process-asm-custom-fn lang)))
+         (process-asm-fn (when lang
+                           (rmsbolt-l-process-asm-custom-fn lang))))
     (cond
      (process-asm-fn
       (funcall process-asm-fn src-buffer asm-lines))



reply via email to

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