[1667] in BarnOwl Developers
[nelhage/barnowl] ffd50f: Bind C-v and M-v in popless windows
daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:19:48 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
Date: Wed, 2 Sep 2009 19:23:35 -0700
To: barnowl-dev@mit.edu
From: noreply@github.com
Branch: refs/heads/master
Home: http://github.com/nelhage/barnowl
Commit: ffd50fea16d4fd8f40bb6c278c422853946d3449
http://github.com/nelhage/barnowl/commit/ffd50fea16d4fd8f40bb6c278c422853946d3449
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-09-02 (Wed, 02 Sep 2009)
Changed paths:
M keys.c
Log Message:
-----------
Bind C-v and M-v in popless windows
Commit: 65a987001fe7c8f865bc1c199aa79d39c1d977ea
http://github.com/nelhage/barnowl/commit/65a987001fe7c8f865bc1c199aa79d39c1d977ea
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-09-02 (Wed, 02 Sep 2009)
Changed paths:
M keys.c
Log Message:
-----------
Remove trailing ; from BIND_{CMD,FNV} definitions.
These macros are designed to be used like function calls, so the trailing
; should be mandatory at the call site. In addition, add a ; at the one
call site that lacked one.