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

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

bug#32352: 27.0.50; build error


From: Noam Postavsky
Subject: bug#32352: 27.0.50; build error
Date: Fri, 03 Aug 2018 08:40:44 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

> No need to bootstrap: just rename .dir-locals.el and re-run "make",
> then rename the file back.
>
> Would someone please look into this annoying problem?  It seems to
> happen every time files.el and/or dired.el is changed.

    In toplevel form:
    files.el:31:1:Error: Symbol’s value as variable is void: =

Line 31 has this:

(eval-when-compile
  (require 'pcase)
  (require 'easy-mmode)) ; For `define-minor-mode'.

So to narrow it down, I tried changing to

(eval-when-compile
  (require 'pcase))
(eval-when-compile
  (require 'easy-mmode)) ; For `define-minor-mode'.

But then the problem disappeared.  I have no idea if this fixes
anything, or it just covered up the problem until next time.






reply via email to

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