From: Eli Zaretskii Date: Sat, 24 Sep 2005 11:03:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~6965 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=917551f2b2211906527a5986f8228807097308cd;p=emacs.git *** empty log message *** --- diff --git a/etc/ChangeLog b/etc/ChangeLog index ada960359ff..83af7893226 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,8 @@ +2005-09-24 Steven Huwig (tiny change) + + * emacs.py (ehelp): Add g and l to arg list, and use them in the + call to `help'. + 2005-09-17 Romain Francoise * gfdl.1: Update to version 1.2. Delete UC macro. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index db35b6631dc..57a468bc738 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-09-24 Steven Huwig (tiny change) + + * progmodes/python.el (python-describe-symbol): Add globals() and + locals() to the arguments of emacs.ehelp. + 2005-09-24 Magnus Henoch * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries): New