Skip to content

Commit

Permalink
export ee-backward-delete-sexp binding in the expression-editor mod…
Browse files Browse the repository at this point in the history
…ule. (cisco#439)
  • Loading branch information
tokomikea authored and Bob Burger committed Jul 25, 2019
1 parent b6f861e commit a851ea3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions LOG
Original file line number Diff line number Diff line change
Expand Up @@ -1383,3 +1383,5 @@
a6ob.def, ta6ob.def, a6nb.def, ta6nb.def, i3nt.def, ti3nt.def,
c/Mf-*, build.bat, makefiles/Makefile.in, makefiles/Mf-install.in,
s/update-revision, BUILDING
- export `ee-backward-delete-sexp` binding in the expression-editor module.
expeditor.ss
4 changes: 2 additions & 2 deletions s/expeditor.ss
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
ee-beginning-of-entry ee-end-of-entry
ee-delete-to-eol ee-delete-line
ee-delete-between-point-and-mark ee-set-mark
ee-delete-entry ee-reset-entry ee-delete-sexp ee-redisplay
ee-yank-kill-buffer ee-yank-selection
ee-delete-entry ee-reset-entry ee-delete-sexp ee-backward-delete-sexp
ee-redisplay ee-yank-kill-buffer ee-yank-selection
ee-string-macro ee-eof ee-delete-char ee-eof/delete-char
ee-backward-delete-char ee-insert-paren
ee-flash-matching-delimiter ee-goto-matching-delimiter
Expand Down

0 comments on commit a851ea3

Please sign in to comment.