summaryrefslogtreecommitdiff
path: root/lisp/w32-fns.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2016-11-17 22:50:40 -0800
committerGlenn Morris <rgm@gnu.org>2016-11-17 22:50:40 -0800
commit67df076793773c6226b8c08c435109aeb2e7a0d3 (patch)
tree8e0dae2836353567dd62476fcf336826917b364b /lisp/w32-fns.el
parent03c00f716ff7d30c400995e42d7702ed2ba1a07d (diff)
downloademacs-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/w32-fns.el')
-rw-r--r--lisp/w32-fns.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/w32-fns.el b/lisp/w32-fns.el
index 3c524e76d42..91c02530427 100644
--- a/lisp/w32-fns.el
+++ b/lisp/w32-fns.el
@@ -143,7 +143,7 @@ You should set this to t when using a non-system shell.\n\n"))))
'(undecided-dos . undecided-dos)
'(raw-text-dos . raw-text-dos)))))
(define-obsolete-function-alias 'set-default-process-coding-system
- #'w32-set-default-process-coding-system "25.2")
+ #'w32-set-default-process-coding-system "26.1")
(add-hook 'before-init-hook #'w32-set-default-process-coding-system)
@@ -235,7 +235,7 @@ This function is provided for backward compatibility, since
(check-coding-system coding-system)
(setq locale-coding-system coding-system))
(define-obsolete-function-alias 'set-w32-system-coding-system
- #'w32-set-system-coding-system "25.2")
+ #'w32-set-system-coding-system "26.1")
;; locale-coding-system was introduced to do the same thing as
;; w32-system-coding-system. Use that instead.