GNU bug report logs - #27436
26.0.50; cc-defs requires cl instead of cl-lib in master

Previous Next

Packages: cc-mode, emacs;

Reported by: Alex <agrambot <at> gmail.com>

Date: Wed, 21 Jun 2017 06:05:01 UTC

Severity: normal

Found in version 26.0.50

Done: Alex <agrambot <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Alex <agrambot <at> gmail.com>
To: 27436 <at> debbugs.gnu.org
Subject: bug#27436: 26.0.50; cc-defs requires cl instead of cl-lib in master
Date: Wed, 21 Jun 2017 00:04:12 -0600
cc-defs has this condition to check whether or not to include cl-lib:

======================================
(and (fboundp 'mapcan)
     (subrp (symbol-function 'mapcan)))
======================================

As of 466ee1b3ea, Emacs now has a built in mapcan, so the above returns
true.

Other code in cc-defs.el uses (featurep 'xemacs). Is there a reason why
it can't be used here?




This bug report was last modified 7 years and 336 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.