lisp/proced.el (proced-send-signal): small fix
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2011-07-19 Roland Winkler <winkler@gnu.org>
|
||||
* proced.el (proced-send-signal): For *Marked Processes* buffer
|
||||
put point at beginning of buffer.
|
||||
|
||||
2011-07-19 Stephen Berman <stephen.berman@gmx.net>
|
||||
|
||||
* proced.el (proced-format): Make header lines align with the text
|
||||
|
||||
@@ -1733,7 +1733,9 @@ After sending the signal, this command runs the normal hook
|
||||
(buffer-disable-undo)
|
||||
(setq buffer-read-only t)
|
||||
(dolist (process process-alist)
|
||||
(insert " " (cdr process) "\n")))
|
||||
(insert " " (cdr process) "\n"))
|
||||
(delete-char -1)
|
||||
(goto-char (point-min)))
|
||||
(save-window-excursion
|
||||
;; Analogous to `dired-pop-to-buffer'
|
||||
;; Don't split window horizontally. (Bug#1806)
|
||||
|
||||
Reference in New Issue
Block a user