Show
Ignore:
Timestamp:
04/07/07 15:49:28 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/eshell/esh-proc.el

    r4190 r4200  
    182182           ((stringp id) 
    183183            (let (case-fold-search) 
    184               (if (string-match "^-\\([A-Z]+\\)$" id) 
     184              (if (string-match "^-\\([A-Z]+[12]?\\)$" id) 
    185185                  (setq signum 
    186186                        (intern (concat "SIG" (match-string 1 id))))