From f6e2d94bd2e4b622668c9e6703e76e191224175e Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 7 Jun 2011 01:48:37 +0000 Subject: Summary: * coq.el (coq-smie-backward-token): Fix typo in last change. --- coq/coq.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coq/coq.el') diff --git a/coq/coq.el b/coq/coq.el index 13aea969..039e81cc 100644 --- a/coq/coq.el +++ b/coq/coq.el @@ -333,7 +333,7 @@ SMIE is a navigation and indentation framework available in Emacs ≥ 23.3." (let ((pos (point)) (prev (smie-default-backward-token))) (if (equal prev "Module") - pref + prev (goto-char pos) tok))) ((equal tok "Module") -- cgit v1.2.3