Mercurial > emacs
changeset 5922:79d326d2da22
(perl-mode): Set parse-sexp-ignore-comments.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 12 Feb 1994 02:17:58 +0000 |
parents | 28b3aa222dde |
children | ee06aa87f729 |
files | lisp/progmodes/perl-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/perl-mode.el Sat Feb 12 02:10:41 1994 +0000 +++ b/lisp/progmodes/perl-mode.el Sat Feb 12 02:17:58 1994 +0000 @@ -248,7 +248,7 @@ (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