summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-09-08 18:47:08 +0000
committerUlrich Müller <ulm@gentoo.org>2009-09-08 18:47:08 +0000
commitaafba8cb862eb5b14a077b8555a90ca112a8c783 (patch)
tree5a9a406a72ed09b45336ef5a552fae93da6ba8fd /eclass/elisp-common.eclass
parentRestore file and sync from Portage tree. (diff)
downloademacs-aafba8cb862eb5b14a077b8555a90ca112a8c783.tar.gz
emacs-aafba8cb862eb5b14a077b8555a90ca112a8c783.tar.bz2
emacs-aafba8cb862eb5b14a077b8555a90ca112a8c783.zip
Mark site-gentoo.el as buffer-read-only, in order to prevent
unintentional edits. Add dummy backquotes to inhibit local variables detection in the eclass file itself. svn path=/emacs-overlay/; revision=1439
Diffstat (limited to 'eclass/elisp-common.eclass')
-rw-r--r--eclass/elisp-common.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass
index b059e6e..cbf337d 100644
--- a/eclass/elisp-common.eclass
+++ b/eclass/elisp-common.eclass
@@ -209,7 +209,7 @@ elisp-make-autoload-file() {
;;; Code:
FF
- ;; Local Variables:
+ ;; Local ``Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
@@ -336,8 +336,9 @@ elisp-site-regen() {
(provide 'site-gentoo)
- ;; Local Variables:
+ ;; Local ``Variables:
;; no-byte-compile: t
+ ;; buffer-read-only: t
;; End:
;;; site-gentoo.el ends here
EOF