From 28f1ae253112968a54bc2e92259804459043325a Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Wed, 29 Dec 2010 20:45:21 +0330 Subject: [PATCH] some bug fixed in project.el --- src/lib/project.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/lib/project.el b/src/lib/project.el index 1ccd938..fb82090 100644 --- a/src/lib/project.el +++ b/src/lib/project.el @@ -29,7 +29,7 @@ ;; I do not like users who use non-free licenses ;; TODO: gather a complete list of free software licenses ;; TODO: build a hash variable from licenses -(setq known-licenses '("gpl" "bsd" "cc")) +(setq known-licenses '("gpl")) ;; Each project plugin should use this function for initializing a versy ;; basic New Project environment. @@ -70,7 +70,6 @@ ) - (defun project/render (data) "Render the data with known context variables and return rendered daa" (setq data (replace-regexp-in-string "::project::" project-name data)) @@ -92,11 +91,11 @@ (copy-file copying ) (log "'COPYING' file copied.") ) + ) ) ) ) - (defun insert-license () "Return the prepared license string." (if project-license