Personal emacs config
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
1.8 KiB

  1. ;;; elmacro-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. (add-to-list 'load-path (directory-file-name
  5. (or (file-name-directory #$) (car load-path))))
  6. ;;;### (autoloads nil "elmacro" "elmacro.el" (0 0 0 0))
  7. ;;; Generated autoloads from elmacro.el
  8. (autoload 'elmacro-show-last-macro "elmacro" "\
  9. Show the last macro as emacs lisp with NAME.
  10. \(fn NAME)" t nil)
  11. (autoload 'elmacro-show-last-commands "elmacro" "\
  12. Take the latest COUNT commands and show them as emacs lisp.
  13. This is basically a better version of `kmacro-edit-lossage'.
  14. The default number of commands shown is modifiable in variable
  15. `elmacro-show-last-commands-default'.
  16. You can also modify this number by using a numeric prefix argument or
  17. by using the universal argument, in which case it'll ask for how many
  18. in the minibuffer.
  19. \(fn &optional COUNT)" t nil)
  20. (autoload 'elmacro-clear-command-history "elmacro" "\
  21. Clear the list of recorded commands." t nil)
  22. (defvar elmacro-mode nil "\
  23. Non-nil if elmacro mode is enabled.
  24. See the `elmacro-mode' command
  25. for a description of this minor mode.
  26. Setting this variable directly does not take effect;
  27. either customize it (see the info node `Easy Customization')
  28. or call the function `elmacro-mode'.")
  29. (custom-autoload 'elmacro-mode "elmacro" nil)
  30. (autoload 'elmacro-mode "elmacro" "\
  31. Toggle emacs activity recording (elmacro mode).
  32. With a prefix argument ARG, enable elmacro mode if ARG is
  33. positive, and disable it otherwise. If called from Lisp, enable
  34. the mode if ARG is omitted or nil.
  35. \(fn &optional ARG)" t nil)
  36. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "elmacro" '("elmacro-")))
  37. ;;;***
  38. ;; Local Variables:
  39. ;; version-control: never
  40. ;; no-byte-compile: t
  41. ;; no-update-autoloads: t
  42. ;; coding: utf-8
  43. ;; End:
  44. ;;; elmacro-autoloads.el ends here