From d87262dd706fec50cd150aab3e93883b6337466d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:56:41 +0100 Subject: gentoo resync : 14.07.2018 --- app-emacs/volume/files/50volume-gentoo.el | 2 -- app-emacs/volume/files/volume-1.0-mode-line.patch | 14 -------------- 2 files changed, 16 deletions(-) delete mode 100644 app-emacs/volume/files/50volume-gentoo.el delete mode 100644 app-emacs/volume/files/volume-1.0-mode-line.patch (limited to 'app-emacs/volume/files') diff --git a/app-emacs/volume/files/50volume-gentoo.el b/app-emacs/volume/files/50volume-gentoo.el deleted file mode 100644 index 2ab5a2bb5e04..000000000000 --- a/app-emacs/volume/files/50volume-gentoo.el +++ /dev/null @@ -1,2 +0,0 @@ -(add-to-list 'load-path "@SITELISP@") -(autoload 'volume "volume" "Tweak your sound card volume." t) diff --git a/app-emacs/volume/files/volume-1.0-mode-line.patch b/app-emacs/volume/files/volume-1.0-mode-line.patch deleted file mode 100644 index 2b3e4ccd33ef..000000000000 --- a/app-emacs/volume/files/volume-1.0-mode-line.patch +++ /dev/null @@ -1,14 +0,0 @@ -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)) -- cgit v1.2.3