Changeset 1247aaa for commands.c


Ignore:
Timestamp:
Dec 19, 2009, 10:45:57 PM (14 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, release-1.10, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
8c97fa1
Parents:
b752f1e
git-author:
Alex Dehnert <adehnert@mit.edu> (12/19/09 21:24:52)
git-committer:
Nelson Elhage <nelhage@mit.edu> (12/19/09 22:45:57)
Message:
shift{left,right} should have same order in source
File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    r23fddad r1247aaa  
    13401340}
    13411341
     1342void owl_command_shift_left(void)
     1343{
     1344  owl_function_shift_left();
     1345}
     1346
    13421347void owl_command_shift_right(void)
    13431348{
    13441349  owl_function_shift_right();
    1345 }
    1346 
    1347 void owl_command_shift_left(void)
    1348 {
    1349   owl_function_shift_left();
    13501350}
    13511351
Note: See TracChangeset for help on using the changeset viewer.