From 9092d83421963a7d6883a0c536d442374dc41d4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Wed, 23 Apr 2025 20:32:38 +0200 Subject: [PATCH] app-i18n/mozc: 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 --- app-i18n/mozc/files/50mozc-gentoo.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/app-i18n/mozc/files/50mozc-gentoo.el b/app-i18n/mozc/files/50mozc-gentoo.el index 121c62249eb7b..fa860b9850530 100644 --- a/app-i18n/mozc/files/50mozc-gentoo.el +++ b/app-i18n/mozc/files/50mozc-gentoo.el @@ -1,4 +1,2 @@ -;;; app-i18n/ibus-mozc site-lisp configuration - (add-to-list 'load-path "@SITELISP@") (autoload 'mozc-mode "mozc" nil t)