summaryrefslogtreecommitdiff
path: root/lisp/ess-mode.el
diff options
context:
space:
mode:
authorVitalie Spinu <spinuvit@gmail.com>2018-11-01 13:08:50 +0100
committerVitalie Spinu <spinuvit@gmail.com>2018-11-01 13:09:48 +0100
commit601c3a7b7bb93c6cf777a7bd26f5867eb61aedf6 (patch)
tree2fa65eab30819f9d9aee517ad7663f772b4a42f8 /lisp/ess-mode.el
parent9b3218babd6a2d727b95a80b12de829dc324f9e8 (diff)
Add placeholder ess-mode.el
Diffstat (limited to 'lisp/ess-mode.el')
-rw-r--r--lisp/ess-mode.el31
1 files changed, 31 insertions, 0 deletions
diff --git a/lisp/ess-mode.el b/lisp/ess-mode.el
new file mode 100644
index 0000000..782a9e6
--- /dev/null
+++ b/lisp/ess-mode.el
@@ -0,0 +1,31 @@
+;;; ess-mode.el -- Emacs Speaks Statistics (ESS).
+;;
+;; Copyright (C) 1994-2018 ESS Core Team
+;; Maintainer: ESS-core <ESS-core@r-project.org>
+;;
+;; Keywords: languages
+;;
+;; 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.
+;;
+;; A copy of the GNU General Public License is available at
+;; https://www.r-project.org/Licenses/
+;;
+;;; Commentary:
+;;
+;; A placeholder required by all other mode files.
+;;
+;;; Code:
+
+(require 'ess)
+
+(provide 'ess-mode)