From ad5ea8528664d05aa1ba0e34889f68dc574f2c90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Wed, 23 Apr 2025 20:32:44 +0200 Subject: [PATCH] dev-ruby/rdtool: Drop header line from Emacs site-init file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit elisp-site-file-install() adds the line by itself. Signed-off-by: Ulrich Müller --- dev-ruby/rdtool/files/50rdtool-gentoo.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-ruby/rdtool/files/50rdtool-gentoo.el b/dev-ruby/rdtool/files/50rdtool-gentoo.el index cce968bacb70..c3e50ebb71ba 100644 --- a/dev-ruby/rdtool/files/50rdtool-gentoo.el +++ b/dev-ruby/rdtool/files/50rdtool-gentoo.el @@ -1,5 +1,2 @@ - -;; site-lisp configuration file for rdtool - (autoload 'rd-mode "rd-mode" "major mode for ruby document formatter RD" t) (add-to-list 'auto-mode-alist '("\\.rd$" . rd-mode))