emacs-devel
[Top][All Lists]
Advanced

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

Re: bitten by lexical-binding


From: Andreas Schwab
Subject: Re: bitten by lexical-binding
Date: Sun, 22 Nov 2015 15:23:15 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Drew Adams <address@hidden> writes:

>       (let ((emacs24.4+
>             (or (> emacs-major-version 24)
>                 (and (= emacs-major-version 24)
>                      (not (version< emacs-version "24.3.50"))))))
>       (if emacs24.4+
>           (mouse-drag-track start-event) ; <=========

This is the wrong condition. In 24.5 mouse-drag-track still accepts the
optional argument.

Andreas.

-- 
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



reply via email to

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