diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-11-17 09:31:46 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-11-17 09:34:24 +0100 |
commit | 93036209fae87dc620b27b2ce2e0146e6252113c (patch) | |
tree | 34552a98807db1f69c0bddf1be920fea619981c0 /lisp/net/tramp-compat.el | |
parent | 32f36db4f89deb453f401c3d66cbb02c61f2c838 (diff) | |
download | emacs-93036209fae87dc620b27b2ce2e0146e6252113c.tar.gz emacs-93036209fae87dc620b27b2ce2e0146e6252113c.tar.bz2 emacs-93036209fae87dc620b27b2ce2e0146e6252113c.zip |
; Fix typos (duplicate words)
Diffstat (limited to 'lisp/net/tramp-compat.el')
-rw-r--r-- | lisp/net/tramp-compat.el | 2 |
1 files changed, 1 insertions, 1 deletions
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. |