- add CVS tags

This commit is contained in:
ianmacd 2004-03-30 21:05:45 +00:00
parent 78f55167af
commit 195bb6afb7
4 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,7 @@
# bash brogrammable completion for various Common Lisp implementations by # bash brogrammable completion for various Common Lisp implementations by
# Nikodemus Siivola <nikodemus@random-state.net> # Nikodemus Siivola <nikodemus@random-state.net>
# #
# $Id: clisp,v 1.2 2004/03/30 23:05:45 ianmacd Exp $
_clisp() _clisp()
{ {

View File

@ -1,6 +1,7 @@
# bash programmable completion for various Common Lisp implementations by # bash programmable completion for various Common Lisp implementations by
# Nikodemus Siivola <nikodemus@random-state.net> # Nikodemus Siivola <nikodemus@random-state.net>
# #
# $Id: gcl,v 1.2 2004/03/30 23:05:45 ianmacd Exp $
_gcl() _gcl()
{ {

View File

@ -1,6 +1,7 @@
# bash programmable completion for various Common Lisp implementations by # bash programmable completion for various Common Lisp implementations by
# Nikodemus Siivola <nikodemus@random-state.net> # Nikodemus Siivola <nikodemus@random-state.net>
# #
# $Id: lisp,v 1.2 2004/03/30 23:05:45 ianmacd Exp $
_lisp() _lisp()
{ {

View File

@ -1,8 +1,7 @@
# -*- sh -*-
#
# bash programmable completion for various Common Lisp implementations by # bash programmable completion for various Common Lisp implementations by
# Nikodemus Siivola <nikodemus@random-state.net> # Nikodemus Siivola <nikodemus@random-state.net>
# #
# $Id: sbcl,v 1.2 2004/03/30 23:05:45 ianmacd Exp $
_sbcl() _sbcl()
{ {