* mouse.el (mouse-yank-primary):
Reorder to silence --without-x compilation.
+ * mpc.el (doc-view-mode): Silence --without-x compilation.
+
* mail/rmailmm.el (rmail-mime-set-bulk-data):
Silence --without-x compilation.
"Major mode for the features common to all buffers of MPC."
(buffer-disable-undo)
(setq buffer-read-only t)
- (setq-local tool-bar-map mpc-tool-bar-map)
+ (if (boundp 'tool-bar-map) ; not if --without-x
+ (setq-local tool-bar-map mpc-tool-bar-map))
(setq-local truncate-lines t))
;;; The mpc-status-mode buffer ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;