From bcf8a5bf0209af1b600c19112af170c962af443e Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Wed, 19 Jul 2023 17:01:36 -0500 Subject: [PATCH] Forgot to include from here --- lisp/llvm-lib/llvm-act-on-file/llvm-act-on-file.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/llvm-lib/llvm-act-on-file/llvm-act-on-file.el b/lisp/llvm-lib/llvm-act-on-file/llvm-act-on-file.el index 7f6cf7b..5882719 100644 --- a/lisp/llvm-lib/llvm-act-on-file/llvm-act-on-file.el +++ b/lisp/llvm-lib/llvm-act-on-file/llvm-act-on-file.el @@ -32,6 +32,7 @@ (require 'act-on-llvm-source-file) (require 'act-on-llvm-dump-file) (require 'act-on-tablegen-file) +(require 'act-on-asm-file) (defun ll/act-on-file (file) (interactive (list (or (and (eq major-mode 'dired-mode)