From 4bac7ee8dab22354e15eaf24d1470da9083d482c Mon Sep 17 00:00:00 2001 From: Christopher Schmidt Date: Thu, 12 Jan 2012 16:05:58 +0100 Subject: Remove autoload for ampc-quit. --- ampc.el | 7 +++---- 1 file 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 "") '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 -- cgit v1.2.1