X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/49f70d46ea38ceb7a501594db7f6ea35e19681aa..9075fcc1937a211bc91e8bc49c332bc55ac99e24:/lisp/erc/erc-speedbar.el diff --git a/lisp/erc/erc-speedbar.el b/lisp/erc/erc-speedbar.el index 5a496f91dd..7b878013f0 100644 --- a/lisp/erc/erc-speedbar.el +++ b/lisp/erc/erc-speedbar.el @@ -1,10 +1,10 @@ ;;; erc-speedbar.el --- Speedbar support for ERC -;; Copyright (C) 2001, 2002, 2003, 2004, 2006, -;; 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. +;; Copyright (C) 2001-2004, 2006-2014 Free Software Foundation, Inc. ;; Author: Mario Lang ;; Contributor: Eric M. Ludlam +;; Maintainer: emacs-devel@gnu.org ;; This file is part of GNU Emacs. @@ -38,7 +38,6 @@ (require 'erc) (require 'speedbar) (condition-case nil (require 'dframe) (error nil)) -(eval-when-compile (require 'cl)) ;;; Customization: @@ -366,4 +365,3 @@ The INDENT level is ignored." ;; tab-width: 8 ;; End: -;; arch-tag: 7a6558a4-3308-4bf5-a284-e1d042c933c6