;;;;; ess-vars.el --- Variable definitions for ESS. ;; Copyright (C) 1997--2000 A.J. Rossini, Martin Maechler, ;; Kurt Hornik, and Richard M. Heiberger. ;; Author: A.J. Rossini ;; Maintainer: A.J. Rossini ;; Created: 25 July 1997 ;; Modified: $Date: 2000/10/09 16:23:13 $ ;; Version: $Revision: 5.51 $ ;; RCS: $Id: ess-vars.el,v 5.51 2000/10/09 16:23:13 rossini Exp $ ;; Keywords: editing and process modes. ;; This file is part of ESS ;; This file is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation; either version 2, or (at your option) ;; any later version. ;; ;; This file is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. ;; ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. ;; ;; In short: you may use this code any way you like, as long as you ;; don't charge money for it, remove this notice, or hold anyone liable ;; for its results. ;;;;;;; OBSOLETE. As of version 5.50. (provide 'ess-vars) ; Local variables section ;;; This file is automatically placed in Outline minor mode. ;;; The file is structured as follows: ;;; Chapters: ^L ; ;;; Sections: ;;*;; ;;; Subsections: ;;;*;;; ;;; Components: defuns, defvars, defconsts ;;; Random code beginning with a ;;;;* comment ;;; Local variables: ;;; mode: emacs-lisp ;;; mode: outline-minor ;;; outline-regexp: "\^L\\|\\`;\\|;;\\*\\|;;;\\*\\|(def[cvu]\\|(setq\\|;;;;\\*" ;;; End: ;;; ess-vars.el ends here