diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-05-21 00:31:39 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-05-21 00:31:39 +0000 |
| commit | c1f22ddb3a9b02c651dc2b8504ebfd3a8d11aade (patch) | |
| tree | e62dfd96b801235355ace85877244d61ac65b421 | |
| parent | fe02740d7298d957c76601a291379b2071c7e195 (diff) | |
| download | docutils-c1f22ddb3a9b02c651dc2b8504ebfd3a8d11aade.tar.gz | |
added provide command for rst-mode as well
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3360 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
| -rw-r--r-- | docutils/tools/editors/emacs/rst-mode.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docutils/tools/editors/emacs/rst-mode.el b/docutils/tools/editors/emacs/rst-mode.el index cb3c20148..8fc14e4a5 100644 --- a/docutils/tools/editors/emacs/rst-mode.el +++ b/docutils/tools/editors/emacs/rst-mode.el @@ -695,4 +695,6 @@ entered.") ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +(provide 'rst-mode) + ;;; rst-mode.el ends here |
