emacs-devel
[Top][All Lists]
Advanced

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

Return value from advice is incorrect?


From: Lennart Borgman
Subject: Return value from advice is incorrect?
Date: Tue, 18 Apr 2006 00:11:40 +0200
User-agent: Thunderbird 1.5 (Windows/20051201)

If I replace a function with an around advice the return value seems incorrect.

  (defun test-ad() t)
  (defadvice test-ad(around test-ad-ad () activate) t)

After this (test-ad) returns nil. Should it not return t?




reply via email to

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