diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-08-16 20:49:45 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-08-16 20:49:45 +0000 |
commit | 6a7ceddcab9071463e92d73e8dc16412ad776ad0 (patch) | |
tree | 6f50c3ea59ea89133a0e82397f63d0d42fae9033 /lisp/cus-dep.el | |
parent | 1e495fc7643d76017c7ae0bd062e623f286ac8df (diff) | |
download | emacs-6a7ceddcab9071463e92d73e8dc16412ad776ad0.tar.gz |
Add local-variable settings to the generated file.
Diffstat (limited to 'lisp/cus-dep.el')
-rw-r--r-- | lisp/cus-dep.el | 6 |
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 |