summaryrefslogtreecommitdiff
path: root/lisp/files-x.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2011-11-18 09:34:39 -0500
committerStefan Monnier <monnier@iro.umontreal.ca>2011-11-18 09:34:39 -0500
commitcbe71af350309f939b8159d31d8288ea9f719b30 (patch)
treed54e780d62dca92b55864d3f922aa77c3efd79fd /lisp/files-x.el
parent68c95424afadc486ac61ca60a2b0277ab36ae184 (diff)
downloademacs-cbe71af350309f939b8159d31d8288ea9f719b30.tar.gz
* lisp/files-x.el (modify-file-local-variable): Obey commenting conventions.
Diffstat (limited to 'lisp/files-x.el')
-rw-r--r--lisp/files-x.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files-x.el b/lisp/files-x.el
index a6320b32e50..ca847097184 100644
--- a/lisp/files-x.el
+++ b/lisp/files-x.el
@@ -149,7 +149,7 @@ from the Local Variables list ignoring the input argument VALUE."
(goto-char (point-max))
(let ((comment-style 'plain)
- (comment-start (or comment-start ";;; ")))
+ (comment-start (or comment-start ";; ")))
(comment-region
(prog1 (setq beg (point))
(insert "\nLocal Variables:\nEnd:\n"))