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.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/ravi-init-cpp.el b/ravi-init-cpp.el
index d7cc959..2a41ec8 100644
--- a/ravi-init-cpp.el
+++ b/ravi-init-cpp.el
@@ -378,7 +378,7 @@ this to 3 makes header-protection define KIG_MISC_NEWTYPE_H for a file named
;; Do not activate region as it interferes with region-bindings-mode
(defadvice c-electric-brace (after ravi/do-not-activate-region activate)
- (setq deactivate-mark t))
+ (deactivate-mark))
(defmacro ravi/fake-send-key (key-to-bind char-to-bind)
(let ((command (key-binding key-to-bind)))