# HG changeset patch # User Richard M. Stallman # Date 867977073 0 # Node ID aea386116817072e2958e289d4df2b8421401760 # Parent 66e7a91e32ef0aa9a753c26f67d0b50f496d39d5 (he-dabbrev-skip-space): Fix previous change. (he-dabbrev-as-symbol): Likewise. diff -r 66e7a91e32ef -r aea386116817 lisp/hippie-exp.el --- a/lisp/hippie-exp.el Fri Jul 04 00:17:55 1997 +0000 +++ b/lisp/hippie-exp.el Fri Jul 04 00:44:33 1997 +0000 @@ -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)