(function-called-at-point, variable-at-point): Use
[bpt/emacs.git] / lisp / novice.el
index 424ef69..d57aa22 100644 (file)
@@ -142,4 +142,6 @@ to future sessions."
    (insert "\n(put '" (symbol-name command) " 'disabled t)\n")
    (save-buffer)))
 
+(provide 'novice)
+
 ;;; novice.el ends here