summaryrefslogtreecommitdiff
path: root/lisp/cus-dep.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2000-08-16 20:49:45 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2000-08-16 20:49:45 +0000
commitcf7f4751ef055d67c13fe01e89c1dc6c6b0f7c13 (patch)
treec645cc7add694a5bdad19aeda51ed089f1bf1ef8 /lisp/cus-dep.el
parent532e2c10f05d6b25b37be1967072d9c121f33205 (diff)
downloademacs-cf7f4751ef055d67c13fe01e89c1dc6c6b0f7c13.tar.gz
Add local-variable settings to the generated file.
Diffstat (limited to 'lisp/cus-dep.el')
-rw-r--r--lisp/cus-dep.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/cus-dep.el b/lisp/cus-dep.el
index 180d6679b3e..4ce2932ab72 100644
--- a/lisp/cus-dep.el
+++ b/lisp/cus-dep.el
@@ -162,10 +162,16 @@ Usage: emacs -batch -l ./cus-dep.el -f custom-make-dependencies DIRS"
\(provide 'cus-load)
+;;; Local Variables:
+;;; version-control: never
+;;; no-byte-compile: t
+;;; no-update-autoloads: t
+;;; End:
;;; cus-load.el ends here\n")
(let ((kept-new-versions 10000000))
(save-buffer))
(message "Generating cus-load.el...done")
(kill-emacs))
+
;;; cus-dep.el ends here