From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Bastien Guerry Newsgroups: gmane.emacs.devel Subject: Re: [elpa] externals-release/org 98b34ea: lisp/ol-man.el: Restore file Date: Thu, 07 Oct 2021 20:52:47 +0200 Organization: GNU Message-ID: <87a6jkr7k0.fsf@gnu.org> References: <20211007155719.31855.99006@vcs0.savannah.gnu.org> <20211007155721.10463209BF@vcs0.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4982"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.60 (gnu/linux) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Oct 07 20:54:01 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mYYWm-00015E-PQ for ged-emacs-devel@m.gmane-mx.org; Thu, 07 Oct 2021 20:54:00 +0200 Original-Received: from localhost ([::1]:52700 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mYYWl-0004sE-Fu for ged-emacs-devel@m.gmane-mx.org; Thu, 07 Oct 2021 14:53:59 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49486) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mYYVe-0003Vu-48 for emacs-devel@gnu.org; Thu, 07 Oct 2021 14:52:50 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:45688) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mYYVd-0008Mv-K1; Thu, 07 Oct 2021 14:52:49 -0400 Original-Received: from [2a01:e34:ec2b:7150:3428:be32:568d:168b] (port=34918 helo=hal) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mYYVd-0004y0-BN; Thu, 07 Oct 2021 14:52:49 -0400 Original-Received: by hal (Postfix, from userid 1000) id 7B2B51E0417; Thu, 7 Oct 2021 20:52:47 +0200 (CEST) In-Reply-To: (Stefan Monnier's message of "Thu, 07 Oct 2021 13:23:49 -0400") 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:276514 Archived-At: Stefan Monnier writes: >> branch: externals-release/org > [...] >> --- /dev/null >> +++ b/lisp/ol-man.el >> @@ -0,0 +1,86 @@ >> +;;; ol-man.el --- Links to man pages > > Hmm... This isn't using `lexical-binding`. Err, fixed, thanks. -- Bastien