]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove code commented out since 1995 from ediff-util.el
authorStefan Kangas <stefan@marxist.se>
Sun, 4 Apr 2021 23:58:50 +0000 (01:58 +0200)
committerStefan Kangas <stefan@marxist.se>
Mon, 5 Apr 2021 09:14:34 +0000 (11:14 +0200)
* lisp/vc/ediff-util.el (ediff-load-hook): Remove code commented out
since the file was added in 1995.

lisp/vc/ediff-util.el

index b538216f45c01bdf1439ff3b78136aa35b4ea5e7..1c78490870200e116ebc22740a366b39bb0ef754 100644 (file)
@@ -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