From: Dmitry Gutov Date: Tue, 16 Jun 2020 22:27:37 +0000 (+0300) Subject: Bump the project.el package version X-Git-Tag: emacs-28.0.90~7164 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3bff583337153371ac41a92713377ffe8e3dd376;p=emacs.git Bump the project.el package version * lisp/progmodes/project.el: Bump the package version. --- diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index ebb833776ea..0921922f5d8 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