emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r102200: * lisp/textmodes/ispell.el (


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102200: * lisp/textmodes/ispell.el (comment-add): Declare.
Date: Sun, 31 Oct 2010 22:55:40 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102200
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2010-10-31 22:55:40 -0700
message:
  * lisp/textmodes/ispell.el (comment-add): Declare.
modified:
  lisp/ChangeLog
  lisp/textmodes/ispell.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-11-01 05:53:15 +0000
+++ b/lisp/ChangeLog    2010-11-01 05:55:40 +0000
@@ -1,5 +1,7 @@
 2010-11-01  Glenn Morris  <address@hidden>
 
+       * textmodes/ispell.el (comment-add): Declare.
+
        * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
        Declare.
 

=== modified file 'lisp/textmodes/ispell.el'
--- a/lisp/textmodes/ispell.el  2010-10-18 16:01:43 +0000
+++ b/lisp/textmodes/ispell.el  2010-11-01 05:55:40 +0000
@@ -1,7 +1,8 @@
 ;;; 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, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+;;   2004, 2005, 2006, 2007, 2008, 2009, 2010
+;;   Free Software Foundation, Inc.
 
 ;; Author:           Ken Stevens <address@hidden>
 ;; Maintainer:       Ken Stevens <address@hidden>
@@ -3896,6 +3897,9 @@
 
 ;;; returns optionally adjusted region-end-point.
 
+;; If comment-padright is defined, newcomment must be loaded.
+(declare-function comment-add "newcomment" (arg))
+
 (defun ispell-add-per-file-word-list (word)
   "Add WORD to the per-file word list."
   (or ispell-buffer-local-name
@@ -3970,5 +3974,4 @@
 ; LocalWords:  uuencoded unidiff sc nn VM SGML eval IspellPersDict unsplitable
 ; LocalWords:  lns XEmacs HTML casechars Multibyte
 
-;; arch-tag: 4941b9f9-3b7c-4a76-a4ed-5fa8b6010ef5
 ;;; ispell.el ends here


reply via email to

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