; * lisp/files.el (basic-save-buffer-2): Fix typo.
This commit is contained in:
parent
a66155555b
commit
123d52f69c
1 changed files with 1 additions and 1 deletions
|
@ -5080,7 +5080,7 @@ Before and after saving the buffer, this function runs
|
|||
(progn
|
||||
;; Pass in nil&nil rather than point-min&max to indicate
|
||||
;; we're saving the buffer rather than just a region.
|
||||
;; write-region-annotate-functions may make us of it.
|
||||
;; write-region-annotate-functions may make use of it.
|
||||
(write-region nil nil
|
||||
buffer-file-name nil t buffer-file-truename)
|
||||
(when save-silently (message nil))
|
||||
|
|
Loading…
Add table
Reference in a new issue