summaryrefslogtreecommitdiff
path: root/lisp/x-menu.el
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-07-16 21:47:30 +0000
committerJim Blandy <jimb@redhat.com>1992-07-16 21:47:30 +0000
commit462e258216ecb359cb8a34306bc414a7b35fe4ea (patch)
tree6dd751800b1d4c5884b3fd9a99cf6e2e57d5553e /lisp/x-menu.el
parent061aaeb8de8c9fdb7a95bc29ab4d412c3a737cbe (diff)
downloademacs-462e258216ecb359cb8a34306bc414a7b35fe4ea.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/x-menu.el')
-rw-r--r--lisp/x-menu.el4
1 files changed, 2 insertions, 2 deletions
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))