aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/cperl-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el
index b6f0e9bca41..ed021a7ebc9 100644
--- a/lisp/progmodes/cperl-mode.el
+++ b/lisp/progmodes/cperl-mode.el
@@ -275,7 +275,7 @@ Can be overwritten by `cperl-hairy' if nil."
275 :type '(choice (const null) boolean) 275 :type '(choice (const null) boolean)
276 :group 'cperl-affected-by-hairy) 276 :group 'cperl-affected-by-hairy)
277 277
278(defcustom cperl-electric-parens-mark window-system 278(defcustom cperl-electric-parens-mark (not (not window-system))
279 "Not-nil means that electric parens look for active mark. 279 "Not-nil means that electric parens look for active mark.
280Default is yes if there is visual feedback on mark." 280Default is yes if there is visual feedback on mark."
281 :type 'boolean 281 :type 'boolean