summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2013-09-17 17:38:01 +0000
committerUlrich Müller <ulm@gentoo.org>2013-09-17 17:38:01 +0000
commit39d664a4324cb54847d3402b660c3516e2ef83f9 (patch)
treecdf97c5d95439647bc285bc9461d5644cba72617 /app-emacs/po-mode/files
parentMake -fno-strict-aliasing conditional in case py3k support is ever added. (diff)
downloadhistorical-39d664a4324cb54847d3402b660c3516e2ef83f9.tar.gz
historical-39d664a4324cb54847d3402b660c3516e2ef83f9.tar.bz2
historical-39d664a4324cb54847d3402b660c3516e2ef83f9.zip
Version bump. Drop ~sparc-fbsd keyword. Remove old.
Package-Manager: portage-2.2.6/cvs/Linux x86_64 Manifest-Sign-Key: 0x9433907D693FB5B8!
Diffstat (limited to 'app-emacs/po-mode/files')
-rw-r--r--app-emacs/po-mode/files/51po-mode-gentoo.el11
1 files changed, 0 insertions, 11 deletions
diff --git a/app-emacs/po-mode/files/51po-mode-gentoo.el b/app-emacs/po-mode/files/51po-mode-gentoo.el
deleted file mode 100644
index a028b89d6801..000000000000
--- a/app-emacs/po-mode/files/51po-mode-gentoo.el
+++ /dev/null
@@ -1,11 +0,0 @@
-
-;;; 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)
-(or (fboundp 'po-find-file-coding-system)
- (autoload 'po-find-file-coding-system "po-compat"))
-
-(add-to-list 'auto-mode-alist '("\\.po\\'\\|\\.po\\." . po-mode))
-(modify-coding-system-alist 'file "\\.po\\'\\|\\.po\\."
- 'po-find-file-coding-system)