1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-11-22 07:09:47 +00:00

contrib/lisp/ox-rss.el: Add (provide 'ox-rss)

This commit is contained in:
Bastien Guerry 2013-03-15 16:53:06 +01:00
parent fba6a0031f
commit b08fed6a37

View File

@ -392,4 +392,6 @@ information."
(buffer-file-name))
(sit-for 2))))
(provide 'ox-rss)
;;; ox-rss.el ends here