diff options
| author | Karl Heuer | 1998-06-19 16:53:40 +0000 |
|---|---|---|
| committer | Karl Heuer | 1998-06-19 16:53:40 +0000 |
| commit | 33d0a17f04da437a13e10fc64105eb6a70967e03 (patch) | |
| tree | 22a1e8153fa168814b6c1ba50c209ae4bb0f5213 /src | |
| parent | 15ceaba4b3370a90601ec97d72cc2b81f22f6e4f (diff) | |
| download | emacs-33d0a17f04da437a13e10fc64105eb6a70967e03.tar.gz emacs-33d0a17f04da437a13e10fc64105eb6a70967e03.zip | |
(syms_of_minibuf): Initialize buffer-name-history.
Diffstat (limited to 'src')
| -rw-r--r-- | src/minibuf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/minibuf.c b/src/minibuf.c index 39e8233ff40..9f73ea76dad 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -2123,6 +2123,7 @@ syms_of_minibuf () | |||
| 2123 | 2123 | ||
| 2124 | Qbuffer_name_history = intern ("buffer-name-history"); | 2124 | Qbuffer_name_history = intern ("buffer-name-history"); |
| 2125 | staticpro (&Qbuffer_name_history); | 2125 | staticpro (&Qbuffer_name_history); |
| 2126 | Fset (Qbuffer_name_history, Qnil); | ||
| 2126 | 2127 | ||
| 2127 | Qminibuffer_setup_hook = intern ("minibuffer-setup-hook"); | 2128 | Qminibuffer_setup_hook = intern ("minibuffer-setup-hook"); |
| 2128 | staticpro (&Qminibuffer_setup_hook); | 2129 | staticpro (&Qminibuffer_setup_hook); |