emacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-commit] emacs/lisp/mh-e mh-init.el


From: Bill Wohler
Subject: [Emacs-commit] emacs/lisp/mh-e mh-init.el
Date: Thu, 01 Dec 2005 23:55:39 -0500

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Bill Wohler <address@hidden>    05/12/02 04:55:39

Modified files:
        lisp/mh-e      : mh-init.el 

Log message:
        (mh-defface-compat): Checkdoc fix.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/mh-e/mh-init.el.diff?tr1=1.13&tr2=1.14&r1=text&r2=text

Patches:
Index: emacs/lisp/mh-e/mh-init.el
diff -u emacs/lisp/mh-e/mh-init.el:1.13 emacs/lisp/mh-e/mh-init.el:1.14
--- emacs/lisp/mh-e/mh-init.el:1.13     Sat Nov  5 04:02:06 2005
+++ emacs/lisp/mh-e/mh-init.el  Fri Dec  2 04:55:39 2005
@@ -1,6 +1,6 @@
 ;;; mh-init.el --- MH-E initialization.
 
-;; Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+;; Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
 
 ;; Author: Peter S. Galbraith <address@hidden>
 ;; Maintainer: Bill Wohler <address@hidden>
@@ -336,7 +336,7 @@
   "Non-nil means defface supports min-colors display requirement.")
 
 (defun mh-defface-compat (spec)
-  "Converts SPEC for defface if necessary to run on older platforms.
+  "Convert SPEC for defface if necessary to run on older platforms.
 See `defface' for the spec definition.
 
 When `mh-min-colors-defined-flag' is nil, this function finds a display with a
@@ -354,7 +354,7 @@
           (when (not (eq (car entry) t))
             (if (assoc 'min-colors (car entry))
                 (delq (assoc 'min-colors (car entry)) (car entry)))))))
-  
+
 (provide 'mh-init)
 
 ;;; Local Variables:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]