summaryrefslogtreecommitdiff
path: root/elisp/startup
diff options
context:
space:
mode:
Diffstat (limited to 'elisp/startup')
-rw-r--r--elisp/startup2
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/startup b/elisp/startup
index ad9d07188..fd40b427e 100644
--- a/elisp/startup
+++ b/elisp/startup
@@ -12,6 +12,6 @@
;; installed in a subdirectory of the respective site-lisp directory.
;; We have to add this to the load-path:
(setq load-path (cons (concat "/usr/share/"
- (symbol-name flavor)
+ (symbol-name debian-emacs-flavor)
"/site-lisp/%PACKAGE%") load-path))
(load-library "pylint")