# HG changeset patch # User Roland McGrath # Date 790167638 0 # Node ID 7981b19e9028ba0a72b97f26e32f7b9ce8365a6e # Parent 3499c4e1e82f717416eb04b004bf7d3d9e01857c (vc-do-command): Use set-buffer-modified-p instead of not-modified. diff -r 3499c4e1e82f -r 7981b19e9028 lisp/vc.el --- 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 ;; 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