Comment out en local variable

We don't need it now
This commit is contained in:
Yuan Fu 2019-01-04 18:56:16 -05:00
parent 7bd69875e0
commit ae1a4690a9
No known key found for this signature in database
GPG Key ID: 1CF5ECABEC37A901

View File

@ -208,7 +208,7 @@ Position is calculated base on WIDTH and HEIGHT of childframe text window"
(frame-pos (frame-edges nil 'native-edges)) (frame-pos (frame-edges nil 'native-edges))
(x (- (car point-pos) (car frame-pos))) ; relative to native frame (x (- (car point-pos) (car frame-pos))) ; relative to native frame
(y (- (cdr point-pos) (nth 1 frame-pos))) (y (- (cdr point-pos) (nth 1 frame-pos)))
(en (frame-char-width)) ;; (en (frame-char-width))
(em (frame-char-height)) (em (frame-char-height))
(frame-geometry (frame-geometry)) (frame-geometry (frame-geometry))
(tool-bar (if (and tool-bar-mode (tool-bar (if (and tool-bar-mode