help-gnu-emacs
[Top][All Lists]
Advanced

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

Crappyness of Emacs Version 24.5.1 defadvice


From: Davin Pearson
Subject: Crappyness of Emacs Version 24.5.1 defadvice
Date: Sun, 26 Jun 2016 22:46:09 -0700 (PDT)
User-agent: G2/1.0

I have recently upgraded Emacs Version 24.5.1

emacs-24.5-bin-i686-mingw32.zip

I have a bunch of defadvice forms for implementing a d-speedbar
feature that is superior to the built in speedbar feature.

(defadvice describe-mode (around d-speedbar activate)
  (delete-other-windows)
  ad-do-it)

C-h f describe-mode RET says:

:around advice: `ad-Advice-describe-mode'

it used to say:

:around advice: d-speedbar

The old behavior is preferable so I know which file the advice
is coming from.


reply via email to

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