]> code.delx.au - gnu-emacs/blobdiff - lisp/eshell/em-xtra.el
Fix previous rmail-output-read-file-name change
[gnu-emacs] / lisp / eshell / em-xtra.el
index 1b61b7cdb9c989d3fddd0ee511505e8a85e66bf8..2e7a813cb75f51684bee8167efef59d895ffa0da 100644 (file)
@@ -1,7 +1,6 @@
 ;;; em-xtra.el --- extra alias functions
 
 ;;; em-xtra.el --- extra alias functions
 
-;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-;;   2008, 2009, 2010, 2011  Free Software Foundation, Inc.
+;; Copyright (C) 1999-2012 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 
 
 ;; Author: John Wiegley <johnw@gnu.org>
 
 (require 'compile)
 
 ;;;###autoload
 (require 'compile)
 
 ;;;###autoload
-(eshell-defgroup eshell-xtra nil
+(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
   "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"
 naturally accessible within Emacs."
   :tag "Extra alias functions"
-  :group 'eshell-module)
+  :group 'eshell-module))
 
 ;;; Functions:
 
 
 ;;; Functions: