Skip to content

Commit

Permalink
Trim trailing spaces from line.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-strandh committed Jan 27, 2016
1 parent f0bdadf commit e226c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translate.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
(logand #xff (lognot (make-state-mask :lock))))
"Default keysym state mask to use during keysym-translation.")

(defun define-keysym (object keysym &key lowercase translate modifiers mask display)
(defun define-keysym (object keysym &key lowercase translate modifiers mask display)
;; Define the translation from keysym/modifiers to a (usually
;; character) object. ANy previous keysym definition with
;; KEYSYM and MODIFIERS is deleted before adding the new definition.
Expand Down

0 comments on commit e226c0f

Please sign in to comment.