]> git.eshelyaron.com Git - emacs.git/commitdiff
fix misplaced parens
authorHenrik Enberg <henrik.enberg@telia.com>
Mon, 16 Jan 2006 01:32:30 +0000 (01:32 +0000)
committerHenrik Enberg <henrik.enberg@telia.com>
Mon, 16 Jan 2006 01:32:30 +0000 (01:32 +0000)
lisp/mail/rmail.el

index fa4218bc365199acfd289aea58a601e9c496ba1d..c8e6d63e78a268ee2fb18d79bdc96c2e3a485a0a 100644 (file)
@@ -280,7 +280,7 @@ It is useful to set this variable in the site customization file.")
          "\\|^x-importance:\\|^envelope-to:\\|^delivery-date:"
          "\\|^x-importance:\\|^envelope-to:\\|^delivery-date:"
           "\\|^x-*-priority:\\|x-mimeole:"
-         "\\|^x-babyl-v6-attributes:\\|x-babyl-v6-keywords:")
+         "\\|^x-babyl-v6-attributes:\\|x-babyl-v6-keywords:"
          "\\|^x-.*:")
   "*Regexp to match header fields that Rmail should normally hide.
 \(See also `rmail-nonignored-headers', which overrides this regexp.)