Mercurial > emacs
diff lisp/ielm.el @ 14040:187735b53d52
Comment fixes.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Fri, 05 Jan 1996 22:21:28 +0000 |
parents | 6141f81a80e5 |
children | 83f275dcd93a |
line wrap: on
line diff
--- a/lisp/ielm.el Fri Jan 05 21:57:54 1996 +0000 +++ b/lisp/ielm.el Fri Jan 05 22:21:28 1996 +0000 @@ -87,7 +87,7 @@ (defvar ielm-header (concat "*** Welcome to IELM version " - (substring "$Revision: 1.4 $" 11 -2) + (substring "$Revision: 1.5 $" 11 -2) " *** Type (describe-mode) for help.\n" "IELM has ABSOLUTELY NO WARRANTY; type (describe-no-warranty) for details.\n") "Message to display when IELM is started.") @@ -145,7 +145,7 @@ (or ;; the buffer has been modified (not (= btick (buffer-modified-tick))) - ;; a completions buffer has been modifed or created + ;; a completions buffer has been modified or created (if cbuffer (not (= ctick (buffer-modified-tick cbuffer))) (get-buffer "*Completions*")))))