From: Richard M. Stallman Date: Thu, 23 Feb 1995 06:26:55 +0000 (+0000) Subject: (perl-tab-to-comment): Default is nil. X-Git-Tag: emacs-19.34~5051 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=15cb2300cf80b1b3180c10fdc3fb96bff9c2a342;p=emacs.git (perl-tab-to-comment): Default is nil. --- diff --git a/lisp/progmodes/perl-mode.el b/lisp/progmodes/perl-mode.el index 08e32ea1e14..d8ee5feeb7d 100644 --- a/lisp/progmodes/perl-mode.el +++ b/lisp/progmodes/perl-mode.el @@ -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,