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 | 5deaf557095268aeb20f1136fd9d69cdbe389e7a (patch) | |
tree | b2aeefdb1415d5e5f0aa78bd299217538b07b4e1 | |
parent | 857a681cbfcedc3434ab06c70eb41b02e3dd860e (diff) | |
download | emacs-5deaf557095268aeb20f1136fd9d69cdbe389e7a.tar.gz |
Added newline.
-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)) |