diff options
| -rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 2 | ||||
| -rw-r--r-- | lisp/gnus/nnimap.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 7ff1c7f7cd3..9df52bffe5c 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el | |||
| @@ -356,7 +356,7 @@ else the global value will be modified." | |||
| 356 | (defvar byte-compile-interactive-only-functions nil | 356 | (defvar byte-compile-interactive-only-functions nil |
| 357 | "List of commands that are not meant to be called from Lisp.") | 357 | "List of commands that are not meant to be called from Lisp.") |
| 358 | (make-obsolete-variable 'byte-compile-interactive-only-functions | 358 | (make-obsolete-variable 'byte-compile-interactive-only-functions |
| 359 | "use the `interactive-only' symbol property instead" | 359 | "use the `interactive-only' symbol property instead." |
| 360 | "24.4") | 360 | "24.4") |
| 361 | 361 | ||
| 362 | (defvar byte-compile-not-obsolete-vars nil | 362 | (defvar byte-compile-not-obsolete-vars nil |
diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el index 886b0755e74..2dcdcd0a391 100644 --- a/lisp/gnus/nnimap.el +++ b/lisp/gnus/nnimap.el | |||
| @@ -95,7 +95,7 @@ Uses the same syntax as `nnmail-split-methods'.") | |||
| 95 | (defvoo nnimap-unsplittable-articles '(%Deleted %Seen) | 95 | (defvoo nnimap-unsplittable-articles '(%Deleted %Seen) |
| 96 | "Articles with the flags in the list will not be considered when splitting.") | 96 | "Articles with the flags in the list will not be considered when splitting.") |
| 97 | 97 | ||
| 98 | (make-obsolete-variable 'nnimap-split-rule "see `nnimap-split-methods'" | 98 | (make-obsolete-variable 'nnimap-split-rule "see `nnimap-split-methods'." |
| 99 | "Emacs 24.1") | 99 | "Emacs 24.1") |
| 100 | 100 | ||
| 101 | (defvoo nnimap-authenticator nil | 101 | (defvoo nnimap-authenticator nil |