From: Richard M. Stallman Date: Fri, 4 Jul 1997 00:44:33 +0000 (+0000) Subject: (he-dabbrev-skip-space): Fix previous change. X-Git-Tag: emacs-20.1~1362 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1707b2dade678b6dc2c28cee82281614325e6a53;p=emacs.git (he-dabbrev-skip-space): Fix previous change. (he-dabbrev-as-symbol): Likewise. --- 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)