From: Glenn Morris Date: Thu, 29 May 2014 05:55:57 +0000 (-0700) Subject: * test/automated/ruby-mode-test.el (ruby-assert-face): Fix typo in previous X-Git-Tag: emacs-25.0.90~2612^2~709^2~854 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=03ca10a9faeeb2dbeb0a803f1c29995d6d1bc7a2;p=emacs.git * test/automated/ruby-mode-test.el (ruby-assert-face): Fix typo in previous --- diff --git a/test/automated/ruby-mode-tests.el b/test/automated/ruby-mode-tests.el index 468213cf70f..1c14a0c4696 100644 --- a/test/automated/ruby-mode-tests.el +++ b/test/automated/ruby-mode-tests.el @@ -61,7 +61,7 @@ VALUES-PLIST is a list with alternating index and value elements." (defun ruby-assert-face (content pos face) (ruby-with-temp-buffer content - (font-lock-ensure nil nil 'force) + (font-lock-ensure nil nil) (should (eq face (get-text-property pos 'face))))) (ert-deftest ruby-indent-after-symbol-made-from-string-interpolation ()