1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00

proced.el (proced-send-signal): Use beginning-of-line.

This commit is contained in:
Roland Winkler 2008-08-18 01:01:59 +00:00
parent 9f583d141f
commit 91181f91a6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
* proced.el (proced-send-signal): Use beginning-of-line.
2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
* proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.

View File

@ -655,7 +655,7 @@ If SIGNAL is nil display marked processes and query interactively for SIGNAL."
(nreverse process-list)
;; take current process
(save-excursion
(line-beginning-position)
(beginning-of-line)
(looking-at (concat "^" (proced-skip-regexp)
"\\s-+\\([0-9]+\\>\\).*$"))
(list (cons (match-string-no-properties 1)