From: Roland McGrath Date: Sun, 15 Jan 1995 11:00:38 +0000 (+0000) Subject: (vc-do-command): Use set-buffer-modified-p instead of not-modified. X-Git-Tag: emacs-19.34~5427 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4db1f5aa7b4b193a8c33f7f2bc2e1b27f5b940cd;p=emacs.git (vc-do-command): Use set-buffer-modified-p instead of not-modified. --- diff --git a/lisp/vc.el b/lisp/vc.el index 146de5e81b8..4b9567461b5 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -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 ;; Maintainer: ttn@netcom.com @@ -259,7 +259,7 @@ the master name of FILE if LAST is 'MASTER, or the workfile of FILE if LAST is 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