aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/cus-dep.el1
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"
42;;; cus-load.el --- automatically extracted custom dependencies 42;;; cus-load.el --- automatically extracted custom dependencies
43;; 43;;
44;;; Code: 44;;; Code:
45
45") 46")
46 (mapatoms (lambda (symbol) 47 (mapatoms (lambda (symbol)
47 (let ((members (get symbol 'custom-group)) 48 (let ((members (get symbol 'custom-group))