From 7663b82800965503f79465bb9fadd1d80281f594 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 16 Oct 2022 20:58:11 +0200 Subject: [PATCH] =?UTF-8?q?Stop=20using=20=E2=80=9Clong=20names=E2=80=9D?= =?UTF-8?q?=20in=20personal=20project=20utilities?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They have only been used in project diaries, and since these are gone now, long names should go too. --- site-lisp/db-projects.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site-lisp/db-projects.el b/site-lisp/db-projects.el index ef8a5ef..f98e716 100644 --- a/site-lisp/db-projects.el +++ b/site-lisp/db-projects.el @@ -56,12 +56,12 @@ nil "^[^.]"))) ;;;###autoload -(defun projects-add-project (short-name long-name) - "Add new project with SHORT-NAME and LONG-NAME. +(defun projects-add-project (short-name) + "Add new project with SHORT-NAME. The project directory will be located under `projects-main-project-directory' within a directory named SHORT-NAME." - (interactive "sShort Name: \nsLong Name: ") + (interactive "sShort Name: ") (when (projects-project-exists-p short-name) (user-error "Project %s already exists, exiting" short-name)) (when (file-exists-p (expand-file-name short-name