projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af4bd97
)
* lisp/textmodes/flyspell.el (flyspell--prev-meta-tab-binding):
author
Glenn Morris
<rgm@gnu.org>
Mon, 25 Jan 2016 23:31:04 +0000
(18:31 -0500)
committer
Glenn Morris
<rgm@gnu.org>
Mon, 25 Jan 2016 23:31:04 +0000
(18:31 -0500)
Declare.
lisp/textmodes/flyspell.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/flyspell.el
b/lisp/textmodes/flyspell.el
index 20316794c5dea4991ceb4504e5b076d08cc8373d..3b1a805f51b2bedff171636644c8041803ace08a 100644
(file)
--- a/
lisp/textmodes/flyspell.el
+++ b/
lisp/textmodes/flyspell.el
@@
-393,6
+393,9
@@
like <img alt=\"Some thing.\">."
(let ((f (get-text-property (- (point) 1) 'face)))
(memq f flyspell-prog-text-faces)))
+;; Records the binding of M-TAB in effect before flyspell was activated.
+(defvar flyspell--prev-meta-tab-binding)
+
;;;###autoload
(defun flyspell-prog-mode ()
"Turn on `flyspell-mode' for comments and strings."