~ubuntu-branches/ubuntu/intrepid/slime/intrepid

« back to all changes in this revision

Viewing changes to swank-version.el

  • Committer: Bazaar Package Importer
  • Author(s): Peter Van Eynde
  • Date: 2007-10-04 09:09:47 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20071004090947-8oy7djtx8no3erxy
Tags: 1:20070927-2
Readded tree-widget to the sources. emacs21 on
debian does _not_ have that file. emacs22 and xemacs do.
(Closes: #445174)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
;;; This is the value for *swank-wire-protocol-version*. NB: This file
2
 
;;; will be loaded by BOTH emacs and lisp, so the syntax used must
3
 
;;; remain compatable between the two dialects. You can assume that
4
 
;;; cl:*package* will be bound to (find-package :SWANK).
5
 
 
6
 
(setf *swank-wire-protocol-version* 1)