summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-12-05 19:56:20 +0000
committerUlrich Müller <ulm@gentoo.org>2007-12-05 19:56:20 +0000
commit4464ddb5df2d1019edf15b2867ba17c81342799f (patch)
tree2c5df11c48b30fe971087169bc0fe3781670059b
parentAdding imlib2 USE flag for fbdesk-1.4.1 (bug 196166), and removed COPYING fro... (diff)
downloadhistorical-4464ddb5df2d1019edf15b2867ba17c81342799f.tar.gz
historical-4464ddb5df2d1019edf15b2867ba17c81342799f.tar.bz2
historical-4464ddb5df2d1019edf15b2867ba17c81342799f.zip
Change comment in site-init file.
Package-Manager: portage-2.1.4_rc7
-rw-r--r--app-emacs/cldoc/files/50cldoc-gentoo.el2
-rw-r--r--app-emacs/color-browser/files/60color-browser-gentoo.el5
-rw-r--r--app-emacs/easypg/files/50easypg-gentoo.el3
-rw-r--r--app-emacs/edb/files/52edb-gentoo.el2
-rw-r--r--app-emacs/fff/files/50fff-gentoo.el2
-rw-r--r--app-emacs/iiimecf/files/50iiimecf-gentoo.el3
-rw-r--r--app-emacs/mic-paren/files/50mic-paren-gentoo.el2
-rw-r--r--app-emacs/mpg123-el/files/50mpg123-el-gentoo.el4
-rw-r--r--app-emacs/po-mode/files/51po-mode-gentoo.el2
-rw-r--r--app-emacs/rnc-mode/files/50rnc-mode-gentoo.el2
-rw-r--r--app-emacs/rst/files/50rst-gentoo.el2
-rw-r--r--app-emacs/ssh/files/50ssh-gentoo.el2
-rw-r--r--app-emacs/vhdl-mode/files/50vhdl-mode-gentoo.el2
-rw-r--r--app-emacs/yatex/files/50yatex-gentoo.el2
-rw-r--r--app-emacs/yow/files/50yow-gentoo.el2
15 files changed, 19 insertions, 18 deletions
diff --git a/app-emacs/cldoc/files/50cldoc-gentoo.el b/app-emacs/cldoc/files/50cldoc-gentoo.el
index 6d8046f98aea..763817818c09 100644
--- a/app-emacs/cldoc/files/50cldoc-gentoo.el
+++ b/app-emacs/cldoc/files/50cldoc-gentoo.el
@@ -1,5 +1,5 @@
-;; cldoc site-lisp configuration
+;;; cldoc site-lisp configuration
(add-to-list 'load-path "@SITELISP@")
diff --git a/app-emacs/color-browser/files/60color-browser-gentoo.el b/app-emacs/color-browser/files/60color-browser-gentoo.el
index b3843240e04d..22b65190bffb 100644
--- a/app-emacs/color-browser/files/60color-browser-gentoo.el
+++ b/app-emacs/color-browser/files/60color-browser-gentoo.el
@@ -1,7 +1,6 @@
-;; site-lisp configuration for color-browser
+;;; color-browser site-lisp configuration
(add-to-list 'load-path "@SITELISP@")
(autoload 'color-browser "color-browser"
- "A utility for designing Emacs color themes"
- t)
+ "A utility for designing Emacs color themes" t)
diff --git a/app-emacs/easypg/files/50easypg-gentoo.el b/app-emacs/easypg/files/50easypg-gentoo.el
index 695baa2e3497..5f9d61cc8bab 100644
--- a/app-emacs/easypg/files/50easypg-gentoo.el
+++ b/app-emacs/easypg/files/50easypg-gentoo.el
@@ -1,4 +1,5 @@
-;; app-emacs/easypg site-lisp initialisation
+
+;;; easypg site-lisp configuration
(add-to-list 'load-path "@SITELISP@")
(load "easypg-autoloads" nil t)
diff --git a/app-emacs/edb/files/52edb-gentoo.el b/app-emacs/edb/files/52edb-gentoo.el
index 208b386296f2..4bcf00f5d6f6 100644
--- a/app-emacs/edb/files/52edb-gentoo.el
+++ b/app-emacs/edb/files/52edb-gentoo.el
@@ -1,5 +1,5 @@
-;; edb site-lisp configuration
+;;; edb site-lisp configuration
(add-to-list 'load-path "@SITELISP@")
(autoload 'db-find-file "database" "EDB database package" t)
diff --git a/app-emacs/fff/files/50fff-gentoo.el b/app-emacs/fff/files/50fff-gentoo.el
index c1186c7dea95..f7bf0891afbf 100644
--- a/app-emacs/fff/files/50fff-gentoo.el
+++ b/app-emacs/fff/files/50fff-gentoo.el
@@ -1,5 +1,5 @@
-;; fff site-lisp configuration
+;;; fff site-lisp configuration
(add-to-list 'load-path "@SITELISP@")
(autoload 'fff-find-file-in-envvar-path "fff" nil t)
diff --git a/app-emacs/iiimecf/files/50iiimecf-gentoo.el b/app-emacs/iiimecf/files/50iiimecf-gentoo.el
index a704c9af5aaa..c5d50ec5cca5 100644
--- a/app-emacs/iiimecf/files/50iiimecf-gentoo.el
+++ b/app-emacs/iiimecf/files/50iiimecf-gentoo.el
@@ -1,7 +1,6 @@
-;; IIIMECF site-lisp configuration
+;;; iiimecf site-lisp configuration
(setq iiimcf-server-control-default-language "ja")
(setq default-input-method 'iiim-server-control)
(require 'iiimcf-sc)
-
diff --git a/app-emacs/mic-paren/files/50mic-paren-gentoo.el b/app-emacs/mic-paren/files/50mic-paren-gentoo.el
index d51e2ecc8b99..ccf956b05ac4 100644
--- a/app-emacs/mic-paren/files/50mic-paren-gentoo.el
+++ b/app-emacs/mic-paren/files/50mic-paren-gentoo.el
@@ -1,5 +1,5 @@
-;; mic-paren site-lisp configuration
+;;; mic-paren site-lisp configuration
(add-to-list 'load-path "@SITELISP@")
(autoload 'paren-activate "mic-paren"
diff --git a/app-emacs/mpg123-el/files/50mpg123-el-gentoo.el b/app-emacs/mpg123-el/files/50mpg123-el-gentoo.el
index 1f7c0b0829ed..9a60a5799548 100644
--- a/app-emacs/mpg123-el/files/50mpg123-el-gentoo.el
+++ b/app-emacs/mpg123-el/files/50mpg123-el-gentoo.el
@@ -1,4 +1,6 @@
-;;; mpg123 site-lisp configuration
+
+;;; mpg123-el site-lisp configuration
+
(add-to-list 'load-path "@SITELISP@")
(autoload 'mpg123 "mpg123" "A Front-end to mpg123" t)
(setq id3*put-prog "tagput")
diff --git a/app-emacs/po-mode/files/51po-mode-gentoo.el b/app-emacs/po-mode/files/51po-mode-gentoo.el
index d8994229c104..a028b89d6801 100644
--- a/app-emacs/po-mode/files/51po-mode-gentoo.el
+++ b/app-emacs/po-mode/files/51po-mode-gentoo.el
@@ -1,5 +1,5 @@
-;; po-mode site-lisp configuration
+;;; po-mode site-lisp configuration
(add-to-list 'load-path "@SITELISP@")
(autoload 'po-mode "po-mode" "Major mode for translators to edit PO files" t)
diff --git a/app-emacs/rnc-mode/files/50rnc-mode-gentoo.el b/app-emacs/rnc-mode/files/50rnc-mode-gentoo.el
index 1ed30d45926c..a820f181e3ff 100644
--- a/app-emacs/rnc-mode/files/50rnc-mode-gentoo.el
+++ b/app-emacs/rnc-mode/files/50rnc-mode-gentoo.el
@@ -1,5 +1,5 @@
-;; rnc-mode site-lisp configuration
+;;; rnc-mode site-lisp configuration
(add-to-list 'load-path "@SITELISP@")
diff --git a/app-emacs/rst/files/50rst-gentoo.el b/app-emacs/rst/files/50rst-gentoo.el
index 5792bb33563a..1c2cc29ae3b2 100644
--- a/app-emacs/rst/files/50rst-gentoo.el
+++ b/app-emacs/rst/files/50rst-gentoo.el
@@ -1,5 +1,5 @@
-;; rst site-lisp configuration
+;;; rst site-lisp configuration
(add-to-list 'load-path "@SITELISP@")
(autoload 'rst-mode "rst" "mode for editing reStructuredText documents" t)
diff --git a/app-emacs/ssh/files/50ssh-gentoo.el b/app-emacs/ssh/files/50ssh-gentoo.el
index 99abde37475a..b8a4e1f90009 100644
--- a/app-emacs/ssh/files/50ssh-gentoo.el
+++ b/app-emacs/ssh/files/50ssh-gentoo.el
@@ -1,5 +1,5 @@
-;; ssh site-lisp configuration
+;;; ssh site-lisp configuration
(add-to-list 'load-path "@SITELISP@")
diff --git a/app-emacs/vhdl-mode/files/50vhdl-mode-gentoo.el b/app-emacs/vhdl-mode/files/50vhdl-mode-gentoo.el
index 7412d098d681..7ff43d5eb001 100644
--- a/app-emacs/vhdl-mode/files/50vhdl-mode-gentoo.el
+++ b/app-emacs/vhdl-mode/files/50vhdl-mode-gentoo.el
@@ -1,5 +1,5 @@
-;; site-lisp configuration for vhdl-mode
+;;; vhdl-mode site-lisp configuration
(autoload 'vhdl-mode "vhdl-mode" "VHDL Mode" t)
(add-to-list 'auto-mode-alist '("\\.vhdl?\\'" . vhdl-mode))
diff --git a/app-emacs/yatex/files/50yatex-gentoo.el b/app-emacs/yatex/files/50yatex-gentoo.el
index 5a20899fd9e6..2b3b45764112 100644
--- a/app-emacs/yatex/files/50yatex-gentoo.el
+++ b/app-emacs/yatex/files/50yatex-gentoo.el
@@ -1,5 +1,5 @@
-;; site-file configuration for YaTeX-mode
+;;; yatex site-lisp configuration
;; YaTeX-mode
(setq auto-mode-alist
diff --git a/app-emacs/yow/files/50yow-gentoo.el b/app-emacs/yow/files/50yow-gentoo.el
index d093af420033..ef90f07deb03 100644
--- a/app-emacs/yow/files/50yow-gentoo.el
+++ b/app-emacs/yow/files/50yow-gentoo.el
@@ -1,4 +1,4 @@
-;; yow site-lisp configuration
+;;; yow site-lisp configuration
(setq yow-file "/usr/share/emacs/etc/yow.lines")