emacs-diffs
[Top][All Lists]
Advanced

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

master 3bff583 3/3: Bump the project.el package version


From: Dmitry Gutov
Subject: master 3bff583 3/3: Bump the project.el package version
Date: Tue, 16 Jun 2020 18:33:09 -0400 (EDT)

branch: master
commit 3bff583337153371ac41a92713377ffe8e3dd376
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    Bump the project.el package version
    
    * lisp/progmodes/project.el: Bump the package version.
---
 lisp/progmodes/project.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el
index ebb8337..0921922 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-2020 Free Software Foundation, Inc.
-;; Version: 0.3.0
+;; Version: 0.4.0
 ;; Package-Requires: ((emacs "26.3"))
 
 ;; This is a GNU ELPA :core package.  Avoid using functionality that
@@ -824,7 +824,6 @@ It's also possible to enter an arbitrary directory."
     (?g "Find regexp" project-find-regexp)
     (?d "Dired" project-dired)
     (?v "VC-Dir" project-vc-dir)
-    (?s "Shell" project-shell)
     (?e "Eshell" project-eshell))
   "Alist mapping keys to project switching menu entries.
 Used by `project-switch-project' to construct a dispatch menu of



reply via email to

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