emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/gnus/rfc2231.el [gnus-5_10-branch]


From: Reiner Steib
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/rfc2231.el [gnus-5_10-branch]
Date: Wed, 01 Sep 2004 07:15:29 -0400

Index: emacs/lisp/gnus/rfc2231.el
diff -c emacs/lisp/gnus/rfc2231.el:1.5.2.1 emacs/lisp/gnus/rfc2231.el:1.5.2.2
*** emacs/lisp/gnus/rfc2231.el:1.5.2.1  Thu Jul 22 16:45:51 2004
--- emacs/lisp/gnus/rfc2231.el  Tue Aug 31 15:38:24 2004
***************
*** 1,6 ****
  ;;; rfc2231.el --- Functions for decoding rfc2231 headers
  
! ;; Copyright (C) 1998, 1999, 2000, 2002, 2003 Free Software Foundation, Inc.
  
  ;; Author: Lars Magne Ingebrigtsen <address@hidden>
  ;; This file is part of GNU Emacs.
--- 1,7 ----
  ;;; rfc2231.el --- Functions for decoding rfc2231 headers
  
! ;; Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004
! ;;        Free Software Foundation, Inc.
  
  ;; Author: Lars Magne Ingebrigtsen <address@hidden>
  ;; This file is part of GNU Emacs.
***************
*** 56,61 ****
--- 57,64 ----
                        (mail-header-remove-comments string)))
        (let ((table (copy-syntax-table ietf-drums-syntax-table)))
        (modify-syntax-entry ?\' "w" table)
+       (modify-syntax-entry ?* " " table)
+       (modify-syntax-entry ?\; " " table)
        (modify-syntax-entry ?= " " table)
        ;; The following isn't valid, but one should be liberal
        ;; in what one receives.




reply via email to

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