emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/vc.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el
Date: Mon, 30 Jun 2003 06:34:27 -0400

Index: emacs/lisp/vc.el
diff -c emacs/lisp/vc.el:1.356 emacs/lisp/vc.el:1.357
*** emacs/lisp/vc.el:1.356      Fri Jun 20 09:21:24 2003
--- emacs/lisp/vc.el    Mon Jun 30 06:34:26 2003
***************
*** 7,13 ****
  ;; Maintainer: Andre Spiegel <address@hidden>
  ;; Keywords: tools
  
! ;; $Id: vc.el,v 1.356 2003/06/20 13:21:24 teirllm Exp $
  
  ;; This file is part of GNU Emacs.
  
--- 7,13 ----
  ;; Maintainer: Andre Spiegel <address@hidden>
  ;; Keywords: tools
  
! ;; $Id: vc.el,v 1.357 2003/06/30 10:34:26 rms Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 2360,2366 ****
          (set-buffer-modified-p nil)))))
  
  (defun vc-default-show-log-entry (backend rev)
!   (log-view-goto-rev rev))
  
  (defun vc-default-comment-history (backend file)
    "Return a string with all log entries stored in BACKEND for FILE."
--- 2360,2367 ----
          (set-buffer-modified-p nil)))))
  
  (defun vc-default-show-log-entry (backend rev)
!   (with-no-warnings
!    (log-view-goto-rev rev)))
  
  (defun vc-default-comment-history (backend file)
    "Return a string with all log entries stored in BACKEND for FILE."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]