From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Kangas Newsgroups: gmane.emacs.devel Subject: Re: master f131e39: * lisp/cedet/mode-local.el: Clean up name space Date: Mon, 18 Nov 2019 16:07:45 +0100 Message-ID: References: <20191025030629.28499.81989@vcs0.savannah.gnu.org> <20191025030630.EF0EA20C1E@vcs0.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="224904"; mail-complaints-to="usenet@blaine.gmane.org" Cc: Emacs developers To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 18 16:08:29 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 1iWidh-000wOL-96 for ged-emacs-devel@m.gmane.org; Mon, 18 Nov 2019 16:08:29 +0100 Original-Received: from localhost ([::1]:35330 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iWidg-0000wS-62 for ged-emacs-devel@m.gmane.org; Mon, 18 Nov 2019 10:08:28 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34416) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iWidC-0000XX-KS for emacs-devel@gnu.org; Mon, 18 Nov 2019 10:07:59 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iWidB-0002Gu-J6 for emacs-devel@gnu.org; Mon, 18 Nov 2019 10:07:58 -0500 Original-Received: from mail-pg1-f173.google.com ([209.85.215.173]:35102) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iWidB-0002Gg-Dc for emacs-devel@gnu.org; Mon, 18 Nov 2019 10:07:57 -0500 Original-Received: by mail-pg1-f173.google.com with SMTP id k32so4062543pgl.2 for ; Mon, 18 Nov 2019 07:07:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=A/sEa8gawbc2SKBdESsh7l4qexbdkgUoqQdF5gacQV8=; b=MkJA63t7n3LkVNqvg99/Lk8XUhbSclVGxhhYoNuW4bdo7GKHg1zy3ZGGgNavyzwhAo DaRpLL2sOILX7kvq0xsIRbFxDf4WCMQnJMAeHQuNiLfVdFmfavBNBGTIKhyIqNaDDA62 A/badBeOWdeMbtraaTnChMtquy1ZjVa2HpzqKHuJxg36W4iAa0GxJG3W7ci1UV8CBA/L NEDgx+z+mWSI1+/lZZ77+bq9r2AoTRZFdLRMHIt5/9mF1GltBvZM5Y4oh9J2v5EyT2+k 1hmVYk8PZRPDhdDa+JeeQHhYLrQxjtWz9tw2M4NgxF4Vdl+TVQYQhXV4UhyH9fQniLPu f13A== X-Gm-Message-State: APjAAAXi4es2WDezB6SXQzb2R3H6KZdz5Fyy78wyWi+Sxz9BjY8UrvgE pzB3BTQPHAHWrrOR0h6E9d4e6Al84Mya/puk+Zo= X-Google-Smtp-Source: APXvYqyW9bh2mOx+i/FA9oFx1OKi28cKQ2tQzgimXux6DvGpXnULOxJKYZaHUqXw+TsOY3Uy/8/uNPHmhUk1crj+a1o= X-Received: by 2002:a63:a05c:: with SMTP id u28mr16788220pgn.333.1574089676292; Mon, 18 Nov 2019 07:07:56 -0800 (PST) In-Reply-To: <20191025030630.EF0EA20C1E@vcs0.savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.215.173 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:242372 Archived-At: Stefan Monnier writes: > branch: master > commit f131e396f8a32003b795456130ea37efa6ff41eb > Author: Stefan Monnier > Commit: Stefan Monnier > > * lisp/cedet/mode-local.el: Clean up name space > > Mostly renaming functions by adding `mode-local--` to their name > and leaving an obsolete alias behind, just in case. > > (define-child-mode): Make obsolete. This lead to the following warnings: ELC cedet/semantic/decorate/mode.elc =E2=80=98define-child-mode=E2=80=99 is an obsolete macro (as of 27.1); use =E2=80=98define-derived-mode=E2=80=99 instead. ELC emacs-lisp/chart.elc =E2=80=98define-child-mode=E2=80=99 is an obsolete macro (as of 27.1); use =E2=80=98define-derived-mode=E2=80=99 instead. Best regards, Stefan Kangas