mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-04 11:40:22 +00:00
lisp/simple.el (list-processes): Return nil as the docstring says.
This commit is contained in:
parent
df26ce09c4
commit
989681bbb6
@ -1,3 +1,7 @@
|
||||
2011-05-06 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* simple.el (list-processes): Return nil as the docstring says.
|
||||
|
||||
2011-05-05 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
|
||||
|
@ -2792,7 +2792,8 @@ The return value is always nil."
|
||||
(setq process-menu-query-only query-only)
|
||||
(list-processes--refresh)
|
||||
(tabulated-list-print))
|
||||
(display-buffer buffer))
|
||||
(display-buffer buffer)
|
||||
nil)
|
||||
|
||||
(defvar universal-argument-map
|
||||
(let ((map (make-sparse-keymap)))
|
||||
|
Loading…
Reference in New Issue
Block a user