emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99667: * textmodes/flyspell.el (s


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99667: * textmodes/flyspell.el (sgml-lexical-context): Autoload it. (Bug#5752)
Date: Mon, 22 Mar 2010 19:37:11 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99667
committer: Glenn Morris <address@hidden>
branch nick: emacs-23
timestamp: Mon 2010-03-22 19:37:11 -0700
message:
  * textmodes/flyspell.el (sgml-lexical-context): Autoload it.  (Bug#5752)
modified:
  lisp/ChangeLog
  lisp/textmodes/flyspell.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-03-22 17:28:27 +0000
+++ b/lisp/ChangeLog    2010-03-23 02:37:11 +0000
@@ -1,3 +1,7 @@
+2010-03-23  Glenn Morris  <address@hidden>
+
+       * textmodes/flyspell.el (sgml-lexical-context): Autoload it.  (Bug#5752)
+
 2010-03-21  Chong Yidong  <address@hidden>
 
        * indent.el (indent-for-tab-command): Doc fix.

=== modified file 'lisp/textmodes/flyspell.el'
--- a/lisp/textmodes/flyspell.el        2010-02-16 14:23:44 +0000
+++ b/lisp/textmodes/flyspell.el        2010-03-23 02:37:11 +0000
@@ -359,7 +359,7 @@
 (put 'html-mode 'flyspell-mode-predicate 'sgml-mode-flyspell-verify)
 (put 'nxml-mode 'flyspell-mode-predicate 'sgml-mode-flyspell-verify)
 
-(declare-function sgml-lexical-context "sgml-mode" &optional limit)
+(autoload 'sgml-lexical-context "sgml-mode")
 
 (defun sgml-mode-flyspell-verify ()
   "Function used for `flyspell-generic-check-word-predicate' in SGML mode.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]