unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Tino Calancha <tino.calancha@gmail.com>
To: Peter Vasil <mailing_lists@petervasil.net>
Cc: emacs-devel@gnu.org
Subject: Re: [PATCH] Reimplement auto-saving to visited files
Date: Sun, 30 Apr 2017 11:43:00 +0900 (JST)	[thread overview]
Message-ID: <alpine.DEB.2.20.1704301140360.11388@calancha-pc> (raw)
In-Reply-To: <oe33ho$j6k$1@blaine.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 829 bytes --]



On Sun, 30 Apr 2017, Peter Vasil wrote:

> Hello,
>
> I get an error when compiling Emacs on Fedora 25 with files.el
>
> Loading /home/peter/src/emacs/lisp/files.el (source)...
> Symbol’s function definition is void: define-minor-mode
> Makefile:735: recipe for target 'bootstrap-emacs' failed
> make[2]: *** [bootstrap-emacs] Error 255
> make[2]: Leaving directory '/home/peter/src/emacs/src'
> Makefile:416: recipe for target 'src' failed
> make[1]: *** [src] Error 2
Thanks.
I have pushed the following fix:

diff --git a/lisp/files.el b/lisp/files.el
index af2a713822..0978fa254f 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -28,6 +28,10 @@

  ;;; Code:

+(eval-when-compile
+  (require 'pcase)
+  (require 'easy-mmode)) ; For `define-minor-mode'.
+
  (defvar font-lock-keywords)

  (defgroup backup nil
-- 
2.11.0


  parent reply	other threads:[~2017-04-30  2:43 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CAArVCkQSt+GtxxWBOkgUVzZeWKPEGab5hB7xXyXpPm5rMQ0zvA@mail.gmail.com>
2017-04-29 18:49 ` [PATCH] Reimplement auto-saving to visited files Philipp Stephani
2017-04-29 19:20   ` bug#25478: " Eli Zaretskii
2017-04-29 19:31     ` Philipp Stephani
2017-04-29 22:19       ` Peter Vasil
2017-04-30  2:41         ` Kaushal Modi
2017-04-30  2:43         ` Tino Calancha [this message]
2017-04-30  3:16           ` Kaushal Modi
2017-05-01 15:37         ` Philipp Stephani

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.DEB.2.20.1704301140360.11388@calancha-pc \
    --to=tino.calancha@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=mailing_lists@petervasil.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).