emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/eshell/eshell.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/eshell.el,v
Date: Wed, 21 May 2008 03:50:42 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/05/21 03:50:42

Index: eshell.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/eshell/eshell.el,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -b -r1.32 -r1.33
--- eshell.el   6 May 2008 03:36:21 -0000       1.32
+++ eshell.el   21 May 2008 03:50:42 -0000      1.33
@@ -239,6 +239,9 @@
   :version "21.1"
   :group 'applications)
 
+;; This is hack to force make-autoload to put the whole definition
+;; into the autoload file (see esh-module.el).
+(defalias 'eshell-defgroup 'defgroup)
 
 ;;;_* User Options
 ;;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]