~ubuntu-branches/ubuntu/raring/ess/raring-proposed

« back to all changes in this revision

Viewing changes to lisp/ess-custom.el

  • Committer: Package Import Robot
  • Author(s): Dirk Eddelbuettel
  • Date: 2012-06-07 11:52:04 UTC
  • mfrom: (1.2.26)
  • Revision ID: package-import@ubuntu.com-20120607115204-6a8d8gf1tznxow7h
Tags: 12.04-4-1
New upstream patch version released today

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
  :prefix "ess-")
128
128
;; Variables (not user-changeable)
129
129
 
130
 
(defvar ess-version "12.04-3" ;; updated by 'make'
 
130
(defvar ess-version "12.04-4" ;; updated by 'make'
131
131
  "Version of ESS currently loaded.")
132
132
 
133
133
(defvar ess-revision nil ;; set
266
266
(defcustom ess-directory nil
267
267
  "The directory ESS is run from.  It must end in a slash.
268
268
Provided as a default if `ess-ask-for-ess-directory' is non-nil.
269
 
A nil value means use the current buffer's default directory.
270
 
Buffer-local: in process buffers, this contains the directory ESS was
271
 
run from."
 
269
A nil value means use the current buffer's default directory."
272
270
  :group 'ess
273
271
  :type '(choice (const nil) directory))
274
272