Mercurial > emacs
diff lisp/dframe.el @ 69236:13b406066d9e
(dframe-frame-mode): Don't burp when menu-bar-lines is nil.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Wed, 01 Mar 2006 22:59:06 +0000 |
parents | 3bd95f4f2941 |
children | e3694f1cb928 |
line wrap: on
line diff
--- a/lisp/dframe.el Wed Mar 01 22:57:05 2006 +0000 +++ b/lisp/dframe.el Wed Mar 01 22:59:06 2006 +0000 @@ -422,7 +422,7 @@ parameters (append parameters - (list (cons 'height (+ mh (frame-height))))))) + (list (cons 'height (+ (or mh 0) (frame-height))))))) (params ;; Only add a guessed width if one is not specified ;; in the input parameters.