From: Glenn Morris Date: Sat, 31 Oct 2009 02:17:41 +0000 (+0000) Subject: (top-level): Move provide statement to end. X-Git-Tag: emacs-pretest-23.1.90~612 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4c814fd27ca4e6bda5f956913d405d552130d086;p=emacs.git (top-level): Move provide statement to end. (pcmpl-rpm): Remove unused custom group. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 869f963fc51..a3183fb08b8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2009-10-31 Glenn Morris + * pcmpl-rpm.el (top-level): Move provide statement to end. + (pcmpl-rpm): Remove unused custom group. + * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler. * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes. diff --git a/lisp/pcmpl-rpm.el b/lisp/pcmpl-rpm.el index 0f596304c9a..b1e38abc987 100644 --- a/lisp/pcmpl-rpm.el +++ b/lisp/pcmpl-rpm.el @@ -1,7 +1,7 @@ ;;; pcmpl-rpm.el --- functions for dealing with rpm completions -;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, +;; 2008, 2009 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -24,14 +24,8 @@ ;;; Code: -(provide 'pcmpl-rpm) - (require 'pcomplete) -(defgroup pcmpl-rpm nil - "Functions for dealing with rpm completions." - :group 'pcomplete) - ;; Functions: (defsubst pcmpl-rpm-packages () @@ -324,5 +318,7 @@ (t (error "You must select a mode: -q, -i, -U, --verify, etc")))))) +(provide 'pcmpl-rpm) + ;; arch-tag: 4e64b490-fecf-430e-b2b9-70a8ad64b8c1 ;;; pcmpl-rpm.el ends here