From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1569630-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 51779158089 for <garchives@archives.gentoo.org>; Sat, 11 Nov 2023 17:48:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 964C72BC02A; Sat, 11 Nov 2023 17:48:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7F6202BC02A for <gentoo-commits@lists.gentoo.org>; Sat, 11 Nov 2023 17:48:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5F48335DA3 for <gentoo-commits@lists.gentoo.org>; Sat, 11 Nov 2023 17:48:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D837BCF for <gentoo-commits@lists.gentoo.org>; Sat, 11 Nov 2023 17:48:05 +0000 (UTC) From: "Ulrich Müller" <ulm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" <ulm@gentoo.org> Message-ID: <1699724871.e746dfda4239b4b7c4b3f98076973ca872dd770d.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/gnuserv/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/gnuserv/files/gnuserv-3.12.8-devices.patch X-VCS-Directories: app-emacs/gnuserv/files/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: e746dfda4239b4b7c4b3f98076973ca872dd770d X-VCS-Branch: master Date: Sat, 11 Nov 2023 17:48:05 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 24a2883f-0591-4eb0-85a1-5f3ea9550035 X-Archives-Hash: 4358b1450419897d554a583c63bd07a7 commit: e746dfda4239b4b7c4b3f98076973ca872dd770d Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Nov 11 17:46:46 2023 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Nov 11 17:47:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e746dfda app-emacs/gnuserv: Whitespace Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-emacs/gnuserv/files/gnuserv-3.12.8-devices.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app-emacs/gnuserv/files/gnuserv-3.12.8-devices.patch b/app-emacs/gnuserv/files/gnuserv-3.12.8-devices.patch index faab53e6da1e..3d0e9f876292 100644 --- a/app-emacs/gnuserv/files/gnuserv-3.12.8-devices.patch +++ b/app-emacs/gnuserv/files/gnuserv-3.12.8-devices.patch @@ -43,16 +43,16 @@ need no advice for delete-frame. + + (defun device-on-window-system-p (&optional device) + "Return non-nil if DEVICE is on a window system. -+ This generally means that there is support for the mouse, the menubar, -+ the toolbar, glyphs, etc." ++This generally means that there is support for the mouse, the menubar, ++the toolbar, glyphs, etc." + (and (cdr-safe (assq 'display (frame-parameters device))) t)) + + (defun delete-device (device &optional force) + "Delete DEVICE, permanently eliminating it from use. -+ Normally, you cannot delete the last non-minibuffer-only frame (you must -+ use `save-buffers-kill-emacs' or `kill-emacs'). However, if optional -+ second argument FORCE is non-nil, you can delete the last frame. (This -+ will automatically call `save-buffers-kill-emacs'.)" ++Normally, you cannot delete the last non-minibuffer-only frame (you must ++use `save-buffers-kill-emacs' or `kill-emacs'). However, if optional ++second argument FORCE is non-nil, you can delete the last frame. (This ++will automatically call `save-buffers-kill-emacs'.)" + (let ((frames (device-frame-list device))) + (run-hook-with-args 'delete-device-hook device) + (while frames