|
From: | David Kastrup |
Subject: | Re: bitten by lexical-binding |
Date: | Sun, 22 Nov 2015 15:29:10 +0100 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
Andreas Schwab <address@hidden> writes: > 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. And why would that make the condition wrong? -- David Kastrup
[Prev in Thread] | Current Thread | [Next in Thread] |