diff options
| -rw-r--r-- | lisp/transient.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/transient.el b/lisp/transient.el index ade1d8f..ca3f02b 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -2527,8 +2527,7 @@ nil) then do nothing." transient--stay)) (defun transient--get-pre-command (cmd &optional suffix-only) - (or (ignore-errors - (lookup-key transient--predicate-map (vector cmd))) + (or (lookup-key transient--predicate-map (vector cmd)) (and (not suffix-only) (transient--resolve-pre-command (oref transient--prefix transient-non-suffix) |
