diff options
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 ecc6fe96855..c42c69af9a5 100644 --- a/lisp/net/tramp-compat.el +++ b/lisp/net/tramp-compat.el | |||
| @@ -263,7 +263,7 @@ value is the default binding of the variable." | |||
| 263 | ;; * Starting with Emacs 30.1, there is `handler-bind'. Use it | 263 | ;; * Starting with Emacs 30.1, there is `handler-bind'. Use it |
| 264 | ;; instead of `condition-case' when the origin of an error shall be | 264 | ;; instead of `condition-case' when the origin of an error shall be |
| 265 | ;; kept, for example when the HANDLER propagates the error with | 265 | ;; kept, for example when the HANDLER propagates the error with |
| 266 | ;; `(signal (car err) (cdr err)'. | 266 | ;; `(signal err)'. |
| 267 | ;; | 267 | ;; |
| 268 | ;; * Starting with Emacs 30.1, use '(_ VALUEFORM)' instead of | 268 | ;; * Starting with Emacs 30.1, use '(_ VALUEFORM)' instead of |
| 269 | ;; '(VALUEFORM)' in 'if-let*/when-let*/and-let*'. | 269 | ;; '(VALUEFORM)' in 'if-let*/when-let*/and-let*'. |