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: Sun, 10 Jul 2005 14:46:30 -0400

Index: emacs/lisp/ediff.el
diff -c emacs/lisp/ediff.el:1.69 emacs/lisp/ediff.el:1.70
*** emacs/lisp/ediff.el:1.69    Mon Jul  4 23:08:54 2005
--- emacs/lisp/ediff.el Sun Jul 10 18:46:24 2005
***************
*** 7,13 ****
  ;; Keywords: comparing, merging, patching, tools, unix
  
  (defconst ediff-version "2.80" "The current version of Ediff")
! (defconst ediff-date "June 3, 2005" "Date of last update")
  
  
  ;; This file is part of GNU Emacs.
--- 7,13 ----
  ;; Keywords: comparing, merging, patching, tools, unix
  
  (defconst ediff-version "2.80" "The current version of Ediff")
! (defconst ediff-date "July 8, 2005" "Date of last update")
  
  
  ;; This file is part of GNU Emacs.
***************
*** 1526,1540 ****
    (add-to-list 'debug-ignored-errors mess))
  
  
  ;;; Local Variables:
  ;;; eval: (put 'ediff-defvar-local 'lisp-indent-hook 'defun)
  ;;; eval: (put 'ediff-with-current-buffer 'lisp-indent-hook 1)
  ;;; eval: (put 'ediff-with-current-buffer 'edebug-form-spec '(form body))
  ;;; End:
- 
- (require 'ediff-util)
- 
- (run-hooks 'ediff-load-hook)
  
  ;;; arch-tag: 97c71396-db02-4f41-8b48-6a51c3348fcc
  ;;; ediff.el ends here
--- 1526,1540 ----
    (add-to-list 'debug-ignored-errors mess))
  
  
+ (require 'ediff-util)
+ 
+ (run-hooks 'ediff-load-hook)
+ 
  ;;; Local Variables:
  ;;; eval: (put 'ediff-defvar-local 'lisp-indent-hook 'defun)
  ;;; eval: (put 'ediff-with-current-buffer 'lisp-indent-hook 1)
  ;;; eval: (put 'ediff-with-current-buffer 'edebug-form-spec '(form body))
  ;;; End:
  
  ;;; arch-tag: 97c71396-db02-4f41-8b48-6a51c3348fcc
  ;;; ediff.el ends here




reply via email to

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