diff options
Diffstat (limited to 'lisp/ediff-init.el')
-rw-r--r-- | lisp/ediff-init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ediff-init.el b/lisp/ediff-init.el index 01c9b1e129a..58a37e2566d 100644 --- a/lisp/ediff-init.el +++ b/lisp/ediff-init.el @@ -1550,7 +1550,7 @@ This default should work without changes." (defsubst ediff-frame-char-height (frame) (ediff-cond-compile-for-xemacs-or-emacs - (glyph-height ediff-H-glyph (selected-window frame)) ; xemacs cse + (glyph-height ediff-H-glyph (frame-selected-window frame)) ; xemacs case (frame-char-height frame) ; emacs case ) ) |