Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2834b9b3
Commit
2834b9b3
authored
Jan 15, 2006
by
Stefan Monnier
Browse files
(ispell-kill-ispell): Run new hook ispell-kill-ispell-hook.
parent
025fddd4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
3 deletions
+11
-3
lisp/ChangeLog
lisp/ChangeLog
+7
-2
lisp/textmodes/ispell.el
lisp/textmodes/ispell.el
+4
-1
No files found.
lisp/ChangeLog
View file @
2834b9b3
2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
* textmodes/ispell.el (ispell-kill-ispell): Run new hook
ispell-kill-ispell-hook.
2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
* cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
...
...
@@ -14,8 +19,8 @@
* wid-edit.el (widget-field-end): If the overlay is no longer
associated with a buffer, behave as if the overlay didn't exist.
* cus-edit.el (custom-add-see-also, custom-add-parent-links):
Make
sure the links use the `custom-link' face.
* cus-edit.el (custom-add-see-also, custom-add-parent-links):
Make
sure the links use the `custom-link' face.
2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
...
...
lisp/textmodes/ispell.el
View file @
2834b9b3
;;; ispell.el --- interface to International Ispell Versions 3.1 and 3.2
;; Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
;; 2004, 2005 Free Software Foundation, Inc.
;; 2004, 2005
, 2006
Free Software Foundation, Inc.
;; Author: Ken Stevens <k.stevens@ieee.org>
;; Maintainer: Ken Stevens <k.stevens@ieee.org>
...
...
@@ -2558,6 +2558,9 @@ Keeps argument list for future ispell invocations for no async support."
"Kill current Ispell process (so that you may start a fresh one).
With NO-ERROR, just return non-nil if there was no Ispell running."
(
interactive
)
;; This hook is typically used by flyspell to flush some variables used
;; to optimize the common cases.
(
run-hooks
'ispell-kill-ispell-hook
)
(
if
(
not
(
and
ispell-process
(
eq
(
ispell-process-status
)
'run
)))
(
or
no-error
...
...
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