diff --git a/yasnippet.el b/yasnippet.el index a9c212f..1b7c80b 100644 --- a/yasnippet.el +++ b/yasnippet.el @@ -1857,7 +1857,7 @@ defined in `yas/fallback-behavior'" (command-2 (and keys-2(key-binding keys-2))) (command (or (and (not (eq' command-1 'yas/expand)) command-1) - command2))) + command-2))) (when (and (commandp command) (not (eq 'yas/expand command))) (setq this-command command)