From 15cb2300cf80b1b3180c10fdc3fb96bff9c2a342 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 23 Feb 1995 06:26:55 +0000 Subject: [PATCH] (perl-tab-to-comment): Default is nil. --- lisp/progmodes/perl-mode.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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, -- 2.39.5