(perl-mode): Set parse-sexp-ignore-comments.
authorRichard M. Stallman <rms@gnu.org>
Sat, 12 Feb 1994 02:17:58 +0000 (02:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 12 Feb 1994 02:17:58 +0000 (02:17 +0000)
lisp/progmodes/perl-mode.el

index 8d39251..ac2c260 100644 (file)
@@ -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))
 \f
 ;; This is used by indent-for-comment