Remove unused local var

This commit is contained in:
Yuan Fu 2019-09-28 21:41:12 -04:00
parent 028a29516d
commit c90d4c8285
No known key found for this signature in database
GPG Key ID: 56E19BC57664A442

View File

@ -241,9 +241,7 @@ WINDOW nil means use selected window."
;; because childframe coordinate is relative to native frame
(x (car point-pos))
(y (cdr point-pos))
;; (en (frame-char-width))
(em (frame-char-height))
(frame-geometry (frame-geometry)))
(em (frame-char-height)))
(cons (if (< (- (frame-inner-width) width) x)
;; space on the right of the pos is not enough
;; put to left