~ubuntu-branches/ubuntu/vivid/select-xface/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/emacsen-startup

  • Committer: Package Import Robot
  • Author(s): Tatsuya Kinoshita
  • Date: 2014-08-20 19:55:08 UTC
  • Revision ID: package-import@ubuntu.com-20140820195508-nbd0hacg809mi2yd
Tags: 0.15-8
* Depend on emacsen-common 2.0.8
* Use debian-emacs-flavor instead of flavor in emacsen-startup

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
;;; Code:
4
4
 
5
 
(let ((elc-dir (concat "/usr/share/" (symbol-name flavor) "/site-lisp/select-xface")))
 
5
(let* ((flavor-name (if (boundp 'debian-emacs-flavor)
 
6
                        (symbol-name debian-emacs-flavor)
 
7
                      "emacs"))
 
8
       (elc-dir (concat "/usr/share/" flavor-name "/site-lisp/select-xface")))
6
9
  (if (not (file-directory-p elc-dir))
7
10
      ()
8
11
    (if (fboundp 'debian-pkg-add-load-path-item)