diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2005-11-14 04:18:53 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2005-11-14 04:18:53 +0000 |
commit | 1c32c9d6dc35fe78b049e145a6bb533ec7950aac (patch) | |
tree | 0e624b34b2f34d591ab93617dcd81f1a32464e18 /lisp/cus-dep.el | |
parent | 75b19c394db97f129949ff908b373c066b6898df (diff) | |
download | emacs-1c32c9d6dc35fe78b049e145a6bb533ec7950aac.tar.gz |
(custom-make-dependencies): Typo.
Diffstat (limited to 'lisp/cus-dep.el')
-rw-r--r-- | lisp/cus-dep.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-dep.el b/lisp/cus-dep.el index af21c2ce759..985a428384e 100644 --- a/lisp/cus-dep.el +++ b/lisp/cus-dep.el @@ -99,7 +99,7 @@ Usage: emacs -batch -l ./cus-dep.el -f custom-make-dependencies DIRS" (insert "(put '" (symbol-name symbol) " 'custom-loads '") (prin1 found (current-buffer)) - (insert "))\n")))))) + (insert ")\n")))))) (insert "\ ;; These are for handling :version. We need to have a minimum of ;; information so `customize-changed-options' could do its job. |