Changeset 4200 for trunk/lisp/eshell/esh-proc.el
- Timestamp:
- 04/07/07 15:49:28 (2 years ago)
- Files:
-
- trunk/lisp/eshell/esh-proc.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/eshell/esh-proc.el
r4190 r4200 182 182 ((stringp id) 183 183 (let (case-fold-search) 184 (if (string-match "^-\\([A-Z]+ \\)$" id)184 (if (string-match "^-\\([A-Z]+[12]?\\)$" id) 185 185 (setq signum 186 186 (intern (concat "SIG" (match-string 1 id))))
