diff options
| author | Vibhav Pant | 2020-08-21 14:04:35 +0530 |
|---|---|---|
| committer | Vibhav Pant | 2020-08-21 14:04:35 +0530 |
| commit | f0f8d7b82492e741950c363a03b886965c91b1b0 (patch) | |
| tree | 19b716830b1ebabc0d7d75949c4e6800c0f104ad /lisp/vc/ediff-init.el | |
| parent | 9e64a087c4d167e7ec1c4e22bea3e6af53b563de (diff) | |
| parent | c818c29771d3cb51875643b2f6c894073e429dd2 (diff) | |
| download | emacs-feature/native-comp-macos-fixes.tar.gz emacs-feature/native-comp-macos-fixes.zip | |
Merge branch 'feature/native-comp' into feature/native-comp-macos-fixesfeature/native-comp-macos-fixes
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") |