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

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

bug#17178: 24.3.50; Crash from current HEAD of the trunk


From: Bastien
Subject: bug#17178: 24.3.50; Crash from current HEAD of the trunk
Date: Fri, 04 Apr 2014 16:13:30 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

Okay, I tracked down the source of the problem.

With current HEAD of trunk, Emacs crashes when evaluating
this sexp from a bare emacs -q:

(when (featurep 'xemacs)
  (defadvice custom-handle-keyword
    (around org-custom-handle-keyword
            activate preactivate)
    "Remove custom keywords not recognized to avoid producing an error."
    (cond
     ((eq (ad-get-arg 1) :package-version))
     (t ad-do-it))))

This seems very weird, since (featurep 'xemacs) is nil.

-- 
 Bastien





reply via email to

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