Mercurial > emacs
diff leim/quail/latin-post.el @ 38453:519983161a46
Some fixes to follow lisp coding conventions and typo fixes.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Mon, 16 Jul 2001 20:22:24 +0000 |
parents | 54755fa58f05 |
children | 241787c37705 |
line wrap: on
line diff
--- a/leim/quail/latin-post.el Mon Jul 16 18:41:09 2001 +0000 +++ b/leim/quail/latin-post.el Mon Jul 16 20:22:24 2001 +0000 @@ -1,4 +1,4 @@ -;; Quail packages for inputting various European characters. +;;; latin-post.el --- Quail packages for inputting various European characters ;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN. ;; Licensed to the Free Software Foundation. @@ -24,6 +24,10 @@ ;; Author: TAKAHASHI Naoto <ntakahas@etl.go.jp> +;;; Commentary: + +;;; Code: + (require 'quail) (quail-define-package @@ -2121,3 +2125,5 @@ (">" ?V) ("?" ?Z) ) + +;;; latin-post.el ends here