Mercurial > hg > xemacs-beta
diff lisp/gtk-init.el @ 506:39ccc7dd8077
[xemacs-hg @ 2001-05-05 08:39:59 by ben]
Add Page Setup for Windows, take out Pretty Print.
Implement Page Setup. Handle errors properly.
Change top/bottom margin defaults to 0.5 inches.
author | ben |
---|---|
date | Sat, 05 May 2001 08:40:06 +0000 |
parents | 7039e6323819 |
children | 461fdb92f3b6 |
line wrap: on
line diff
--- a/lisp/gtk-init.el Sat May 05 08:26:04 2001 +0000 +++ b/lisp/gtk-init.el Sat May 05 08:40:06 2001 +0000 @@ -25,8 +25,10 @@ (globally-declare-boundp '(gtk-initial-argv-list - gtk-initial-geometry - gtk-keysym-on-keyboard-p)) + gtk-initial-geometry)) + +(globally-declare-fboundp + '(gtk-keysym-on-keyboard-p)) (defvar gtk-win-initted nil) (defvar gtk-pre-win-initted nil)