changeset 10431:7981b19e9028

(vc-do-command): Use set-buffer-modified-p instead of not-modified.
author Roland McGrath <roland@gnu.org>
date Sun, 15 Jan 1995 11:00:38 +0000
parents 3499c4e1e82f
children 15d01ad97928
files lisp/vc.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc.el	Sun Jan 15 10:59:20 1995 +0000
+++ b/lisp/vc.el	Sun Jan 15 11:00:38 1995 +0000
@@ -1,6 +1,6 @@
 ;;; vc.el --- drive a version-control system from within Emacs
 
-;; Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
+;; Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
 
 ;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
 ;; Maintainer: ttn@netcom.com
@@ -259,7 +259,7 @@
 		 process-environment)))
       (setq status (apply 'call-process command nil t nil squeezed)))
     (goto-char (point-max))
-    (not-modified)
+    (set-buffer-modified-p nil)
     (forward-line -1)
     (if (or (not (integerp status)) (< okstatus status))
 	(progn