~ubuntu-branches/ubuntu/oneiric/ess/oneiric

« back to all changes in this revision

Viewing changes to lisp/ess-r-d.el

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2010-11-08 16:52:27 UTC
  • mfrom: (1.2.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20101108165227-u844l0tlegcdn89k
Tags: 5.12-1
* New upstream version released today

* debian/emacen-startup: Follow suggestion by Kevin Ryde in #594750 and
  use debian-pkg-add-load-path-item as well; also improved emacsen-install
  script by using soft links instead of copies  (Closes: #594750)

Show diffs side-by-side

added added

removed removed

Lines of Context:
177
177
;;;### autoload
178
178
(defun R-mode  (&optional proc-name)
179
179
  "Major mode for editing R source.  See `ess-mode' for more help."
180
 
  (interactive)
 
180
  (interactive "P")
181
181
  (setq ess-customize-alist R-customize-alist)
182
182
  ;;(setq imenu-generic-expression R-imenu-generic-expression)
183
183
  (ess-mode R-customize-alist proc-name)