diff options
Diffstat (limited to 'test/lisp/vc')
-rw-r--r-- | test/lisp/vc/diff-mode-tests.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/vc/diff-mode-tests.el b/test/lisp/vc/diff-mode-tests.el index 8695d958bac..676d461076b 100644 --- a/test/lisp/vc/diff-mode-tests.el +++ b/test/lisp/vc/diff-mode-tests.el @@ -210,7 +210,7 @@ youthfulness (old "hello_world.c") (new "hello_emacs.c") (diff-buffer (get-buffer-create "*Diff*")) - (diff-font-lock-refine t) + (diff-refine 'font-lock) (diff-font-lock-syntax t) diff-beg) (diff-no-select old new '("-u") 'no-async diff-buffer) @@ -271,7 +271,7 @@ youthfulness (old "hello_world_1.c") (new "hello_emacs_1.c") (diff-buffer (get-buffer-create "*Diff*")) - (diff-font-lock-refine nil) + (diff-refine nil) (diff-font-lock-syntax t) diff-beg) (diff-no-select old new '("-u") 'no-async diff-buffer) |