emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 6c0d8210175: (project-try-vc): Remove unused defvar/require


From: Dmitry Gutov
Subject: emacs-29 6c0d8210175: (project-try-vc): Remove unused defvar/require
Date: Sat, 18 Feb 2023 08:11:46 -0500 (EST)

branch: emacs-29
commit 6c0d8210175e72dcd7cef2ad77b8f8b680b240bc
Author: Omar Polo <op@omarpolo.com>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    (project-try-vc): Remove unused defvar/require
    
    * lisp/progmodes/project.el (project-try-vc):
    Remove unused defvar/require (bug#61577).
---
 lisp/progmodes/project.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el
index 1228c73fee8..11228226592 100644
--- a/lisp/progmodes/project.el
+++ b/lisp/progmodes/project.el
@@ -1,7 +1,7 @@
 ;;; project.el --- Operations on the current project  -*- lexical-binding: t; 
-*-
 
 ;; Copyright (C) 2015-2023 Free Software Foundation, Inc.
-;; Version: 0.9.7
+;; Version: 0.9.8
 ;; Package-Requires: ((emacs "26.1") (xref "1.4.0"))
 
 ;; This is a GNU ELPA :core package.  Avoid using functionality that
@@ -512,8 +512,6 @@ project backend implementation of 
`project-external-roots'.")
 See `project-vc-extra-root-markers' for the marker value format.")
 
 (defun project-try-vc (dir)
-  (defvar vc-svn-admin-directory)
-  (require 'vc-svn)
   ;; FIXME: Learn to invalidate when the value of
   ;; `project-vc-merge-submodules' or `project-vc-extra-root-markers'
   ;; changes.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]