Mercurial > emacs
changeset 54721:5b50970ffa95
2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
* cus-edit.el (custom-add-parent-links): Changed unbound variable
`symbol' to `name'.
author | Per Abrahamsen <abraham@dina.kvl.dk> |
---|---|
date | Mon, 05 Apr 2004 17:21:09 +0000 |
parents | 4b458413e987 |
children | da421869d129 |
files | lisp/ChangeLog lisp/cus-edit.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Apr 05 13:14:16 2004 +0000 +++ b/lisp/ChangeLog Mon Apr 05 17:21:09 2004 +0000 @@ -1,3 +1,8 @@ +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.
--- a/lisp/cus-edit.el Mon Apr 05 13:14:16 2004 +0000 +++ b/lisp/cus-edit.el Mon Apr 05 17:21:09 2004 +0000 @@ -1963,7 +1963,7 @@ 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)))