(he-dabbrev-skip-space): Fix previous change.

(he-dabbrev-as-symbol): Likewise.
This commit is contained in:
Richard M. Stallman 1997-07-04 00:44:33 +00:00
parent cfc70cdfd0
commit 1707b2dade

View file

@ -163,12 +163,12 @@
(defcustom he-dabbrev-skip-space nil
"Non-nil means tolerate trailing spaces in the abbreviation to expand."
:group hippie-expand
:group 'hippie-expand
:type 'boolean)
(defcustom he-dabbrev-as-symbol t
"Non-nil means expand as symbols, i.e. syntax `_' is considered a letter."
:group hippie-expand
:group 'hippie-expand
:type 'boolean)
(defvar he-num -1)