From 7c496a7928ef7eb69064aad20d9729c6c77c12e9 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 4 Aug 1994 08:22:09 +0000 Subject: [PATCH] (ediff-version): Function, variable deleted. (ediff-date): Var deleted. (ediff-status-info): Don't call ediff-version. --- lisp/ediff.el | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/lisp/ediff.el b/lisp/ediff.el index a10c11f61de..b8d48a2bd95 100644 --- a/lisp/ediff.el +++ b/lisp/ediff.el @@ -3,7 +3,7 @@ ;; Author: Michael Kifer ;; Created: February 2, 1994 -;; Version: 1.64.2 +;; Version of last Kifer changes: 1.64.2 ;; Keywords: comparing, merging, patching, version control. ;; This file is part of GNU Emacs. @@ -1029,19 +1029,6 @@ Commands: (setq major-mode 'ediff-mode) (setq mode-name "Ediff")) -(defvar ediff-version "1.64" - "The current version of Ediff.") -(defvar ediff-date "June 28, 1994" - "Date of last update.") - -(defun ediff-version () - "Return string describing the version of Ediff. -When called interactively, displays the version." - (interactive) - (if (interactive-p) - (message "Ediff version %s" (ediff-version)) - ediff-version)) - ;; Hook variables @@ -3408,8 +3395,6 @@ up an appropriate window config." Hit \\[ediff-recenter] to reset the windows afterward." (interactive) (with-output-to-temp-buffer " *ediff-info*" - (princ (format "Ediff version: %s of %s\n\n" - ediff-version ediff-date)) (ediff-eval-in-buffer ediff-A-buffer (if buffer-file-name (princ -- 2.39.5