GNU bug report logs - #23334
25.0.92; What's the replacement for assoc*

Previous Next

Package: emacs;

Reported by: Live System User <nyc4bos <at> aol.com>

Date: Thu, 21 Apr 2016 18:26:02 UTC

Severity: normal

Tags: notabug

Found in version 25.0.92

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: John Mastro <john.b.mastro <at> gmail.com>
To: 23334 <at> debbugs.gnu.org
Cc: Live System User <nyc4bos <at> aol.com>
Subject: bug#23334: 25.0.92; What's the replacement for assoc*
Date: Thu, 21 Apr 2016 12:02:16 -0700
Live System User <nyc4bos <at> aol.com> wrote:
> I upgraded to Emacs 25 pretest and some elisp I was using now
> gives me the error:
>
>     cdr: Symbol’s function definition is void: assoc*
>
> I looked in NEWS ('view-emacs-news') but didn't see anything
> about its removal nor a recommendation on its replacement
> functionality.
>
> Can you provide me any guidance?

My recommendation would be to (require 'cl-lib) and use `cl-assoc'.
However, if you (require 'cl) you should still be able to use `assoc*'
(it's defined there as an alias of `cl-assoc').

-- 
          John




This bug report was last modified 9 years and 35 days ago.

Previous Next


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