X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;ds=sidebyside;f=lisp%2Fscore-mode.el;h=ff67a9e823d78c469593e0d55ca97d4b9362331d;hb=9c12c8a1215cda2d292be3989354e925ea19b143;hp=e2160eb2f5785e45c6112c4639f1e7f4e15a0ef6;hpb=1774ae25842f79d393cc8dd84a43e8eb9224d4ce;p=gnus diff --git a/lisp/score-mode.el b/lisp/score-mode.el index e2160eb2f..ff67a9e82 100644 --- a/lisp/score-mode.el +++ b/lisp/score-mode.el @@ -1,5 +1,6 @@ ;;; score-mode.el --- mode for editing Gnus score files -;; Copyright (C) 1996 Free Software Foundation, Inc. + +;; Copyright (C) 1996, 2001 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen ;; Keywords: news, mail @@ -25,8 +26,8 @@ ;;; Code: -(require 'easymenu) (eval-when-compile (require 'cl)) +(require 'mm-util) ; for mm-universal-coding-system (defvar gnus-score-mode-hook nil "*Hook run in score mode buffers.") @@ -51,7 +52,8 @@ table) "Syntax table used in score-mode buffers.") -(defvar score-mode-coding-system 'binary) +;; We need this to cope with non-ASCII scoring. +(defvar score-mode-coding-system mm-universal-coding-system) ;;;###autoload (defun gnus-score-mode () @@ -111,4 +113,5 @@ This mode is an extended emacs-lisp mode. (provide 'score-mode) +;;; arch-tag: a74a416b-2505-4ad4-bc4e-a418c96b8845 ;;; score-mode.el ends here