emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/eshell/esh-proc.el,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/esh-proc.el,v
Date: Fri, 30 Mar 2007 01:54:04 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      07/03/30 01:54:04

Index: esh-proc.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/eshell/esh-proc.el,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- esh-proc.el 21 Jan 2007 02:48:43 -0000      1.14
+++ esh-proc.el 30 Mar 2007 01:54:04 -0000      1.15
@@ -181,7 +181,7 @@
            (setq signum (abs (string-to-number id))))
           ((stringp id)
            (let (case-fold-search)
-             (if (string-match "^-\\([A-Z]+\\)$" id)
+             (if (string-match "^-\\([A-Z]+[12]?\\)$" id)
                  (setq signum
                        (intern (concat "SIG" (match-string 1 id))))
                (error "kill: bad signal spec `%s'" id))))




reply via email to

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