branch: elpa/nasm-mode commit ac9ce5db1cded1795c42f7d7f09ff8ba500d54d9 Author: Christopher Wellons <well...@nullprogram.com> Commit: Christopher Wellons <well...@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)