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/cplus-md.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp/progmodes/cplus-md.el') diff --git a/lisp/progmodes/cplus-md.el b/lisp/progmodes/cplus-md.el index a00dfc778a2..42e2346a48d 100644 --- a/lisp/progmodes/cplus-md.el +++ b/lisp/progmodes/cplus-md.el @@ -1058,4 +1058,6 @@ The fill lines remain a comment." ;; (beginning-of-line 1))) ;; (goto-char restore))) +(provide 'cplus-md) + ;;; cplus-md.el ends here -- cgit v1.2.1