Mercurial > hg > xemacs-beta
comparison lisp/efs/efs-gwp.el @ 114:8619ce7e4c50 r20-1b9
Import from CVS: tag r20-1b9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:21:54 +0200 |
parents | 8fc7fe29b841 |
children | 9f59509498e1 |
comparison
equal
deleted
inserted
replaced
113:2ec2fe4a4c89 | 114:8619ce7e4c50 |
---|---|
1 ;; -*-Emacs-Lisp-*- | 1 ;; -*-Emacs-Lisp-*- |
2 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 2 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
3 ;; | 3 ;; |
4 ;; File: efs-gwp.el | 4 ;; File: efs-gwp.el |
5 ;; Release: $efs release: 1.15 $ | 5 ;; Release: $efs release: 1.15 $ |
6 ;; Version: $Revision: 1.1 $ | 6 ;; Version: $Revision: 1.2 $ |
7 ;; RCS: | 7 ;; RCS: |
8 ;; Description: Support for efs to use an interactive gateway. | 8 ;; Description: Support for efs to use an interactive gateway. |
9 ;; Author: Andy Norman, Dawn | 9 ;; Author: Andy Norman, Dawn |
10 ;; Created: Thu Mar 18 13:03:14 1993 | 10 ;; Created: Thu Mar 18 13:03:14 1993 |
11 ;; Modified: Sun Nov 27 18:31:50 1994 by sandy on gandalf | 11 ;; Modified: Sun Nov 27 18:31:50 1994 by sandy on gandalf |
75 ;;; Internal Variables | 75 ;;; Internal Variables |
76 | 76 |
77 (defconst efs-gwp-version | 77 (defconst efs-gwp-version |
78 (concat (substring "$efs release: 1.15 $" 14 -2) | 78 (concat (substring "$efs release: 1.15 $" 14 -2) |
79 "/" | 79 "/" |
80 (substring "$Revision: 1.1 $" 11 -2))) | 80 (substring "$Revision: 1.2 $" 11 -2))) |
81 | 81 |
82 (defvar efs-gwp-running t) | 82 (defvar efs-gwp-running t) |
83 (defvar efs-gwp-status nil) | 83 (defvar efs-gwp-status nil) |
84 (defvar efs-gwp-string "") | 84 (defvar efs-gwp-string "") |
85 | 85 |