X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/ac3232837188f7e1c4ffe34b76edede0ccb54f5e..dc2f2f9988c9931f563969de2b8d4dcc09835d2b:/lisp/erc/erc-ring.el diff --git a/lisp/erc/erc-ring.el b/lisp/erc/erc-ring.el index 3040060989..b4244eaa4a 100644 --- a/lisp/erc/erc-ring.el +++ b/lisp/erc/erc-ring.el @@ -1,9 +1,9 @@ ;; erc-ring.el -- Command history handling for erc using ring.el -;; Copyright (C) 2001, 2002, 2003, 2004, 2006, -;; 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2001-2004, 2006-2013 Free Software Foundation, Inc. ;; Author: Alex Schroeder +;; Maintainer: FSF ;; Keywords: comm ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcHistory @@ -38,6 +38,10 @@ (require 'comint) (require 'ring) +(defgroup erc-ring nil + "An input ring for ERC." + :group 'erc) + ;;;###autoload (autoload 'erc-ring-mode "erc-ring" nil t) (define-erc-module ring nil "Stores input in a ring so that previous commands and messages can @@ -144,4 +148,3 @@ containing a password." ;; indent-tabs-mode: nil ;; End: -;; arch-tag: b77924a8-a80e-489d-84cd-b351761ea5c8