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
|
;; because childframe coordinate is relative to native frame
|
||||||
(x (car point-pos))
|
(x (car point-pos))
|
||||||
(y (cdr point-pos))
|
(y (cdr point-pos))
|
||||||
;; (en (frame-char-width))
|
(em (frame-char-height)))
|
||||||
(em (frame-char-height))
|
|
||||||
(frame-geometry (frame-geometry)))
|
|
||||||
(cons (if (< (- (frame-inner-width) width) x)
|
(cons (if (< (- (frame-inner-width) width) x)
|
||||||
;; space on the right of the pos is not enough
|
;; space on the right of the pos is not enough
|
||||||
;; put to left
|
;; put to left
|
||||||
|
Loading…
Reference in New Issue
Block a user