diff lisp/modes/cperl-mode.el @ 20:859a2309aef8 r19-15b93

Import from CVS: tag r19-15b93
author cvs
date Mon, 13 Aug 2007 08:50:05 +0200
parents b82b59fe008d
children ec9a17fef872
line wrap: on
line diff
--- a/lisp/modes/cperl-mode.el	Mon Aug 13 08:49:44 2007 +0200
+++ b/lisp/modes/cperl-mode.el	Mon Aug 13 08:50:05 2007 +0200
@@ -32,7 +32,7 @@
 ;;; Corrections made by Ilya Zakharevich ilya@math.mps.ohio-state.edu
 ;;; XEmacs changes by Peter Arius arius@informatik.uni-erlangen.de
 
-;; $Id: cperl-mode.el,v 1.1.1.3 1996/12/18 03:53:13 steve Exp $
+;; $Id: cperl-mode.el,v 1.2 1997/02/09 23:51:33 steve Exp $
 
 ;;; To use this mode put the following into your .emacs file:
 
@@ -4526,3 +4526,7 @@
 	    (cperl-get-help)
 	    (setq cperl-help-shown t))))
       (cperl-lazy-install)))
+
+(provide 'cperl-mode)
+
+;;; cperl-mode.el ends here