371b04628f
- Update to the snapshot on 2018/03/17.
20 lines
614 B
Text
20 lines
614 B
Text
--- WL-MK.orig 2017-06-28 06:06:07 UTC
|
|
+++ WL-MK
|
|
@@ -131,7 +131,7 @@
|
|
(defvar PIXMAPDIR
|
|
(if (string= pixmap-dir "NONE")
|
|
(if packagedir
|
|
- (expand-file-name "etc/wl/" packagedir)
|
|
+ (expand-file-name "wl/icons/" packagedir)
|
|
(expand-file-name "wl/icons/" data-directory))
|
|
pixmap-dir)))
|
|
(if PIXMAPDIR
|
|
@@ -148,7 +148,7 @@
|
|
(princ (format "LISPDIR is %s\n" LISPDIR))
|
|
(setq command-line-args-left (cdr command-line-args-left))
|
|
;; PIXMAPDIR check.
|
|
- (config-wl-pixmap-dir)
|
|
+ (config-wl-pixmap-dir "%%EMACS_LIBDIR_WITH_VER%%/etc")
|
|
(princ "\n"))
|
|
|
|
(defun update-version ()
|