diff options
| author | David Bremner <david@tethera.net> | 2014-10-26 14:04:13 +0100 | 
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2014-10-26 14:04:13 +0100 | 
| commit | 44e9fffe99468a7a655108802466b91891e61b6b (patch) | |
| tree | 28d526d0ab76c251abd121f5200bf0993ff32bdc | |
| parent | 2964ed69ee393becf717e7651c6671a381ee9563 (diff) | |
add autoload cookie
So recommends the emacs lisp reference manual.
| -rw-r--r-- | message-templ.el | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/message-templ.el b/message-templ.el index c9e6a75..ec06db6 100644 --- a/message-templ.el +++ b/message-templ.el @@ -243,6 +243,7 @@ Entering Message-Templ mode calls the value of `message-templ-mode-hook'."    (setq buffer-read-only t)    (run-hooks 'message-templ-mode-hook)) +;;;###autoload  (defun message-templ-select (&optional arg)    "Select template from `message-templ-alist'."    (interactive "P") | 
