From 8e4d1662d2127b09c12889d33bc67db8bbc61b6d Mon Sep 17 00:00:00 2001 From: Per Abrahamsen Date: Mon, 5 Apr 2004 17:21:09 +0000 Subject: 2004-04-05 Per Abrahamsen * cus-edit.el (custom-add-parent-links): Changed unbound variable `symbol' to `name'. --- lisp/cus-edit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/cus-edit.el') diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 04570b1512e..951b14f7f05 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -1963,7 +1963,7 @@ If INITIAL-STRING is non-nil, use that rather than \"Parent groups:\"." 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))) -- cgit v1.2.3