mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-14 09:39:42 +00:00
Revert "Inhibit modification hooks when saving eieio-persistent's"
This reverts commit c59e878439
.
This commit is contained in:
parent
e6837016b0
commit
3b170f04f4
@ -473,8 +473,7 @@ instance."
|
||||
(let* ((cfn (or file (oref this file)))
|
||||
(default-directory (file-name-directory cfn)))
|
||||
(cl-letf ((standard-output (current-buffer))
|
||||
(inhibit-modification-hooks t)
|
||||
((oref this file) ;FIXME: Why change it?
|
||||
((oref this file) ;FIXME: Why change it?
|
||||
(if file
|
||||
;; FIXME: Makes a name relative to (oref this file),
|
||||
;; whereas I think it should be relative to cfn.
|
||||
|
Loading…
Reference in New Issue
Block a user