diff options
| author | smerten <smerten@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2017-01-03 21:56:17 +0000 |
|---|---|---|
| committer | smerten <smerten@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2017-01-03 21:56:17 +0000 |
| commit | 769124051dd5cb0f1b44d81556bb15f41a0bab3e (patch) | |
| tree | d0eb428fb482e1ad96393a59a644ccf219577727 /docutils/tools/editors/emacs/tests/comment.el | |
| parent | 2d84ceb0f4c4df06a317b0dbf60af1e0797ae6f2 (diff) | |
| download | docutils-769124051dd5cb0f1b44d81556bb15f41a0bab3e.tar.gz | |
Lots of refactorings and a few minor improvements.
User visible improvements and changes:
* Improve and debug `rst-forward-section` and `rst-backward-section`.
* Auto-enumeration may be used with all styles for list insertion.
* Improve and debug `rst-toc-insert`.
* Adapt change in Emacs to use customization group `text` instead of `wp`.
* Bind `n` and `p` in `rst-toc-mode`.
* `z` in `toc-mode` returns to the previous window configuration.
* Require Emacs version >= 24.1.
Lots of refactorings including:
* Silence byte compiler.
* Use lexical binding.
* Use `cl-lib`.
* Add tests and raise test coverage.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8011 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/tools/editors/emacs/tests/comment.el')
| -rw-r--r-- | docutils/tools/editors/emacs/tests/comment.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/tools/editors/emacs/tests/comment.el b/docutils/tools/editors/emacs/tests/comment.el index 46a70bf64..ebbf747b8 100644 --- a/docutils/tools/editors/emacs/tests/comment.el +++ b/docutils/tools/editors/emacs/tests/comment.el @@ -1,4 +1,4 @@ -;; Tests for comment handling +;; Tests for comment handling -*- lexical-binding: t -*- (add-to-list 'load-path ".") (load "init" nil t) |
