]> code.delx.au - gnu-emacs/blobdiff - lisp/eshell/em-pred.el
merged from trunk
[gnu-emacs] / lisp / eshell / em-pred.el
index c594a91649a748dfb234f7d0ef1576141987187e..aee1b5437de82ca282a16591cf17d77c7cfeedfc 100644 (file)
@@ -1,7 +1,7 @@
 ;;; em-pred.el --- argument predicates and modifiers (ala zsh)
 
-;; 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, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 
@@ -49,7 +49,8 @@
 
 (eval-when-compile (require 'eshell))
 
-(defgroup eshell-pred nil
+;;;###autoload
+(eshell-defgroup eshell-pred nil
   "This module allows for predicates to be applied to globbing
 patterns (similar to zsh), in addition to string modifiers which can
 be applied either to globbing results, variable references, or just
@@ -600,5 +601,9 @@ that 'ls -l' will show in the first column of its display. "
 
 (provide 'em-pred)
 
+;; Local Variables:
+;; generated-autoload-file: "esh-groups.el"
+;; End:
+
 ;; arch-tag: 8b5ce022-17f3-4c40-93c7-5faafaa63f31
 ;;; em-pred.el ends here