Remove unused local var
This commit is contained in:
parent
028a29516d
commit
c90d4c8285
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user