From 93036209fae87dc620b27b2ce2e0146e6252113c Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 17 Nov 2022 09:31:46 +0100 Subject: ; Fix typos (duplicate words) --- lisp/net/tramp-compat.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/net/tramp-compat.el') diff --git a/lisp/net/tramp-compat.el b/lisp/net/tramp-compat.el index a1d1d284edb..252eab0f3b1 100644 --- a/lisp/net/tramp-compat.el +++ b/lisp/net/tramp-compat.el @@ -179,7 +179,7 @@ A nil value for either argument stands for the current time." (lambda (reporter &optional value _suffix) (progress-reporter-update reporter value)))) -;; `ignore-error' is new in Emacs Emacs 27.1. +;; `ignore-error' is new in Emacs 27.1. (defmacro tramp-compat-ignore-error (condition &rest body) "Execute BODY; if the error CONDITION occurs, return nil. Otherwise, return result of last form in BODY. -- cgit v1.2.3