summaryrefslogtreecommitdiff
path: root/app-emacs/volume/files/volume-1.0-mode-line.patch
blob: 2b3e4ccd33ef8155247c768ed9e4045643158817 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Use `mode-line' instead of `modeline' for Emacs 24 compat.
Patch taken from upstream repo.

--- a/volume.el
+++ b/volume.el
@@ -973,7 +973,7 @@
              (select-window
               (split-window-vertically
                (if (and (fboundp 'face-attr-construct)
-                        (plist-get (face-attr-construct 'modeline) :box))
+                        (plist-get (face-attr-construct 'mode-line) :box))
                    -3 -2)))
              (switch-to-buffer volume-buffer)))
           ((not (eq (current-buffer) volume-buffer))