Mercurial > emacs
changeset 18584:aea386116817
(he-dabbrev-skip-space): Fix previous change.
(he-dabbrev-as-symbol): Likewise.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 04 Jul 1997 00:44:33 +0000 |
parents | 66e7a91e32ef |
children | 64184009811b |
files | lisp/hippie-exp.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)