diff options
| author | Richard M. Stallman | 2002-02-01 04:26:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-02-01 04:26:17 +0000 |
| commit | 408f56b2e35f33356ab717c64c10b7ec73839116 (patch) | |
| tree | 1dc1091a3e359daa153dd1465f0af2c70cdd51e8 | |
| parent | fa5b1b57fef668518be9bc8c03e0454573bcb3ba (diff) | |
| download | emacs-408f56b2e35f33356ab717c64c10b7ec73839116.tar.gz emacs-408f56b2e35f33356ab717c64c10b7ec73839116.zip | |
(history-length): Specify customization for it.
| -rw-r--r-- | lisp/cus-start.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index ea530a6d719..35500842a0a 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el | |||
| @@ -155,6 +155,9 @@ | |||
| 155 | ;; minibuf.c | 155 | ;; minibuf.c |
| 156 | (completion-auto-help minibuffer boolean) | 156 | (completion-auto-help minibuffer boolean) |
| 157 | (enable-recursive-minibuffers minibuffer boolean) | 157 | (enable-recursive-minibuffers minibuffer boolean) |
| 158 | (history-length minibuffer | ||
| 159 | (choice (const :tag "Infinite" t) | ||
| 160 | integer)) | ||
| 158 | (minibuffer-prompt-properties | 161 | (minibuffer-prompt-properties |
| 159 | minibuffer | 162 | minibuffer |
| 160 | (list | 163 | (list |