summaryrefslogtreecommitdiff
path: root/emacs/tests/tests-basic.el
diff options
context:
space:
mode:
authorblais <blais@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-09-09 15:06:19 +0000
committerblais <blais@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-09-09 15:06:19 +0000
commitcabbb5680ef8c0a92e290d626ba1b0fe68410cb3 (patch)
tree8db2b0697222ef1bcdde1bd25e8d717d2fca53c4 /emacs/tests/tests-basic.el
parentf2829fff9d7b0a77d52d695968a472fa1ecfd6df (diff)
downloaddocutils-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.el2
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))