mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(cperl-info-on-command): Use display-pixel-height rather than
x-display-pixel-height.
This commit is contained in:
parent
575b674637
commit
d431decb9e
1 changed files with 1 additions and 1 deletions
|
|
@ -6571,7 +6571,7 @@ Customized by setting variables `cperl-shrink-wrap-info-frame',
|
|||
;; Non-functioning under OS/2:
|
||||
(if (eq char-height 1) (setq char-height 18))
|
||||
;; Title, menubar, + 2 for slack
|
||||
(- (/ (x-display-pixel-height) char-height) 4)))
|
||||
(- (/ (display-pixel-height) char-height) 4)))
|
||||
(if (> height max-height) (setq height max-height))
|
||||
;;(message "was %s doing %s" iniheight height)
|
||||
(if not-loner
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue