From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Restore font-lock-type-face for lisp mode &symbols Date: Sun, 04 Dec 2022 19:52:24 +0200 Message-ID: <83h6yb9huv.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2380"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, larsi@gnus.org To: Tom Gillespie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Dec 04 18:53:21 2022 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 1p1tB1-0000Le-Qw for ged-emacs-devel@m.gmane-mx.org; Sun, 04 Dec 2022 18:53:19 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p1tAT-0004sn-AZ; Sun, 04 Dec 2022 12:52:45 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p1tAS-0004sd-27 for emacs-devel@gnu.org; Sun, 04 Dec 2022 12:52:44 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p1tAR-0003xh-NJ; Sun, 04 Dec 2022 12:52:43 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=tV6OQ/sALEdJq7mWXtmqG4MQ7X+VP8FPV22cm1EIXkc=; b=hJNbyT1BC28O aIcK2RxfnqK15OVgOaiy+oeqXsAXMbi5Jz8R1ggBvcy5+IZaRCr3I0Xc9n2Th14c8yPQDbRlzAxQq FMj27DVKlcCWl3mYgI5GUBGDQml721JaGzLb/Cg40orAjXH8slivzbCc6pC0/zUMPyYJqux+ujfQS SJdWp4SYk+D9z2wKpiVcVPCM4+A7ikzw1Jm+8vOJwVo5zPuMjqAXtr2IFKxCd39GjtZIwOC4uhKRf q5UDmX2YnqqjoUZl6bf6XzDiON73Y9QmrGzh+lIbVcYqmQZmvz47m4JhpR7jDbMmdlv431AePIzLi cuJTkyiqMBXRuTTlujMR6A==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p1tAQ-00076c-Md; Sun, 04 Dec 2022 12:52:43 -0500 In-Reply-To: (message from Tom Gillespie on Sat, 3 Dec 2022 22:57:28 -0800) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:300908 Archived-At: > From: Tom Gillespie > Date: Sat, 3 Dec 2022 22:57:28 -0800 > Cc: Lars Ingebrigtsen > > I noticed that font locking for lisp and elisp &keywords changed. > Looks like it was a mistake, so here's a patch to restore the correct > face. Best! Thanks, I installed this on the emacs-29 branch.