X-Debbugs-Cc: [email protected]
Package: bbdb3
Version: 3.1.2-6
Severity: grave
File: /etc/emacs/site-start.d/50bbdb3.el

A typo, "flavor", which evaluates to nothing, prevents bbdb3 from loading.

--- 50bbdb3.el  2016-07-21 15:21:11.000000000 +0800
+++ 50bbdb3.NEW.el      2016-12-24 21:07:24.969515584 +0800
@@ -14,7 +14,7 @@
 ;; installed in a subdirectory of the respective site-lisp directory.
 ;; We have to add this to the load-path:
 (let ((package-dir (concat "/usr/share/"
-                          (symbol-name flavor)
+                          "emacs"
                           "/site-lisp/bbdb3")))
   ;; If package-dir does not exist the bbdb3 package must have been
   ;; removed but not purged, and we should skip the setup.

Reply via email to