Mercurial > hg > xemacs-beta
diff lisp/utils/eldoc.el @ 110:fe104dbd9147 r20-1b7
Import from CVS: tag r20-1b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:19:45 +0200 |
parents | 4be1180a9e89 |
children | 48d667d6f17f |
line wrap: on
line diff
--- a/lisp/utils/eldoc.el Mon Aug 13 09:18:41 2007 +0200 +++ b/lisp/utils/eldoc.el Mon Aug 13 09:19:45 2007 +0200 @@ -7,7 +7,7 @@ ;; Keywords: extensions ;; Created: 1995-10-06 -;; $Id: eldoc.el,v 1.2 1997/02/24 01:14:18 steve Exp $ +;; $Id: eldoc.el,v 1.3 1997/03/16 03:05:48 steve Exp $ ;; This file is part of GNU Emacs. @@ -240,7 +240,7 @@ ;; timer, we're still in the middle of executing a command, ;; e.g. a query-replace where it would be annoying to ;; overwrite the echo area. - (and (not this-command) + (and ;(not this-command) (symbolp last-command) (intern-soft (symbol-name last-command) eldoc-message-commands)))