diff options
| author | Stefan Kangas | 2021-01-07 19:01:55 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2021-01-08 14:00:42 +0100 |
| commit | 705292c200a6e35127c26a0ff676f41a072fefa4 (patch) | |
| tree | e27cff75400891e09adc8b9577389348d0217488 /src | |
| parent | 62e0c675908cc11907c15d1ae084b7bca7890a1a (diff) | |
| download | emacs-705292c200a6e35127c26a0ff676f41a072fefa4.tar.gz emacs-705292c200a6e35127c26a0ff676f41a072fefa4.zip | |
Remove unused DEFSYM
* src/minibuf.c (syms_of_minibuf) <Qhistory_length>: Remove unused
DEFSYM.
Diffstat (limited to 'src')
| -rw-r--r-- | src/minibuf.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/minibuf.c b/src/minibuf.c index 8b235690199..5ee440f6622 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -2013,9 +2013,6 @@ syms_of_minibuf (void) | |||
| 2013 | DEFSYM (Qminibuffer_setup_hook, "minibuffer-setup-hook"); | 2013 | DEFSYM (Qminibuffer_setup_hook, "minibuffer-setup-hook"); |
| 2014 | DEFSYM (Qminibuffer_exit_hook, "minibuffer-exit-hook"); | 2014 | DEFSYM (Qminibuffer_exit_hook, "minibuffer-exit-hook"); |
| 2015 | 2015 | ||
| 2016 | /* The maximum length of a minibuffer history. */ | ||
| 2017 | DEFSYM (Qhistory_length, "history-length"); | ||
| 2018 | |||
| 2019 | DEFSYM (Qcurrent_input_method, "current-input-method"); | 2016 | DEFSYM (Qcurrent_input_method, "current-input-method"); |
| 2020 | DEFSYM (Qactivate_input_method, "activate-input-method"); | 2017 | DEFSYM (Qactivate_input_method, "activate-input-method"); |
| 2021 | DEFSYM (Qcase_fold_search, "case-fold-search"); | 2018 | DEFSYM (Qcase_fold_search, "case-fold-search"); |