diff options
| author | Stefan Monnier | 2014-09-29 14:14:08 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-09-29 14:14:08 -0400 |
| commit | cbdc06f3be1fb1921454d15d5d9f48bef85cba9e (patch) | |
| tree | eadcc7cd3232cc8f8ac5789d5ef48cc69796a19c /lisp/eshell | |
| parent | 8f24b587c87f621f5bc9997589de5d4e3f73b1c3 (diff) | |
| download | emacs-cbdc06f3be1fb1921454d15d5d9f48bef85cba9e.tar.gz emacs-cbdc06f3be1fb1921454d15d5d9f48bef85cba9e.zip | |
Rename 24.5 to 25.1
Except where we expect to backport the corresponding change.
Diffstat (limited to 'lisp/eshell')
| -rw-r--r-- | lisp/eshell/esh-util.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/esh-util.el b/lisp/eshell/esh-util.el index 3bb6e8f31c7..cd73c0afa75 100644 --- a/lisp/eshell/esh-util.el +++ b/lisp/eshell/esh-util.el | |||
| @@ -539,7 +539,7 @@ Unless optional argument INPLACE is non-nil, return a new string." | |||
| 539 | 539 | ||
| 540 | (defmacro eshell-with-file-modes (modes &rest forms) | 540 | (defmacro eshell-with-file-modes (modes &rest forms) |
| 541 | "Evaluate, with file-modes set to MODES, the given FORMS." | 541 | "Evaluate, with file-modes set to MODES, the given FORMS." |
| 542 | (declare (obsolete with-file-modes "24.5")) | 542 | (declare (obsolete with-file-modes "25.1")) |
| 543 | `(with-file-modes ,modes ,@forms)) | 543 | `(with-file-modes ,modes ,@forms)) |
| 544 | 544 | ||
| 545 | (defmacro eshell-with-private-file-modes (&rest forms) | 545 | (defmacro eshell-with-private-file-modes (&rest forms) |