diff options
Diffstat (limited to 'lisp/obsolete')
-rw-r--r-- | lisp/obsolete/swedish.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/obsolete/swedish.el b/lisp/obsolete/swedish.el index 65e109ec8b4..a247d565643 100644 --- a/lisp/obsolete/swedish.el +++ b/lisp/obsolete/swedish.el @@ -25,14 +25,16 @@ ;;; Commentary: +;; Fixme: Is this actually used? if so, it should be in language, +;; possibly as a feature property of Swedish, probably defining a +;; `swascii' coding system. + ;;; Code: ;; Written by Howard Gayle. See case-table.el for details. ;; See iso-swed.el for a description of the character set. -(require 'latin-1) - (defvar mail-send-hook) (defvar news-group-hook-alist) (defvar news-inews-hook) |