]> code.delx.au - gnu-emacs/blobdiff - lisp/printing.el
Update copyright year to 2015
[gnu-emacs] / lisp / printing.el
index 39da132d64e777d7e587f859c99fc44d6c0a23b9..86d569a6ac61a4cf2fd8f3450c8c7a1b290c7e96 100644 (file)
@@ -1,6 +1,6 @@
 ;;; printing.el --- printing utilities
 
-;; Copyright (C) 2000-2001, 2003-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2000-2001, 2003-2015 Free Software Foundation, Inc.
 
 ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
 ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br>
@@ -3172,7 +3172,7 @@ See `pr-ps-printer-alist'.")
 
 (defmacro pr-save-file-modes (&rest body)
   "Execute BODY with file permissions temporarily set to `pr-file-modes'."
-  (declare (obsolete with-file-modes "24.5"))
+  (declare (obsolete with-file-modes "25.1"))
   `(with-file-modes pr-file-modes ,@body))
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;