2000-11-11 15:55:35 ShengHuo ZHU <zsh@cs.rochester.edu>
authorShengHuo ZHU <zsh@cs.rochester.edu>
Sat, 11 Nov 2000 19:58:42 +0000 (19:58 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Sat, 11 Nov 2000 19:58:42 +0000 (19:58 +0000)
* mm-uu.el (mm-uu-type-alist): Stricter shar regexp.

lisp/ChangeLog
lisp/mm-uu.el

index ff74ec9..1cb4446 100644 (file)
@@ -1,3 +1,7 @@
+2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
+
 2000-11-11  Simon Josefsson  <sj@extundo.com>
 
        * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
index c51dd66..f72eebc 100644 (file)
@@ -85,7 +85,7 @@ This can be either \"inline\" or \"attachment\".")
      mm-uu-binhex-filename)
     (shar 
      "^#! */bin/sh"
-     "^exit 0\\|^$"
+     "^exit 0$"
      mm-uu-shar-extract)
     (forward 
 ;;; Thanks to Edward J. Sabol <sabol@alderaan.gsfc.nasa.gov> and