28 lines
730 B
EmacsLisp
28 lines
730 B
EmacsLisp
|
;;; command-log-mode-autoloads.el --- automatically extracted autoloads
|
|||
|
;;
|
|||
|
;;; Code:
|
|||
|
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
|
|||
|
|
|||
|
;;;### (autoloads nil "command-log-mode" "command-log-mode.el" (22506
|
|||
|
;;;;;; 36214 708146 298000))
|
|||
|
;;; Generated autoloads from command-log-mode.el
|
|||
|
|
|||
|
(autoload 'command-log-mode "command-log-mode" "\
|
|||
|
Toggle keyboard command logging.
|
|||
|
|
|||
|
\(fn &optional ARG)" t nil)
|
|||
|
|
|||
|
(autoload 'clm/toggle-command-log-buffer "command-log-mode" "\
|
|||
|
Toggle the command log showing or not.
|
|||
|
|
|||
|
\(fn &optional ARG)" t nil)
|
|||
|
|
|||
|
;;;***
|
|||
|
|
|||
|
;; Local Variables:
|
|||
|
;; version-control: never
|
|||
|
;; no-byte-compile: t
|
|||
|
;; no-update-autoloads: t
|
|||
|
;; End:
|
|||
|
;;; command-log-mode-autoloads.el ends here
|