From 8b33b76eb9fbb857bccbe3d223c961c486e4e8f9 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Wed, 20 Jan 2021 05:44:16 +0100 Subject: Revert "Make `symbol-at-point' work in buffers with no symbols" This reverts commit 40a5df81434ce02fba01779256b50976fb74da4f. This fails when a point is after a symbol, and there's nothing else in the buffer. --- test/lisp/thingatpt-tests.el | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'test/lisp/thingatpt-tests.el') diff --git a/test/lisp/thingatpt-tests.el b/test/lisp/thingatpt-tests.el index b7c315062f9..c43c81af9fd 100644 --- a/test/lisp/thingatpt-tests.el +++ b/test/lisp/thingatpt-tests.el @@ -146,18 +146,4 @@ position to retrieve THING.") (should (thing-at-point-looking-at "2abcd")) (should (equal (match-data) m2))))) -(ert-deftest test-narrow-buffer-symbol () - (with-temp-buffer - (insert "foo bar zot") - (goto-char 5) - (should (equal (symbol-at-point) 'bar))) - (with-temp-buffer - (insert "`[[`(") - (goto-char 2) - (should (equal (symbol-at-point) nil))) - (with-temp-buffer - (insert "aa `[[`(") - (goto-char 4) - (should (equal (symbol-at-point) nil)))) - ;;; thingatpt.el ends here -- cgit v1.2.3