From: Richard M. Stallman Date: Sat, 12 Feb 1994 02:17:58 +0000 (+0000) Subject: (perl-mode): Set parse-sexp-ignore-comments. X-Git-Tag: emacs-19.34~9929 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7ac7f4c2001f3b0ac1c137d931f503d2384b71f6;p=emacs.git (perl-mode): Set parse-sexp-ignore-comments. --- diff --git a/lisp/progmodes/perl-mode.el b/lisp/progmodes/perl-mode.el index 8d39251bdf8..ac2c260ad0b 100644 --- a/lisp/progmodes/perl-mode.el +++ b/lisp/progmodes/perl-mode.el @@ -248,7 +248,7 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'." (make-local-variable 'comment-indent-function) (setq comment-indent-function 'perl-comment-indent) (make-local-variable 'parse-sexp-ignore-comments) - (setq parse-sexp-ignore-comments nil) + (setq parse-sexp-ignore-comments t) (run-hooks 'perl-mode-hook)) ;; This is used by indent-for-comment