LFUN_ESCAPE gets ReadOnly (fix bug 1142)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7046 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2003-05-26 10:49:02 +00:00
parent b459326fc5
commit 159191e867
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-05-26 John Levon <levon@movementarian.org>
* LyXAction.C: LFUN_ESCAPE should be ReadOnly
2003-05-26 Lars Gullik Bjønnes <larsbj@gullik.net>
* remove same_id from function signatures, adjust.

View File

@ -302,7 +302,7 @@ void LyXAction::init()
{ LFUN_MESSAGE, "message", NoBuffer },
{ LFUN_TRANSPOSE_CHARS, "chars-transpose", Noop },
{ LFUN_FLOAT_LIST, "float-list", Noop },
{ LFUN_ESCAPE, "escape", Noop },
{ LFUN_ESCAPE, "escape", ReadOnly },
{ LFUN_HELP_ABOUTLYX, "help-aboutlyx", NoBuffer },
{ LFUN_HELP_TEXINFO, "help-Texinfo", NoBuffer },
{ LFUN_FORKS_SHOW, "show-forks", NoBuffer },