Changeset 720


Ignore:
Timestamp:
Mar 24, 2004, 5:04:41 PM (21 years ago)
Author:
Gary Byers
Message:

#k"enter", #k"c-m-x" bound to "Editor Evaluate Defun".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/hemlock/src/bindings.lisp

    r703 r720  
    323323(bind-key "Editor Evaluate Expression" #k"meta-escape"  :mode "Editor")
    324324(bind-key "Editor Evaluate Defun" #k"control-x control-e" :mode "Editor")
     325(bind-key "Editor Evaluate Defun" #k"enter" :mode "Editor")
     326(bind-key "Editor Evaluate Defun" #k"control-meta-x" :mode "Editor")
    325327(bind-key "Editor Compile Defun" #k"control-x control-c" :mode "Editor")
    326328(bind-key "Editor Compile Defun" #k"control-x control-C" :mode "Editor")
     329
    327330(bind-key "Editor Macroexpand Expression" #k"control-m" :mode "Editor")
    328331(bind-key "Editor Describe Function Call" #k"control-meta-A" :mode "Editor")
Note: See TracChangeset for help on using the changeset viewer.