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


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to