diff options
author | blais <blais@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-09-09 15:06:19 +0000 |
---|---|---|
committer | blais <blais@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-09-09 15:06:19 +0000 |
commit | cabbb5680ef8c0a92e290d626ba1b0fe68410cb3 (patch) | |
tree | 8db2b0697222ef1bcdde1bd25e8d717d2fca53c4 /emacs/tests/tests-basic.el | |
parent | f2829fff9d7b0a77d52d695968a472fa1ecfd6df (diff) | |
download | docutils-better-emacs.tar.gz |
Completed new function for emacs underlining support.better-emacs
git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/better-emacs@3859 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'emacs/tests/tests-basic.el')
-rw-r--r-- | emacs/tests/tests-basic.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/tests/tests-basic.el b/emacs/tests/tests-basic.el index 6b1458aac..73054742f 100644 --- a/emacs/tests/tests-basic.el +++ b/emacs/tests/tests-basic.el @@ -545,7 +545,7 @@ Next (regression-test-compare-expect-values "Test finding the hierarchy of sections in a file, ignoring lines." rest-get-hierarchy-ignore-tests - (lambda () (rest-get-hierarchy nil (rest-current-line))) nil)) + (lambda () (rest-get-hierarchy nil (line-number-at-pos))) nil)) |