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: Christopher Allan Webber
Subject: Re: yasnippet common lisp objects broken by recent emacs changes?
Date: Sat, 26 Jan 2013 21:43:57 -0600
User-agent: mu4e 0.9.9.5-dev6; emacs 24.3.50.1

Stefan Monnier writes:

>>>>>> "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"))

Thank you!  And sorry, in the future I will email bug-gnu-emacs instead :)



reply via email to

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