diff options
| -rw-r--r-- | lisp/sun-curs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/sun-curs.el b/lisp/sun-curs.el index b7f7087d206..4118bd74c7b 100644 --- a/lisp/sun-curs.el +++ b/lisp/sun-curs.el | |||
| @@ -119,7 +119,7 @@ Otherwise, ICON should be a vector or the name of a vector of [x y 32-chars]" | |||
| 119 | ("Set Cursor" sc:set-cursor | 119 | ("Set Cursor" sc:set-cursor |
| 120 | (sc::menu-choose-cursor *menu-window* *menu-x* *menu-y*)) | 120 | (sc::menu-choose-cursor *menu-window* *menu-x* *menu-y*)) |
| 121 | ("Reset Cursor" sc:set-cursor nil) | 121 | ("Reset Cursor" sc:set-cursor nil) |
| 122 | ("Help". sc::edit-icon-help-menu) | 122 | ("Help" sc::edit-icon-help-menu) |
| 123 | ("Quit" sc::quit-edit) | 123 | ("Quit" sc::quit-edit) |
| 124 | ) | 124 | ) |
| 125 | 125 | ||