Is it possible to use ARG when defining keybindings? For the command (scroll-up-command &optional ARG) I want to define this keybind: (define-key global-map (kbd "M-n") 'scroll-up-command 1) But: eval-region: Wrong number of arguments: define-key, 4