changeset 10807:50f00b298a2d

(perl-tab-to-comment): Default is nil.
author Richard M. Stallman <rms@gnu.org>
date Thu, 23 Feb 1995 06:26:55 +0000
parents 9e59d5bdaab8
children 64fcde7a1438
files lisp/progmodes/perl-mode.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/perl-mode.el	Thu Feb 23 05:34:45 1995 +0000
+++ b/lisp/progmodes/perl-mode.el	Thu Feb 23 06:26:55 1995 +0000
@@ -184,7 +184,9 @@
 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,