]> git.eshelyaron.com Git - emacs.git/commitdiff
(he-dabbrev-skip-space): Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Fri, 4 Jul 1997 00:44:33 +0000 (00:44 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 4 Jul 1997 00:44:33 +0000 (00:44 +0000)
(he-dabbrev-as-symbol): Likewise.

lisp/hippie-exp.el

index dfb36f37f433cab1944387f8c73f0df83e1918e1..70a653eb738f394370df037b4a4e2d37da3808fe 100644 (file)
 
 (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)