comparison lisp/hippie-exp.el @ 2233:fb0ed5a1d0f3

Add standard library headers.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Wed, 17 Mar 1993 17:17:05 +0000
parents 6314334d7c2b
children e5aee6a3bb75
comparison
equal deleted inserted replaced
2232:4f9d60f7de9d 2233:fb0ed5a1d0f3
21 ;; along with GNU Emacs; see the file COPYING. If not, write to 21 ;; along with GNU Emacs; see the file COPYING. If not, write to
22 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 22 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
23 ;; 23 ;;
24 ;; Last change: 4 January 1993 24 ;; Last change: 4 January 1993
25 25
26 ;; Commentary: 26 ;;; Commentary:
27 ;; 27 ;;
28 ;; `hippie-expand' is a single function for a lot of different kinds 28 ;; `hippie-expand' is a single function for a lot of different kinds
29 ;; of completions and expansions. Called repeatedly it tries all 29 ;; of completions and expansions. Called repeatedly it tries all
30 ;; possible completions in succession. 30 ;; possible completions in succession.
31 ;; Which kinds of completions to try, and in which order, is 31 ;; Which kinds of completions to try, and in which order, is
123 ;; of this function took form. 123 ;; of this function took form.
124 ;; I am also grateful to all those who have given me suggestions on 124 ;; I am also grateful to all those who have given me suggestions on
125 ;; how to improve it. 125 ;; how to improve it.
126 ;; 126 ;;
127 127
128 ;; Code: 128 ;;; Code:
129 129
130 (defvar he-num -1) 130 (defvar he-num -1)
131 131
132 (defvar he-string-beg ()) 132 (defvar he-string-beg ())
133 133