1;;; ess-mode.el -- Emacs Speaks Statistics (ESS).
2;;
3;; Copyright (C) 1994-2018 ESS Core Team
4;; Maintainer: ESS-core <ESS-core@r-project.org>
5;;
6;; Keywords: languages
7;;
8;; This file is part of ESS
9;;
10;; This file is free software; you can redistribute it and/or modify
11;; it under the terms of the GNU General Public License as published by
12;; the Free Software Foundation; either version 2, or (at your option)
13;; any later version.
14;;
15;; This file is distributed in the hope that it will be useful,
16;; but WITHOUT ANY WARRANTY; without even the implied warranty of
17;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18;; GNU General Public License for more details.
19;;
20;; A copy of the GNU General Public License is available at
21;; https://www.r-project.org/Licenses/
22;;
23;;; Commentary:
24;;
25;; A placeholder required by all other mode files.
26;;
27;;; Code:
28
29(require 'ess)
30
31(provide 'ess-mode)
32