diff options
author | Glenn Morris <rgm@gnu.org> | 2016-11-17 22:50:40 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2016-11-17 22:50:40 -0800 |
commit | 67df076793773c6226b8c08c435109aeb2e7a0d3 (patch) | |
tree | 8e0dae2836353567dd62476fcf336826917b364b /lisp/gnus/mm-util.el | |
parent | 03c00f716ff7d30c400995e42d7702ed2ba1a07d (diff) | |
download | emacs-67df076793773c6226b8c08c435109aeb2e7a0d3.tar.gz emacs-67df076793773c6226b8c08c435109aeb2e7a0d3.tar.bz2 emacs-67df076793773c6226b8c08c435109aeb2e7a0d3.zip |
; Replace "25.2" with "26.1" where appropriate, which is almost everywhere
Ref:
http://lists.gnu.org/archive/html/emacs-devel/2016-09/msg00692.html
http://lists.gnu.org/archive/html/emacs-devel/2016-01/msg01215.html
Diffstat (limited to 'lisp/gnus/mm-util.el')
-rw-r--r-- | lisp/gnus/mm-util.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/mm-util.el b/lisp/gnus/mm-util.el index adf2fdaa8ff..59ab7913912 100644 --- a/lisp/gnus/mm-util.el +++ b/lisp/gnus/mm-util.el @@ -757,7 +757,7 @@ If INHIBIT is non-nil, inhibit `mm-inhibit-file-name-handlers'." (write-region start end filename append visit lockname))) (defalias 'mm-make-temp-file 'make-temp-file) -(define-obsolete-function-alias 'mm-make-temp-file 'make-temp-file "25.2") +(define-obsolete-function-alias 'mm-make-temp-file 'make-temp-file "26.1") (defvar mm-image-load-path-cache nil) |