diff options
-rw-r--r-- | create-license.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/create-license.el b/create-license.el index b1c2db3..7039cdd 100644 --- a/create-license.el +++ b/create-license.el @@ -29,5 +29,11 @@ :group 'emacs :prefix "create-license-") +(defcustom create-license-file-name "COPYING" + "The name of the license file." + :group 'create-license + :type 'string + :safe 'stringp) + (provide 'create-license) ;;; create-license.el ends here |