diff options
Diffstat (limited to 'lisp/vc/ediff-init.el')
| -rw-r--r-- | lisp/vc/ediff-init.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/vc/ediff-init.el b/lisp/vc/ediff-init.el index f5177bca112..04926af16ef 100644 --- a/lisp/vc/ediff-init.el +++ b/lisp/vc/ediff-init.el | |||
| @@ -1573,9 +1573,8 @@ This default should work without changes." | |||
| 1573 | 1573 | ||
| 1574 | 1574 | ||
| 1575 | (defun ediff-convert-standard-filename (fname) | 1575 | (defun ediff-convert-standard-filename (fname) |
| 1576 | (if (fboundp 'convert-standard-filename) | 1576 | (declare (obsolete convert-standard-filename "28.1")) |
| 1577 | (convert-standard-filename fname) | 1577 | (convert-standard-filename fname)) |
| 1578 | fname)) | ||
| 1579 | 1578 | ||
| 1580 | (define-obsolete-function-alias 'ediff-with-syntax-table | 1579 | (define-obsolete-function-alias 'ediff-with-syntax-table |
| 1581 | #'with-syntax-table "27.1") | 1580 | #'with-syntax-table "27.1") |