diff options
| author | Richard M. Stallman | 1998-07-15 00:09:43 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-07-15 00:09:43 +0000 |
| commit | 6356e646f5029b9e1a541ebced8b5b617e96413d (patch) | |
| tree | 1f90518335ab77dba309b4874c11cea67142b5e2 /lisp | |
| parent | ddf89211584d7443fbde2be4b74bfe28477b84fb (diff) | |
| download | emacs-6356e646f5029b9e1a541ebced8b5b617e96413d.tar.gz emacs-6356e646f5029b9e1a541ebced8b5b617e96413d.zip | |
(Info-complete-menu-buffer): Add defvar.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/info.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/info.el b/lisp/info.el index dc5aadbfe14..e68b4c9f121 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -1089,6 +1089,8 @@ NAME may be an abbreviation of the reference name." | |||
| 1089 | ;; (Info-menu (car list)) | 1089 | ;; (Info-menu (car list)) |
| 1090 | ;; (setq list (cdr list)))) | 1090 | ;; (setq list (cdr list)))) |
| 1091 | 1091 | ||
| 1092 | (defvar Info-complete-menu-buffer) | ||
| 1093 | |||
| 1092 | (defun Info-complete-menu-item (string predicate action) | 1094 | (defun Info-complete-menu-item (string predicate action) |
| 1093 | (let ((case-fold-search t)) | 1095 | (let ((case-fold-search t)) |
| 1094 | (cond ((eq action nil) | 1096 | (cond ((eq action nil) |