diff options
-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)) |