aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman1997-07-04 00:44:33 +0000
committerRichard M. Stallman1997-07-04 00:44:33 +0000
commit1707b2dade678b6dc2c28cee82281614325e6a53 (patch)
tree128aab05d969fc58222b06de3be5703b787c78e9 /lisp
parentcfc70cdfd0e2809255c37a93cc84961ff2494d99 (diff)
downloademacs-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.el4
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)