]> git.eshelyaron.com Git - emacs.git/commitdiff
(perl-tab-to-comment): Default is nil.
authorRichard M. Stallman <rms@gnu.org>
Thu, 23 Feb 1995 06:26:55 +0000 (06:26 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 23 Feb 1995 06:26:55 +0000 (06:26 +0000)
lisp/progmodes/perl-mode.el

index 08e32ea1e144926980c3a7167617445042da7d56..d8ee5feeb7d0755936b4b0aa6e55153278138e13 100644 (file)
@@ -184,7 +184,9 @@ This is in addition to `perl-continued-statement-offset'.")
 Otherwise it inserts a tab character if you type it past the first
 nonwhite character on the line.")
 
-(defvar perl-tab-to-comment t
+;; I changed the default to nil for consistency with general Emacs
+;; conventions -- rms.
+(defvar perl-tab-to-comment nil
   "*Non-nil means TAB moves to eol or makes a comment in some cases.
 For lines which don't need indenting, TAB either indents an
 existing comment, moves to end-of-line, or if at end-of-line already,