]> gitweb.factorcode.org Git - factor.git/commitdiff
FUEL: Use by default Factor's developer-name in scaffolds.
authorJose A. Ortega Ruiz <jao@gnu.org>
Mon, 1 Jun 2009 21:24:05 +0000 (23:24 +0200)
committerJose A. Ortega Ruiz <jao@gnu.org>
Mon, 1 Jun 2009 21:24:05 +0000 (23:24 +0200)
misc/fuel/fuel-scaffold.el

index 711862b6152a6ff1beb3dea9c87f1ab66ab1a405..b1c446250397e074ac6d56ba3554b207989dfa1d 100644 (file)
@@ -26,7 +26,7 @@
   "Options for FUEL's scaffolding."
   :group 'fuel)
 
-(defcustom fuel-scaffold-developer-name user-full-name
+(defcustom fuel-scaffold-developer-name nil
   "The name to be inserted as yours in scaffold templates."
   :type '(choice string
                  (const :tag "Factor's value for developer-name" nil))