1
0
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:
Juanma Barranquero 2011-05-06 03:02:49 +02:00
parent df26ce09c4
commit 989681bbb6
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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)))