diff options
Diffstat (limited to 'lisp/server.el')
| -rw-r--r-- | lisp/server.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/server.el b/lisp/server.el index dd40199ad1c..97e9510b8f2 100644 --- a/lisp/server.el +++ b/lisp/server.el | |||
| @@ -558,7 +558,7 @@ into current buffer." | |||
| 558 | (loop repeat 64 | 558 | (loop repeat 64 |
| 559 | collect (+ 33 (random 94)) into auth | 559 | collect (+ 33 (random 94)) into auth |
| 560 | finally return (concat auth)))) | 560 | finally return (concat auth)))) |
| 561 | (if (called-interactively-p) | 561 | (if (called-interactively-p 'interactive) |
| 562 | (insert auth-key)) | 562 | (insert auth-key)) |
| 563 | auth-key)) | 563 | auth-key)) |
| 564 | 564 | ||