comparison lisp/simple.el @ 11318:45947c4ff70b

Fix typo in prev change.
author Richard M. Stallman <rms@gnu.org>
date Sun, 09 Apr 1995 03:33:01 +0000
parents 5704f8216dbd
children 3190c85854b6
comparison
equal deleted inserted replaced
11317:c0a24f87eab8 11318:45947c4ff70b
2638 (put 'completion-list-mode 'mode-class 'special) 2638 (put 'completion-list-mode 'mode-class 'special)
2639 2639
2640 (defvar completion-reference-buffer nil 2640 (defvar completion-reference-buffer nil
2641 "Record the buffer that was current when the completion list was requested. 2641 "Record the buffer that was current when the completion list was requested.
2642 This is a local variable in the completion list buffer. 2642 This is a local variable in the completion list buffer.
2643 Initial value is nil to avoid some compiler warnings." 2643 Initial value is nil to avoid some compiler warnings.")
2644 2644
2645 (defvar completion-base-size nil 2645 (defvar completion-base-size nil
2646 "Number of chars at beginning of minibuffer not involved in completion. 2646 "Number of chars at beginning of minibuffer not involved in completion.
2647 This is a local variable in the completion list buffer 2647 This is a local variable in the completion list buffer
2648 but it talks about the buffer in `completion-reference-buffer'. 2648 but it talks about the buffer in `completion-reference-buffer'.