branch: externals/assess
commit c0bdc94e49459a19695c32d11cd9aca5470e003f
Author: Phillip Lord <phillip.l...@russet.org.uk>
Commit: Phillip Lord <phillip.l...@russet.org.uk>

    Remove erroneous debug statement.
---
 assess.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/assess.el b/assess.el
index 63cef2f4fa..42b0769e46 100644
--- a/assess.el
+++ b/assess.el
@@ -976,8 +976,6 @@ the copy of FILE will be in a different directory."
     (insert (assess-to-string x))
     (funcall mode)
     (font-lock-fontify-buffer)
-    ;; do not forget to remove this!
-    (switch-to-buffer (current-buffer))
     (assess--face-at= (current-buffer) locations faces property throw-on-nil)))
 
 (defun assess-face-at=

Reply via email to