emacs-devel
[Top][All Lists]
Advanced

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

Re: yasnippet common lisp objects broken by recent emacs changes?


From: Stefan Monnier
Subject: Re: yasnippet common lisp objects broken by recent emacs changes?
Date: Sat, 26 Jan 2013 19:29:41 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>>>>> "Christopher" == Christopher Allan Webber <address@hidden> writes:

> Heya all,
> I noticed that when I try to run yasnippet (running from git as fetched
> by el-get) recently I've been getting this error.
[...]
> Debugger entered--Lisp error: (void-function cl-set-getf)

I think the patch below will fix it (but please in the future report
those problem to address@hidden (or via M-x report-emacs-bug) so
they get assigned a bug number).

I installed it into the emacs-24 branch, so it will appear on the trunk
"soonish".


        Stefan


=== modified file 'lisp/emacs-lisp/cl.el'
--- lisp/emacs-lisp/cl.el       2013-01-01 09:11:05 +0000
+++ lisp/emacs-lisp/cl.el       2013-01-26 23:15:12 +0000
@@ -713,6 +713,7 @@
   'cl--map-keymap-recursively "24.3")
 (define-obsolete-function-alias 'cl-map-intervals 'cl--map-intervals "24.3")
 (define-obsolete-function-alias 'cl-map-extents 'cl--map-overlays "24.3")
+(define-obsolete-function-alias 'cl-set-getf 'cl--set-getf "24.3")
 
 (defun cl-maclisp-member (item list)
   (declare (obsolete member "24.3"))



reply via email to

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