From 3146b070694db4a74b3319f474016a351ebb0805 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 21 May 2008 03:51:08 +0000 Subject: Use eshell-defgroup rather than defgroup. Autoload the custom group. Set generated-autoload-file. --- lisp/eshell/em-glob.el | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'lisp/eshell/em-glob.el') diff --git a/lisp/eshell/em-glob.el b/lisp/eshell/em-glob.el index 27fab9afe60..319e2b4057d 100644 --- a/lisp/eshell/em-glob.el +++ b/lisp/eshell/em-glob.el @@ -1,7 +1,7 @@ ;;; em-glob.el --- extended file name globbing -;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, +;; 2008 Free Software Foundation, Inc. ;; Author: John Wiegley @@ -53,7 +53,8 @@ (eval-when-compile (require 'eshell)) (require 'esh-util) -(defgroup eshell-glob nil +;;;###autoload +(eshell-defgroup eshell-glob nil "This module provides extended globbing syntax, similar what is used by zsh for filename generation." :tag "Extended filename globbing" @@ -354,5 +355,9 @@ the form: (provide 'em-glob) +;; Local Variables: +;; generated-autoload-file: "esh-groups.el" +;; End: + ;; arch-tag: d0548f54-fb7c-4978-a88e-f7c26f7f68ca ;;; em-glob.el ends here -- cgit v1.2.3