Skip to content

Commit

Permalink
Add magic comments for autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-tan committed Jun 5, 2013
1 parent 4acafab commit d523e80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions auto-save-buffers-enhanced.el
Expand Up @@ -157,6 +157,7 @@ as other normal files.")
(defvar auto-save-buffers-enhanced-activity-flag t
"*If non-nil, `auto-save-buffers-enhanced' saves buffers.")

;;;###autoload
(defun auto-save-buffers-enhanced (flag)
"If `flag' is non-nil, activate `auto-save-buffers-enhanced' and start
auto-saving."
Expand All @@ -178,6 +179,7 @@ auto-saving."
(defalias 'auto-save-buffers-enhanced-cooperate-elscreen-default-window
'auto-save-buffers-enhanced-scratch-read-after-init-hook)

;;;###autoload
(defun auto-save-buffers-enhanced-include-only-checkout-path (flag)
"If `flag' is non-nil, `auto-save-buffers-enhanced' saves only
the directories under VCS."
Expand All @@ -192,6 +194,7 @@ the directories under VCS."
;;;; Command
;;;; -------------------------------------------------------------------------

;;;###autoload
(defun auto-save-buffers-enhanced-toggle-activity ()
"Toggle `auto-save-buffers-enhanced' activity"
(interactive)
Expand All @@ -202,6 +205,7 @@ the directories under VCS."
(message "auto-save-buffers-enhanced on")
(message "auto-save-buffers-enhanced off")))

;;;###autoload
(defun auto-save-buffers-enhanced-reload-svk ()
"Reload the checkout paths from SVK configuration file."
(interactive)
Expand Down

0 comments on commit d523e80

Please sign in to comment.