~ubuntu-branches/ubuntu/edgy/ess/edgy

« back to all changes in this revision

Viewing changes to lisp/ess-vars.el

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2005-03-22 13:48:07 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050322134807-9mpmbb799jugf248
Tags: 5.2.6-1
* New upstream release
* chmod -R u+w on orig source

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
;;;;; ess-vars.el --- Variable definitions for ESS.
2
 
 
3
 
;; Copyright (C) 1997--2000 A.J. Rossini, Martin Maechler,
4
 
;; Kurt Hornik, and Richard M. Heiberger.
5
 
 
6
 
;; Author: A.J. Rossini <rossini@biostat.washington.edu>
7
 
;; Maintainer: A.J. Rossini <rossini@biostat.washington.edu>
8
 
;; Created: 25 July 1997
9
 
;; Modified: $Date: 2000/10/09 16:23:13 $
10
 
;; Version: $Revision: 5.51 $
11
 
;; RCS: $Id: ess-vars.el,v 5.51 2000/10/09 16:23:13 rossini Exp $
12
 
 
13
 
 
14
 
;; Keywords: editing and process modes.
15
 
 
16
 
;; This file is part of ESS
17
 
 
18
 
;; This file is free software; you can redistribute it and/or modify
19
 
;; it under the terms of the GNU General Public License as published by
20
 
;; the Free Software Foundation; either version 2, or (at your option)
21
 
;; any later version.
22
 
;;
23
 
;; This file is distributed in the hope that it will be useful,
24
 
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
25
 
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26
 
;; GNU General Public License for more details.
27
 
;;
28
 
;; You should have received a copy of the GNU General Public License
29
 
;; along with GNU Emacs; see the file COPYING.  If not, write to
30
 
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
31
 
;;
32
 
;; In short: you may use this code any way you like, as long as you
33
 
;; don't charge money for it, remove this notice, or hold anyone liable
34
 
;; for its results.
35
 
 
36
 
;;;;;;; OBSOLETE.  As of version 5.50.
37
 
 
38
 
(provide 'ess-vars)
39
 
 
40
 
 ; Local variables section
41
 
 
42
 
;;; This file is automatically placed in Outline minor mode.
43
 
;;; The file is structured as follows:
44
 
;;; Chapters:     ^L ;
45
 
;;; Sections:    ;;*;;
46
 
;;; Subsections: ;;;*;;;
47
 
;;; Components:  defuns, defvars, defconsts
48
 
;;;              Random code beginning with a ;;;;* comment
49
 
 
50
 
;;; Local variables:
51
 
;;; mode: emacs-lisp
52
 
;;; mode: outline-minor
53
 
;;; outline-regexp: "\^L\\|\\`;\\|;;\\*\\|;;;\\*\\|(def[cvu]\\|(setq\\|;;;;\\*"
54
 
;;; End:
55
 
 
56
 
;;; ess-vars.el ends here