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

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

[nongnu] elpa/nasm-mode ac9ce5d 18/67: Require imenu (to ensure automati


From: ELPA Syncer
Subject: [nongnu] elpa/nasm-mode ac9ce5d 18/67: Require imenu (to ensure automatic buffer-local).
Date: Sun, 29 Aug 2021 11:23:44 -0400 (EDT)

branch: elpa/nasm-mode
commit ac9ce5db1cded1795c42f7d7f09ff8ba500d54d9
Author: Christopher Wellons <wellons@nullprogram.com>
Commit: Christopher Wellons <wellons@nullprogram.com>

    Require imenu (to ensure automatic buffer-local).
---
 nasm-mode.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/nasm-mode.el b/nasm-mode.el
index 8516f25..80a4964 100644
--- a/nasm-mode.el
+++ b/nasm-mode.el
@@ -22,6 +22,8 @@
 
 ;;; Code:
 
+(require 'imenu)
+
 (defgroup nasm-mode ()
   "Options for `nasm-mode'."
   :group 'languages)



reply via email to

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