summaryrefslogtreecommitdiff
path: root/lisp/printing.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2014-09-29 14:14:08 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2014-09-29 14:14:08 -0400
commitcbdc06f3be1fb1921454d15d5d9f48bef85cba9e (patch)
treeeadcc7cd3232cc8f8ac5789d5ef48cc69796a19c /lisp/printing.el
parent8f24b587c87f621f5bc9997589de5d4e3f73b1c3 (diff)
downloademacs-cbdc06f3be1fb1921454d15d5d9f48bef85cba9e.tar.gz
Rename 24.5 to 25.1
Except where we expect to backport the corresponding change.
Diffstat (limited to 'lisp/printing.el')
-rw-r--r--lisp/printing.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/printing.el b/lisp/printing.el
index 39da132d64e..101c8e2a8e7 100644
--- a/lisp/printing.el
+++ b/lisp/printing.el
@@ -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))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;