emacs.dt 913 B

1234567891011121314151617181920212223242526272829303132333435
  1. ######################################################################
  2. #
  3. # Common Desktop Environment (CDE)
  4. #
  5. # Action and DataType Definition File
  6. #
  7. # Generated by the CreateAction tool
  8. #
  9. # $Revision: 1.0
  10. #
  11. # $KEY: 108
  12. #
  13. ######################################################################
  14. #
  15. # WARNING:
  16. #
  17. # This file was generated by the CDE CreateAction tool.
  18. # If this file is modified by some other tool, such as vi,
  19. # the CreateAction tool will no longer be able to load and
  20. # update this file. For this reason, changes to this file
  21. # should be handled through CreateAction whenever possible.
  22. #
  23. ######################################################################
  24. ACTION emacs
  25. {
  26. LABEL Emacs
  27. TYPE COMMAND
  28. EXEC_STRING emacs "%Arg_1%"
  29. ICON emacs
  30. WINDOW_TYPE NO_STDIO
  31. DESCRIPTION GNU Editor Emacs.
  32. }