diff --git a/misc/emacs/go-mode.el b/misc/emacs/go-mode.el index 1c90af865f2..271677bc7f8 100644 --- a/misc/emacs/go-mode.el +++ b/misc/emacs/go-mode.el @@ -355,7 +355,7 @@ indented one level." (save-excursion (back-to-indentation) - (let ((cs (go-mode-cs))) + (let ((cs (go-mode-cs)) (case-fold-search nil)) ;; Treat comments and strings differently only if the beginning ;; of the line is contained within them (when (and cs (= (point) (car cs)))