|
From: | Stefan Kangas |
Subject: | Re: Why shouldn't we have a #if .... #else .... #endif construct in Emacs Lisp? |
Date: | Tue, 29 Aug 2023 22:09:25 +0200 |
Alan Mackenzie <acm@muc.de> writes: > What do people think about this? I have two questions: 1. Would it be hard to make the byte-compiler not warn in the situation you describe? 2. Isn't something like this enough to silence the byte-compiler? (defalias 'foo-defadvice (if (< emacs-major-version 24) 'defadvice (lambda () (message "foo")))) (foo-defadvice)
[Prev in Thread] | Current Thread | [Next in Thread] |