/[emacs]/emacs/lisp/gnus/gnus-ems.el
ViewVC logotype

Diff of /emacs/lisp/gnus/gnus-ems.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by lektu, Fri Apr 12 08:46:59 2002 UTC revision 1.15.2.1 by miles, Fri Apr 4 06:20:20 2003 UTC
# Line 76  Line 76 
76      (defvar gnus-mouse-face-prop 'mouse-face      (defvar gnus-mouse-face-prop 'mouse-face
77        "Property used for highlighting mouse regions.")))        "Property used for highlighting mouse regions.")))
78    
 (eval-and-compile  
   (let ((case-fold-search t))  
     (cond  
      ((string-match "windows-nt\\|os/2\\|emx\\|cygwin32"  
                     (symbol-name system-type))  
       (setq nnheader-file-name-translation-alist  
             (append nnheader-file-name-translation-alist  
                     (mapcar (lambda (c) (cons c ?_))  
                             '(?: ?* ?\" ?< ?> ??))  
                     '((?+ . ?-))))))))  
   
79  (defvar gnus-tmp-unread)  (defvar gnus-tmp-unread)
80  (defvar gnus-tmp-replied)  (defvar gnus-tmp-replied)
81  (defvar gnus-tmp-score-char)  (defvar gnus-tmp-score-char)

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.15.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26