emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Michael Kifer
Subject: [Emacs-diffs] Changes to emacs/lisp/ediff.el
Date: Fri, 18 Feb 2005 23:46:29 -0500

Index: emacs/lisp/ediff.el
diff -c emacs/lisp/ediff.el:1.65 emacs/lisp/ediff.el:1.66
*** emacs/lisp/ediff.el:1.65    Sun Jun  6 02:44:14 2004
--- emacs/lisp/ediff.el Sat Feb 19 04:46:24 2005
***************
*** 1,13 ****
  ;;; ediff.el --- a comprehensive visual interface to diff & patch
  
! ;; Copyright (C) 1994, 95, 96, 97, 98, 99, 2000, 01, 02, 03 Free Software 
Foundation, Inc.
  
  ;; Author: Michael Kifer <address@hidden>
  ;; Created: February 2, 1994
  ;; Keywords: comparing, merging, patching, tools, unix
  
! (defconst ediff-version "2.78" "The current version of Ediff")
! (defconst ediff-date "May 18, 2003" "Date of last update")  
  
  
  ;; This file is part of GNU Emacs.
--- 1,13 ----
  ;;; ediff.el --- a comprehensive visual interface to diff & patch
  
! ;; Copyright (C) 1994, 95, 96, 97, 98, 99, 2000, 01, 02, 03, 05 Free Software 
Foundation, Inc.
  
  ;; Author: Michael Kifer <address@hidden>
  ;; Created: February 2, 1994
  ;; Keywords: comparing, merging, patching, tools, unix
  
! (defconst ediff-version "2.80" "The current version of Ediff")
! (defconst ediff-date "February 19, 2005" "Date of last update")  
  
  
  ;; This file is part of GNU Emacs.
***************
*** 1080,1087 ****
  
  (defsubst ediff-merge-on-startup ()
    (ediff-do-merge 0)
!   (ediff-with-current-buffer ediff-buffer-C
!     (set-buffer-modified-p nil)))
  
  ;;;###autoload
  (defun ediff-merge-files (file-A file-B
--- 1080,1090 ----
  
  (defsubst ediff-merge-on-startup ()
    (ediff-do-merge 0)
!   ;; Can't remember why this is here, but it may cause the automatically 
merged
!   ;; buffer to be lost. So, keep the buffer modified.
!   ;;(ediff-with-current-buffer ediff-buffer-C
!   ;;  (set-buffer-modified-p nil))
!   )
  
  ;;;###autoload
  (defun ediff-merge-files (file-A file-B




reply via email to

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