emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116298: "Use instead" obsolescence messages should


From: Glenn Morris
Subject: [Emacs-diffs] trunk r116298: "Use instead" obsolescence messages should end with "."
Date: Fri, 07 Feb 2014 03:23:51 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116298
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2014-02-06 19:23:46 -0800
message:
  "Use instead" obsolescence messages should end with "."
modified:
  lisp/emacs-lisp/bytecomp.el    bytecomp.el-20091113204419-o5vbwnq5f7feedwu-492
  lisp/gnus/nnimap.el            nnimap.el-20091113204419-o5vbwnq5f7feedwu-1978
=== modified file 'lisp/emacs-lisp/bytecomp.el'
--- a/lisp/emacs-lisp/bytecomp.el       2014-01-24 04:13:35 +0000
+++ b/lisp/emacs-lisp/bytecomp.el       2014-02-07 03:23:46 +0000
@@ -356,7 +356,7 @@
 (defvar byte-compile-interactive-only-functions nil
   "List of commands that are not meant to be called from Lisp.")
 (make-obsolete-variable 'byte-compile-interactive-only-functions
-                       "use the `interactive-only' symbol property instead"
+                       "use the `interactive-only' symbol property instead."
                        "24.4")
 
 (defvar byte-compile-not-obsolete-vars nil

=== modified file 'lisp/gnus/nnimap.el'
--- a/lisp/gnus/nnimap.el       2014-01-31 10:13:28 +0000
+++ b/lisp/gnus/nnimap.el       2014-02-07 03:23:46 +0000
@@ -95,7 +95,7 @@
 (defvoo nnimap-unsplittable-articles '(%Deleted %Seen)
   "Articles with the flags in the list will not be considered when splitting.")
 
-(make-obsolete-variable 'nnimap-split-rule "see `nnimap-split-methods'"
+(make-obsolete-variable 'nnimap-split-rule "see `nnimap-split-methods'."
                        "Emacs 24.1")
 
 (defvoo nnimap-authenticator nil


reply via email to

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