From 896546cd9ba8e82956662329b77becb0366a1e73 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 22 Jun 1997 18:57:55 +0000 Subject: Add provide call. --- lisp/progmodes/asm-mode.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp/progmodes/asm-mode.el') 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 -- cgit v1.2.1