GNU bug report logs - #10354
24.0.92; `window-min-height' is no longer DEFVAR_INT

Previous Next

Package: emacs;

Reported by: martin rudalics <rudalics <at> gmx.at>

Date: Fri, 23 Dec 2011 10:52:01 UTC

Severity: normal

Found in version 24.0.92

Done: Juanma Barranquero <lekktu <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: martin rudalics <rudalics <at> gmx.at>
To: 10354 <at> debbugs.gnu.org
Subject: bug#10354: 24.0.92; `window-min-height' is no longer DEFVAR_INT
Date: Fri, 23 Dec 2011 11:49:15 +0100
Section 11.14 Variables with Restricted Values of the Elisp manual
contains the following text:


   Variables of type `DEFVAR_INT' can only take on integer values.
Attempting to assign them any other value will result in an error:

     (setq window-min-height 5.0)
     error--> Wrong type argument: integerp, 5.0


This text is no longer valid since `window-min-height' is now defined in
window.el.

martin




This bug report was last modified 13 years and 159 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.