emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#10354: closed (24.0.92; `window-min-height' is no


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#10354: closed (24.0.92; `window-min-height' is no longer DEFVAR_INT)
Date: Fri, 23 Dec 2011 13:17:02 +0000

Your message dated Fri, 23 Dec 2011 14:13:02 +0100
with message-id <address@hidden>
and subject line Re: bug#10354: 24.0.92; `window-min-height' is no longer 
DEFVAR_INT
has caused the debbugs.gnu.org bug report #10354,
regarding 24.0.92; `window-min-height' is no longer DEFVAR_INT
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
10354: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10354
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.0.92; `window-min-height' is no longer DEFVAR_INT Date: Fri, 23 Dec 2011 11:49:15 +0100 User-agent: Thunderbird 2.0.0.21 (Windows/20090302)
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



--- End Message ---
--- Begin Message --- Subject: Re: bug#10354: 24.0.92; `window-min-height' is no longer DEFVAR_INT Date: Fri, 23 Dec 2011 14:13:02 +0100
> This text is no longer valid since `window-min-height' is now defined in
> window.el.

Fixed. I've used undo-limit.

    Juanma


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]