summaryrefslogtreecommitdiff
path: root/contrib/genrpbindings
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/genrpbindings')
-rwxr-xr-xcontrib/genrpbindings2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/genrpbindings b/contrib/genrpbindings
index 2325e9e..6c1733b 100755
--- a/contrib/genrpbindings
+++ b/contrib/genrpbindings
@@ -61,7 +61,7 @@ print ELISP <<PREAMBLE;
(defmacro defun-ratpoison (cmd)
`(progn (defun ,(intern (concat "ratpoison-" (symbol-name cmd))) (&rest args)
- (apply 'ratpoison-cmd ,(symbol-name cmd) args)))
+ (apply 'ratpoison-cmd ,(symbol-name cmd) args))))
(defun ratpoison-cmd (cmd &rest args)
(with-temp-buffer