summaryrefslogtreecommitdiffstats
path: root/ravi-init-cpp.el
diff options
context:
space:
mode:
Diffstat (limited to 'ravi-init-cpp.el')
-rw-r--r--ravi-init-cpp.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/ravi-init-cpp.el b/ravi-init-cpp.el
index 53d52ca..62e1563 100644
--- a/ravi-init-cpp.el
+++ b/ravi-init-cpp.el
@@ -255,9 +255,9 @@ this to 3 makes header-protection define KIG_MISC_NEWTYPE_H for a file named
(save-excursion
(let ((start (point-min))
+ (comment-style 'box)
(end)
)
- (setq comment-style 'box)
(goto-char start)
(insert (ravi-license-header))
(setq end (point))
@@ -279,9 +279,9 @@ this to 3 makes header-protection define KIG_MISC_NEWTYPE_H for a file named
(defun ravi-license-insert ()
(progn
(let ((start (point-min))
+ (comment-style 'box)
(end)
)
- (setq comment-style 'box)
(goto-char start)
(insert (ravi-license-header))
(insert "\n")