changeset 38724:3f2fc7cfcecf

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 07 Aug 2001 14:41:37 +0000
parents 3a1c2213b3d2
children 9a539a654722
files lisp/ChangeLog
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Aug 07 14:41:06 2001 +0000
+++ b/lisp/ChangeLog	Tue Aug 07 14:41:37 2001 +0000
@@ -1,5 +1,8 @@
 2001-08-07  Gerd Moellmann  <gerd@gnu.org>
 
+	* emulation/viper-util.el (viper-file-checked-in-p): Use `and'
+	instead of `progn'.
+
 	* tar-mode.el (tar-extract): Avoid generating a new buffer
 	for each file visited.  From Markus Rost <rost@math.ohio-state.edu>.