From 462e258216ecb359cb8a34306bc414a7b35fe4ea Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Thu, 16 Jul 1992 21:47:30 +0000 Subject: *** empty log message *** --- lisp/x-menu.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/x-menu.el') diff --git a/lisp/x-menu.el b/lisp/x-menu.el index a1d3fa78859..8d55d875508 100644 --- a/lisp/x-menu.el +++ b/lisp/x-menu.el @@ -9,7 +9,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 1, or (at your option) +;; the Free Software Foundation; either version 2, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, @@ -107,7 +107,7 @@ This also creates the menu itself." (let ((buf (current-buffer))) (pop-to-buffer menu) (let (buffer-read-only) - (setq x-menu-max-width (1- (screen-width))) + (setq x-menu-max-width (1- (frame-width))) (setq x-menu-item-width 0) (let (items-head (items-tail x-menu-items-alist)) -- cgit v1.2.1