unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Kaushal Modi <kaushal.modi@gmail.com>
To: Tino Calancha <tino.calancha@gmail.com>,
	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 03:16:57 +0000	[thread overview]
Message-ID: <CAFyQvY2JGAgkX+vqB_4XfhiMP9ngXb+_24GB23oQ2rgGYMx_Wg@mail.gmail.com> (raw)
In-Reply-To: <alpine.DEB.2.20.1704301140360.11388@calancha-pc>

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

On Sat, Apr 29, 2017 at 10:43 PM Tino Calancha <tino.calancha@gmail.com>
wrote:

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

Thanks. I confirm the fix.
-- 

Kaushal Modi

[-- Attachment #2: Type: text/html, Size: 934 bytes --]

  reply	other threads:[~2017-04-30  3:16 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
2017-04-30  3:16           ` Kaushal Modi [this message]
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=CAFyQvY2JGAgkX+vqB_4XfhiMP9ngXb+_24GB23oQ2rgGYMx_Wg@mail.gmail.com \
    --to=kaushal.modi@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=mailing_lists@petervasil.net \
    --cc=tino.calancha@gmail.com \
    /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).