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

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

bug#19651: 25.0.50; Error compiling (require 'cl-lib)


From: Stefan Monnier
Subject: bug#19651: 25.0.50; Error compiling (require 'cl-lib)
Date: Wed, 21 Jan 2015 23:21:17 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> foo.el:1:1:Error: Symbol's function definition is void: macroexp-macroexpand

I suspect this is a build problem on your side: macroexp-macroexpand is
defined in macroexp.el which is preloaded.
So you need to "make" to rebuild a new "emacs" executable.
If that doesn't work, try "rm lisp/emacs-lisp/macroexp.elc; make".


        Stefan





reply via email to

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