Changeset 6794 for branches


Ignore:
Timestamp:
Jul 8, 2007, 11:10:09 PM (17 years ago)
Author:
Gary Byers
Message:

Remove a few more obsolete bindings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ide-1.0/ccl/hemlock/src/bindings.lisp

    r6768 r6794  
    9696;(bind-key "Save All Files and Exit" #k"control-x meta-z")
    9797
    98 (bind-key "List Buffers" #k"control-x control-b")
     98;(bind-key "List Buffers" #k"control-x control-b")
    9999(bind-key "Buffer Not Modified" #k"meta-~")
    100100;(bind-key "Check Buffer Modified" #k"control-x ~")
     
    162162(bind-key "Capitalize Word" #k"meta-c")
    163163
    164 (bind-key "Previous Page" #k"control-x [")
    165 (bind-key "Next Page" #k"control-x ]")
    166 (bind-key "Mark Page" #k"control-x control-p")
    167 (bind-key "Count Lines Page" #k"control-x l")
     164;(bind-key "Previous Page" #k"control-x [")
     165;(bind-key "Next Page" #k"control-x ]")
     166;(bind-key "Mark Page" #k"control-x control-p")
     167;(bind-key "Count Lines Page" #k"control-x l")
    168168
    169169
Note: See TracChangeset for help on using the changeset viewer.