summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Schmidt <christopher@ch.ristopher.com>2012-01-12 16:05:58 +0100
committerChristopher Schmidt <christopher@ch.ristopher.com>2012-01-12 16:05:58 +0100
commit4bac7ee8dab22354e15eaf24d1470da9083d482c (patch)
treeb0d543924d139a28a2ee1a20e5b6defd97af2259
parentf4d60233966ea4d9a6951bfdfc56becaf3c08cee (diff)
downloademacs-4bac7ee8dab22354e15eaf24d1470da9083d482c.tar.gz
Remove autoload for ampc-quit.
-rw-r--r--ampc.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/ampc.el b/ampc.el
index 45a1b3497bb..e3d522b4e79 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