Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f8820a55
Commit
f8820a55
authored
Jun 08, 2005
by
Lute Kamstra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(flyspell-mode-line-string): Remove autoload cookie.
(flyspell-mode): Remove defvar.
parent
b978659c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/textmodes/flyspell.el
lisp/textmodes/flyspell.el
+0
-5
No files found.
lisp/ChangeLog
View file @
f8820a55
2005-06-08 Lute Kamstra <lute@gnu.org>
* textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
(flyspell-mode-line-string): Remove autoload cookie.
(flyspell-mode): Remove defvar.
2005-06-07 Lute Kamstra <lute@gnu.org>
...
...
lisp/textmodes/flyspell.el
View file @
f8820a55
...
...
@@ -228,7 +228,6 @@ http://strw.leidenuniv.nl/~dominik/Tools"
:version
"21.1"
:type
'boolean
)
;;;###autoload
(
defcustom
flyspell-mode-line-string
" Fly"
"*String displayed on the modeline when flyspell is active.
Set this to nil if you don't want a modeline indicator."
...
...
@@ -406,10 +405,6 @@ property of the major mode name.")
;*---------------------------------------------------------------------*/
(
eval-when-compile
(
defvar
flyspell-local-mouse-map
))
;;;###autoload
(
defvar
flyspell-mode
nil
)
(
make-variable-buffer-local
'flyspell-mode
)
(
defvar
flyspell-mouse-map
(
let
((
map
(
make-sparse-keymap
)))
(
if
flyspell-use-meta-tab
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment