From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: master dddff96: * lisp/help-fns.el: Fix missing dependency Date: Sun, 22 Sep 2019 17:28:21 -0400 Message-ID: References: <20190922165443.14019.71341@vcs0.savannah.gnu.org> <20190922165444.5A0C4207FC@vcs0.savannah.gnu.org> <87r248uu7k.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="127948"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: Lars Ingebrigtsen , Emacs developers To: Noam Postavsky Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 22 23:29:13 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iC9Ps-000X5k-Sd for ged-emacs-devel@m.gmane.org; Sun, 22 Sep 2019 23:29:13 +0200 Original-Received: from localhost ([::1]:50594 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iC9Pr-0001XS-Lh for ged-emacs-devel@m.gmane.org; Sun, 22 Sep 2019 17:29:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60560) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iC9PK-0001X7-Ps for emacs-devel@gnu.org; Sun, 22 Sep 2019 17:28:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iC9PJ-0005Wn-Rm for emacs-devel@gnu.org; Sun, 22 Sep 2019 17:28:38 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:19550) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iC9PJ-0005Wj-Nk for emacs-devel@gnu.org; Sun, 22 Sep 2019 17:28:37 -0400 Original-Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 9939E10040C; Sun, 22 Sep 2019 17:28:36 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 5018B1003C9; Sun, 22 Sep 2019 17:28:31 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1569187711; bh=7BISwXV8+9eLOB83yC3lnu3qJCwlaqm8S2eAltOPNJw=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=LkJmZX3u9kpdxsPWqrDBcuzV262y9xBzxjdC/CoNMqZQiU4NYGCDExnP05Qx9XqMj O+8bdeqJ5QIi0QIdOw1VrfxakhCV1qKx5+IpT8wBqtcxtaBMzUgeAZV0FMYAeRJ2SE YJ8Uwdm+O1sFEtnXrifBNd5rhje9dUykWzdJVHlNIg5FL44wiousDuA28UQaY8VY/F 1scChwLCFLP7TTU7DA6UuUcs5jmQo53IjwN256WID568jId+b5hjacD6+EXVhO70k3 NirGGjPjP11qpOxPzifU5hGuwI0iQak9/dgG+OhXYNIt2iqosnNP/ODwznCMavX7Qb FCYDpgyJ8HS4A== Original-Received: from pastel (76-10-182-129.dsl.teksavvy.com [76.10.182.129]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id C3256120304; Sun, 22 Sep 2019 17:28:30 -0400 (EDT) In-Reply-To: (Noam Postavsky's message of "Sun, 22 Sep 2019 16:52:14 -0400") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 132.204.25.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:240252 Archived-At: And the winner is... > I think Stefan just needs to do make -C lisp autoloads (I almost made > the same change before realizing this) Stefan