Changeset 794


Ignore:
Timestamp:
Apr 30, 2004, 5:51:09 PM (21 years ago)
Author:
Gary Byers
Message:

arglist-on-space, current-function-arglist.

File:
1 edited

Legend:

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

    r772 r794  
    362362(bind-key "Indent Form" #k"control-meta-q")
    363363(bind-key "Fill Lisp Comment Paragraph" #k"meta-q" :mode "Lisp")
     364(bind-key "Current Function Arglist" #k"control-x control-a" :mode "Lisp")
     365(bind-key "Arglist On Space" #k"Space" :mode "Lisp")
    364366(bind-key "Defindent" #k"control-meta-#")
    365367(bind-key "Beginning of Defun" #k"control-meta-[")
Note: See TracChangeset for help on using the changeset viewer.