comparison lisp/progmodes/perl-mode.el @ 90070:95879cc1ed20

Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-81 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-748 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-749 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-750 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-751 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-753 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-754 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-755 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-757 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-78 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-79 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-80 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-81 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-82 Update from CVS
author Miles Bader <miles@gnu.org>
date Sun, 02 Jan 2005 09:13:19 +0000
parents 68c22ea6027c ccfc48223233
children cb67264d6096
comparison
equal deleted inserted replaced
90069:fa0a5c4db2c8 90070:95879cc1ed20
474 (make-local-variable 'paragraph-ignore-fill-prefix) 474 (make-local-variable 'paragraph-ignore-fill-prefix)
475 (setq paragraph-ignore-fill-prefix t) 475 (setq paragraph-ignore-fill-prefix t)
476 (make-local-variable 'indent-line-function) 476 (make-local-variable 'indent-line-function)
477 (setq indent-line-function 'perl-indent-line) 477 (setq indent-line-function 'perl-indent-line)
478 (make-local-variable 'require-final-newline) 478 (make-local-variable 'require-final-newline)
479 (setq require-final-newline t) 479 (setq require-final-newline mode-require-final-newline)
480 (make-local-variable 'comment-start) 480 (make-local-variable 'comment-start)
481 (setq comment-start "# ") 481 (setq comment-start "# ")
482 (make-local-variable 'comment-end) 482 (make-local-variable 'comment-end)
483 (setq comment-end "") 483 (setq comment-end "")
484 (make-local-variable 'comment-start-skip) 484 (make-local-variable 'comment-start-skip)