mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-07 20:59:37 +00:00
; 'Changes from the pre-25.1 API' copyedits
This commit is contained in:
parent
825ca2542e
commit
897fb6fa49
1 changed files with 5 additions and 5 deletions
|
@ -552,7 +552,7 @@
|
||||||
;; argument, since on no system since RCS has setting the initial
|
;; argument, since on no system since RCS has setting the initial
|
||||||
;; revision been even possible, let alone sane.
|
;; revision been even possible, let alone sane.
|
||||||
;;
|
;;
|
||||||
;; INCOMPATIBLE CHANGE: In older versions of the API, vc-diff did
|
;; - INCOMPATIBLE CHANGE: In older versions of the API, vc-diff did
|
||||||
;; not take an async-mode flag as a fourth optional argument. (This
|
;; not take an async-mode flag as a fourth optional argument. (This
|
||||||
;; change eliminated a particularly ugly global.)
|
;; change eliminated a particularly ugly global.)
|
||||||
;;
|
;;
|
||||||
|
@ -563,12 +563,12 @@
|
||||||
;; SVN.)
|
;; SVN.)
|
||||||
;;
|
;;
|
||||||
;; - INCOMPATIBLE CHANGE: The old fourth 'default-state' argument of
|
;; - INCOMPATIBLE CHANGE: The old fourth 'default-state' argument of
|
||||||
;; vc-dir-status-files is gone; none of the back ends actually used it.
|
;; dir-status-files is gone; none of the back ends actually used it.
|
||||||
;;
|
;;
|
||||||
;; - vc-dir-status is no longer a public method; it has been replaced
|
;; - dir-status is no longer a public method; it has been replaced by
|
||||||
;; by vc-dir-status-files.
|
;; dir-status-files.
|
||||||
;;
|
;;
|
||||||
;; - vc-state-heuristic is no longer a public method (the CVS backend
|
;; - state-heuristic is no longer a public method (the CVS backend
|
||||||
;; retains it as a private one).
|
;; retains it as a private one).
|
||||||
;;
|
;;
|
||||||
;; - the vc-mistrust-permissions configuration variable is gone; the
|
;; - the vc-mistrust-permissions configuration variable is gone; the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue