* cus-edit.el (custom-add-parent-links): Changed unbound variable
`symbol' to `name'.
+2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
+
+ * cus-edit.el (custom-add-parent-links): Changed unbound variable
+ `symbol' to `name'.
+
2004-04-05 Jesper Harder <harder@ifa.au.dk>
* info.el (info-apropos): New function.
symbol)
buttons)
(setq parents (cons symbol parents))))))
- (and (null (get symbol 'custom-links)) ;No links of its own.
+ (and (null (get name 'custom-links)) ;No links of its own.
(= (length parents) 1) ;A single parent.
(let* ((links (get (car parents) 'custom-links))
(many (> (length links) 2)))