From ae1a4690a97ae158652c58d95d09a911be48c591 Mon Sep 17 00:00:00 2001 From: Yuan Fu Date: Fri, 4 Jan 2019 18:56:16 -0500 Subject: [PATCH] Comment out en local variable We don't need it now --- eldoc-box.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eldoc-box.el b/eldoc-box.el index 153e101..fe6583c 100644 --- a/eldoc-box.el +++ b/eldoc-box.el @@ -208,7 +208,7 @@ Position is calculated base on WIDTH and HEIGHT of childframe text window" (frame-pos (frame-edges nil 'native-edges)) (x (- (car point-pos) (car frame-pos))) ; relative to native frame (y (- (cdr point-pos) (nth 1 frame-pos))) - (en (frame-char-width)) + ;; (en (frame-char-width)) (em (frame-char-height)) (frame-geometry (frame-geometry)) (tool-bar (if (and tool-bar-mode