branch: externals/ampc
commit 683f02ed7c8eaad36b941eb006a9b13cd02d419c
Author: Christopher Schmidt <christop...@ch.ristopher.com>
Commit: Christopher Schmidt <christop...@ch.ristopher.com>

    Remove autoload for ampc-quit.
---
 ampc.el | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/ampc.el b/ampc.el
index 45a1b3497b..e3d522b4e7 100644
--- a/ampc.el
+++ b/ampc.el
@@ -32,11 +32,11 @@
 ;;
 ;; (add-to-list 'load-path "~/.emacs.d/ampc")
 ;;
-;; Then add two autoload definitions:
+;; Then add one autoload definition:
 ;;
-;; (autoload 'ampc "ampc" nil t) (autoload 'ampc-quit "ampc" nil t)
+;; (autoload 'ampc "ampc" nil t)
 ;;
-;; Optionally bind keys to these functions, e.g.
+;; Optionally bind a key to this function, e.g.:
 ;;
 ;; (global-set-key (kbd "<f9>") 'ampc)
 
@@ -1569,7 +1569,6 @@ ARG defaults to 1."
     (ampc-align-point)
     nil))
 
-;;;###autoload
 (defun ampc-quit (&optional arg)
   "Quit ampc.
 If called with a prefix argument ARG, kill the mpd instance that

Reply via email to