diff options
Diffstat (limited to 'lisp/proced.el')
| -rw-r--r-- | lisp/proced.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/proced.el b/lisp/proced.el index ec41ce65ef5..e3ff9fb5c95 100644 --- a/lisp/proced.el +++ b/lisp/proced.el | |||
| @@ -68,6 +68,7 @@ the external command (usually \"kill\")." | |||
| 68 | (defcustom proced-renice-command "renice" | 68 | (defcustom proced-renice-command "renice" |
| 69 | "Name of renice command." | 69 | "Name of renice command." |
| 70 | :group 'proced | 70 | :group 'proced |
| 71 | :version "24.3" | ||
| 71 | :type '(string :tag "command")) | 72 | :type '(string :tag "command")) |
| 72 | 73 | ||
| 73 | (defcustom proced-signal-list | 74 | (defcustom proced-signal-list |