~ubuntu-branches/ubuntu/wily/ess/wily

« back to all changes in this revision

Viewing changes to lisp/ess-site.el

  • Committer: Package Import Robot
  • Author(s): Dirk Eddelbuettel
  • Date: 2013-12-07 13:26:27 UTC
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: package-import@ubuntu.com-20131207132627-mz1170cktcl0arck
Tags: upstream-13.09-1
ImportĀ upstreamĀ versionĀ 13.09-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
187
187
 
188
188
;;(1.2) If ess.info is not found, then ess-lisp-directory/../doc/info is added
189
189
;; resurrecting Stephen's version with a bug-fix & xemacs compatibility
 
190
(if (fboundp 'locate-file) (progn
190
191
(unless (locate-file "ess.info"
191
192
                     (if (featurep 'xemacs)
192
193
                         Info-directory-list
193
194
                       Info-default-directory-list))
194
195
  (add-to-list (if (featurep 'xemacs)
195
196
                   'Info-directory-list 'Info-default-directory-list)
196
 
               (expand-file-name "../doc/info/" ess-lisp-directory)))
 
197
               (expand-file-name "../doc/info/" ess-lisp-directory)))))
197
198
 
198
199
 
199
200
;; ALWAYS: