diff options
| author | Per Abrahamsen <abraham@dina.kvl.dk> | 1997-04-11 13:35:19 +0000 |
|---|---|---|
| committer | Per Abrahamsen <abraham@dina.kvl.dk> | 1997-04-11 13:35:19 +0000 |
| commit | a3edd195b67b3e92b73c2bf214eb5e793c6888a2 (patch) | |
| tree | d518a995b542b18e7f2fb63ee775469a150a07a5 /lisp | |
| parent | c48c37728f656888df65777abeb28a9e6242d736 (diff) | |
| download | emacs-a3edd195b67b3e92b73c2bf214eb5e793c6888a2.tar.gz | |
Added newline.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/cus-dep.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/cus-dep.el b/lisp/cus-dep.el index d2364c29029..ac156cad18d 100644 --- a/lisp/cus-dep.el +++ b/lisp/cus-dep.el @@ -42,6 +42,7 @@ Usage: emacs -batch -l ./cus-dep.el -f custom-make-dependencies" ;;; cus-load.el --- automatically extracted custom dependencies ;; ;;; Code: + ") (mapatoms (lambda (symbol) (let ((members (get symbol 'custom-group)) |
