diff lisp/modes/ksh-mode.el @ 70:131b0175ea99 r20-0b30

Import from CVS: tag r20-0b30
author cvs
date Mon, 13 Aug 2007 09:02:59 +0200
parents ec9a17fef872
children 360340f9fd5f
line wrap: on
line diff
--- a/lisp/modes/ksh-mode.el	Mon Aug 13 09:00:04 2007 +0200
+++ b/lisp/modes/ksh-mode.el	Mon Aug 13 09:02:59 2007 +0200
@@ -19,12 +19,12 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
-;; $Source: /afs/informatik.uni-tuebingen.de/local/web/xemacs/xemacs-cvs/XEmacs/xemacs-19/lisp/modes/ksh-mode.el,v $ --  
+;; $Source: /afs/informatik.uni-tuebingen.de/local/web/xemacs/xemacs-cvs/XEmacs/xemacs/lisp/modes/Attic/ksh-mode.el,v $ --  
 ;;
 ;; LCD Archive Entry:
 ;; ksh-mode|Gary F. Ellison|Gary.F.Ellison@ATT.COM
 ;; |Mode for editing sh/ksh/bash scripts
-;; |$Date: 1997/03/09 02:37:20 $|$Revision: 1.3 $|~/modes/ksh-mode.el.Z|
+;; |$Date: 1996/12/18 22:42:46 $|$Revision: 1.1.1.1 $|~/modes/ksh-mode.el.Z|
 
 ;; Author: Gary F. Ellison <Gary.F.Ellison@ATT.COM>
 ;;                   AT&T  Laboratories
@@ -33,10 +33,10 @@
 ;;
 ;; Maintainer: Gary F. Ellison <Gary.F.Ellison@ATT.COM>
 ;; Created: Fri Jun 19
-;; $Revision: 1.3 $
+;; $Revision: 1.1.1.1 $
 ;; Keywords: shell, korn, bourne, sh, ksh, bash
 ;;
-;; Delta On   $Date: 1997/03/09 02:37:20 $
+;; Delta On   $Date: 1996/12/18 22:42:46 $
 ;; Last Modified By: Gary Ellison
 ;; Last Modified On: Mon Sep 11 12:26:47 1995
 ;; Update Count    : 35
@@ -231,7 +231,7 @@
 ;;    Conception of this mode.
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
-(defconst ksh-mode-version "$Revision: 1.3 $"
+(defconst ksh-mode-version "$Revision: 1.1.1.1 $"
   "*Version numbers of this version of ksh-mode")
 
 ;;
@@ -468,7 +468,7 @@
 
 ;;;###autoload
 (defun ksh-mode ()
-  "ksh-mode $Revision: 1.3 $ - Major mode for editing (Bourne, Korn or Bourne again)
+  "ksh-mode $Revision: 1.1.1.1 $ - Major mode for editing (Bourne, Korn or Bourne again)
 shell scripts.
 Special key bindings and commands:
 \\{ksh-mode-map}
@@ -1293,7 +1293,7 @@
            (insert completion))
 	  ;;
 	  ;; write possible completion in the minibuffer,
-	  ;; use this instead of a separate buffer (usual)
+	  ;; use this instead of a seperate buffer (usual)
 	  ;;
           (t
            (let ((list (all-completions pattern ksh-completion-list predicate))