Comment out en local variable
We don't need it now
This commit is contained in:
parent
7bd69875e0
commit
ae1a4690a9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user