diff options
author | Glenn Morris <rgm@gnu.org> | 2014-03-21 13:04:50 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-03-21 13:04:50 -0400 |
commit | 26e91130ed0611a1074d0cac5880c065f9ba69c8 (patch) | |
tree | 72c180ecacec3f2c8ae9b3c695c19665e801cc42 /lisp/cus-start.el | |
parent | aa4659075414a2730535eeb419847d761eb76f0d (diff) | |
download | emacs-26e91130ed0611a1074d0cac5880c065f9ba69c8.tar.gz |
Increase default history-length from 30 to 100
Ref: http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg02008.html
* lisp/cus-start.el (history-length): Bump :version.
* src/minibuf.c (history-length): Increase default from 30 to 100.
Diffstat (limited to 'lisp/cus-start.el')
-rw-r--r-- | lisp/cus-start.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 5a35cb01911..7fbddbe1c45 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -317,7 +317,7 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of (enable-recursive-minibuffers minibuffer boolean) (history-length minibuffer (choice (const :tag "Infinite" t) integer) - "22.1") + "24.5") ; 30 -> 100 (history-delete-duplicates minibuffer boolean "22.1") (read-buffer-completion-ignore-case minibuffer boolean "23.1") |