[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/ediff-util.el
From: |
Lute Kamstra |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/ediff-util.el |
Date: |
Thu, 26 May 2005 08:45:54 -0400 |
Index: emacs/lisp/ediff-util.el
diff -c emacs/lisp/ediff-util.el:1.53 emacs/lisp/ediff-util.el:1.54
*** emacs/lisp/ediff-util.el:1.53 Fri Feb 20 02:41:02 2004
--- emacs/lisp/ediff-util.el Thu May 26 12:45:54 2005
***************
*** 1,6 ****
;;; ediff-util.el --- the core commands and utilities of ediff
! ;; Copyright (C) 1994, 95, 96, 97, 98, 99, 2000, 01, 02, 04 Free Software
Foundation, Inc.
;; Author: Michael Kifer <address@hidden>
--- 1,7 ----
;;; ediff-util.el --- the core commands and utilities of ediff
! ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
! ;; 2004 Free Software Foundation, Inc.
;; Author: Michael Kifer <address@hidden>
***************
*** 116,122 ****
(kill-all-local-variables)
(setq major-mode 'ediff-mode)
(setq mode-name "Ediff")
! (run-hooks 'ediff-mode-hook))
--- 117,123 ----
(kill-all-local-variables)
(setq major-mode 'ediff-mode)
(setq mode-name "Ediff")
! (run-mode-hooks 'ediff-mode-hook))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/ediff-util.el,
Lute Kamstra <=