diff lisp/utils/eldoc.el @ 112:48d667d6f17f r20-1b8

Import from CVS: tag r20-1b8
author cvs
date Mon, 13 Aug 2007 09:20:48 +0200
parents fe104dbd9147
children 34a5b81f86ba
line wrap: on
line diff
--- a/lisp/utils/eldoc.el	Mon Aug 13 09:19:47 2007 +0200
+++ b/lisp/utils/eldoc.el	Mon Aug 13 09:20:48 2007 +0200
@@ -7,7 +7,7 @@
 ;; Keywords: extensions
 ;; Created: 1995-10-06
 
-;; $Id: eldoc.el,v 1.3 1997/03/16 03:05:48 steve Exp $
+;; $Id: eldoc.el,v 1.4 1997/03/18 03:27:00 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)))