]> code.delx.au - gnu-emacs/blobdiff - lisp/eshell/em-xtra.el
Auto-commit of generated files.
[gnu-emacs] / lisp / eshell / em-xtra.el
index b3c3d1b43a8b711473e39bc72ef6aeb0418c29ce..7c559772dd3fabf867db6087e51924960d678f8a 100644 (file)
@@ -1,7 +1,6 @@
 ;;; em-xtra.el --- extra alias functions
 
-;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 1999-2013 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 
   (require 'pcomplete))
 (require 'compile)
 
+;;;###autoload
+(progn
 (defgroup eshell-xtra nil
   "This module defines some extra alias functions which are entirely
 optional.  They can be viewed as samples for how to write Eshell alias
-functions, or as aliases which make some of Emacs' behavior more
+functions, or as aliases which make some of Emacs's behavior more
 naturally accessible within Emacs."
   :tag "Extra alias functions"
-  :group 'eshell-module)
+  :group 'eshell-module))
 
 ;;; Functions:
 
@@ -118,5 +119,8 @@ naturally accessible within Emacs."
 
 (provide 'em-xtra)
 
-;; arch-tag: f944cfda-a118-470c-a0d6-b41a3a5c99c7
+;; Local Variables:
+;; generated-autoload-file: "esh-groups.el"
+;; End:
+
 ;;; em-xtra.el ends here