diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-07-04 00:44:33 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-07-04 00:44:33 +0000 |
commit | 9504235b690cc2ae181158d2d2c1aa1ae3b5b3f7 (patch) | |
tree | b218bbc5983bb7b9eab918192cfdb9383a8ba280 /lisp/hippie-exp.el | |
parent | 399dc25f0ecdd5c567110c9f732a96f57bbb76a1 (diff) | |
download | emacs-9504235b690cc2ae181158d2d2c1aa1ae3b5b3f7.tar.gz |
(he-dabbrev-skip-space): Fix previous change.
(he-dabbrev-as-symbol): Likewise.
Diffstat (limited to 'lisp/hippie-exp.el')
-rw-r--r-- | lisp/hippie-exp.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/hippie-exp.el b/lisp/hippie-exp.el index dfb36f37f43..70a653eb738 100644 --- a/lisp/hippie-exp.el +++ b/lisp/hippie-exp.el @@ -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) |