# HG changeset patch # User Richard M. Stallman # Date 944008136 0 # Node ID a11929b241ababea08dc7b38a651e5b6c768a46b # Parent dfcc7c6e14eb7506d9796a5121099b00c0135f28 (cperl-under-as-char): Make nil the default value. diff -r dfcc7c6e14eb -r a11929b241ab lisp/progmodes/cperl-mode.el --- a/lisp/progmodes/cperl-mode.el Tue Nov 30 19:44:31 1999 +0000 +++ b/lisp/progmodes/cperl-mode.el Wed Dec 01 00:28:56 1999 +0000 @@ -434,7 +434,7 @@ :type 'boolean :group 'cperl-indentation-details) -(defcustom cperl-under-as-char t +(defcustom cperl-under-as-char nil "*Non-nil means that the _ (underline) should be treated as word char." :type 'boolean :group 'cperl)