[AC xemacs-base] an old patch to advice to use called-interactively-p
Aidan Kehoe
kehoea at parhasard.net
Tue Aug 9 18:04:34 EDT 2011
Ar an deichiú lá de mí Lúnasa, scríobh Stephen J. Turnbull:
> APPROVE COMMIT xemacs-base
>
> This patch is needed if you use keyboard macros with advised functions.
Before you actually commit that, once the CVS repository works, this:
> +(defmacro ad-xemacs-p ()
> + ;;Expands into Non-nil constant if we run XEmacs.
> + ;;Unselected conditional code will be optimized away during compilation.
> + (or (featurep 'xemacs) (string-match "XEmacs" emacs-version)))
isn’t necessary, I had previously removed it intentionally.
--
‘Iodine deficiency was endemic in parts of the UK until, through what has been
described as “an unplanned and accidental public health triumph”, iodine was
added to cattle feed to improve milk production in the 1930s.’
(EN Pearce, Lancet, June 2011)
More information about the XEmacs-Patches
mailing list