comparison lisp/hippie-exp.el @ 18584:aea386116817

(he-dabbrev-skip-space): Fix previous change. (he-dabbrev-as-symbol): Likewise.
author Richard M. Stallman <rms@gnu.org>
date Fri, 04 Jul 1997 00:44:33 +0000
parents 1a3d130e356b
children e4acb217b4af
comparison
equal deleted inserted replaced
18583:66e7a91e32ef 18584:aea386116817
161 "Expand text trying various ways to find its expansion." 161 "Expand text trying various ways to find its expansion."
162 :group 'abbrev) 162 :group 'abbrev)
163 163
164 (defcustom he-dabbrev-skip-space nil 164 (defcustom he-dabbrev-skip-space nil
165 "Non-nil means tolerate trailing spaces in the abbreviation to expand." 165 "Non-nil means tolerate trailing spaces in the abbreviation to expand."
166 :group hippie-expand 166 :group 'hippie-expand
167 :type 'boolean) 167 :type 'boolean)
168 168
169 (defcustom he-dabbrev-as-symbol t 169 (defcustom he-dabbrev-as-symbol t
170 "Non-nil means expand as symbols, i.e. syntax `_' is considered a letter." 170 "Non-nil means expand as symbols, i.e. syntax `_' is considered a letter."
171 :group hippie-expand 171 :group 'hippie-expand
172 :type 'boolean) 172 :type 'boolean)
173 173
174 (defvar he-num -1) 174 (defvar he-num -1)
175 175
176 (defvar he-string-beg (make-marker)) 176 (defvar he-string-beg (make-marker))