diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-21 22:00:45 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-21 22:00:45 -0400 |
| commit | c4040c08407f53ca414f1c37ecb3db6b8acce660 (patch) | |
| tree | 9e97234b350a0cc7c808a20e61d4da6452346e4b | |
| parent | ac05193cd08fa3dd81decd12f63f4a7980270426 (diff) | |
| download | dotemacs-c4040c08407f53ca414f1c37ecb3db6b8acce660.tar.gz dotemacs-c4040c08407f53ca414f1c37ecb3db6b8acce660.zip | |
| -rw-r--r-- | modules/system-utils.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/system-utils.el b/modules/system-utils.el index 254a2f502..c76193a71 100644 --- a/modules/system-utils.el +++ b/modules/system-utils.el @@ -123,7 +123,8 @@ detached from Emacs." read-char-history face-name-history bookmark-history - file-name-history)) + file-name-history + wttrin--location-history)) (put 'minibuffer-history 'history-length 50) (put 'file-name-history 'history-length 50) |
