summaryrefslogtreecommitdiff
path: root/lisp/progmodes/asm-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/asm-mode.el')
-rw-r--r--lisp/progmodes/asm-mode.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/asm-mode.el b/lisp/progmodes/asm-mode.el
index 3a0370bdaaf..a9132afd157 100644
--- a/lisp/progmodes/asm-mode.el
+++ b/lisp/progmodes/asm-mode.el
@@ -228,4 +228,6 @@ repeatedly until you are satisfied with the kind of comment."
)
(end-of-line))
+(provide 'asm-mode)
+
;;; asm-mode.el ends here