From: Stefan Kangas Date: Sun, 4 Apr 2021 23:58:50 +0000 (+0200) Subject: Remove code commented out since 1995 from ediff-util.el X-Git-Tag: emacs-28.0.90~3007 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ac81c5c8fd1d38b845a203c83685a5e849489ee0;p=emacs.git Remove code commented out since 1995 from ediff-util.el * lisp/vc/ediff-util.el (ediff-load-hook): Remove code commented out since the file was added in 1995. --- diff --git a/lisp/vc/ediff-util.el b/lisp/vc/ediff-util.el index b538216f45c..1c784908702 100644 --- a/lisp/vc/ediff-util.el +++ b/lisp/vc/ediff-util.el @@ -4190,10 +4190,6 @@ Mail anyway? (y or n) ") (define-obsolete-function-alias 'ediff-add-to-history #'add-to-history "27.1") (define-obsolete-function-alias 'ediff-copy-list #'copy-sequence "28.1") - -;; don't report error if version control package wasn't found -;;(ediff-load-version-control 'silent) - (run-hooks 'ediff-load-hook) ;;; ediff-util.el ends here