diff options
| author | Richard M. Stallman | 1997-07-04 00:44:33 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-07-04 00:44:33 +0000 |
| commit | 1707b2dade678b6dc2c28cee82281614325e6a53 (patch) | |
| tree | 128aab05d969fc58222b06de3be5703b787c78e9 /lisp | |
| parent | cfc70cdfd0e2809255c37a93cc84961ff2494d99 (diff) | |
| download | emacs-1707b2dade678b6dc2c28cee82281614325e6a53.tar.gz emacs-1707b2dade678b6dc2c28cee82281614325e6a53.zip | |
(he-dabbrev-skip-space): Fix previous change.
(he-dabbrev-as-symbol): Likewise.
Diffstat (limited to 'lisp')
| -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 @@ | |||
| 163 | 163 | ||
| 164 | (defcustom he-dabbrev-skip-space nil | 164 | (defcustom he-dabbrev-skip-space nil |
| 165 | "Non-nil means tolerate trailing spaces in the abbreviation to expand." | 165 | "Non-nil means tolerate trailing spaces in the abbreviation to expand." |
| 166 | :group hippie-expand | 166 | :group 'hippie-expand |
| 167 | :type 'boolean) | 167 | :type 'boolean) |
| 168 | 168 | ||
| 169 | (defcustom he-dabbrev-as-symbol t | 169 | (defcustom he-dabbrev-as-symbol t |
| 170 | "Non-nil means expand as symbols, i.e. syntax `_' is considered a letter." | 170 | "Non-nil means expand as symbols, i.e. syntax `_' is considered a letter." |
| 171 | :group hippie-expand | 171 | :group 'hippie-expand |
| 172 | :type 'boolean) | 172 | :type 'boolean) |
| 173 | 173 | ||
| 174 | (defvar he-num -1) | 174 | (defvar he-num -1) |