diff lisp/prim/cus-start.el @ 153:25f70ba0133c r20-3b3

Import from CVS: tag r20-3b3
author cvs
date Mon, 13 Aug 2007 09:38:25 +0200
parents 1856695b1fa9
children 0132846995bd
line wrap: on
line diff
--- a/lisp/prim/cus-start.el	Mon Aug 13 09:37:21 2007 +0200
+++ b/lisp/prim/cus-start.el	Mon Aug 13 09:38:25 2007 +0200
@@ -143,7 +143,7 @@
 	    ;; If variables are removed from C code, give an error here!
 	    (message "Intrinsic `%S' not bound" symbol))
       ;; This is called before any user can have changed the value.
-      (put symbol 'factory-value 
+      (put symbol 'standard-value 
 	   (list (custom-start-quote (default-value symbol))))
       ;; Add it to the right group.
       (custom-add-to-group group symbol 'custom-variable)