aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Heerdegen2020-05-08 03:49:24 +0200
committerMichael Heerdegen2020-05-12 21:06:22 +0200
commit3b170f04f494e58b0afe3f8a36d7f5ceeb9f07a9 (patch)
treed23e4e291eba85361f4e737581c0dc9cb176e594
parente6837016b02b89a8f393003f85017ade048d8ab1 (diff)
downloademacs-3b170f04f494e58b0afe3f8a36d7f5ceeb9f07a9.tar.gz
emacs-3b170f04f494e58b0afe3f8a36d7f5ceeb9f07a9.zip
Revert "Inhibit modification hooks when saving eieio-persistent's"
This reverts commit c59e878439833d89998e03134ee9060f9c449fd9.
-rw-r--r--lisp/emacs-lisp/eieio-base.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/eieio-base.el b/lisp/emacs-lisp/eieio-base.el
index 010a2b673e1..2cb1f614ce3 100644
--- a/lisp/emacs-lisp/eieio-base.el
+++ b/lisp/emacs-lisp/eieio-base.el
@@ -473,8 +473,7 @@ instance."
473 (let* ((cfn (or file (oref this file))) 473 (let* ((cfn (or file (oref this file)))
474 (default-directory (file-name-directory cfn))) 474 (default-directory (file-name-directory cfn)))
475 (cl-letf ((standard-output (current-buffer)) 475 (cl-letf ((standard-output (current-buffer))
476 (inhibit-modification-hooks t) 476 ((oref this file) ;FIXME: Why change it?
477 ((oref this file) ;FIXME: Why change it?
478 (if file 477 (if file
479 ;; FIXME: Makes a name relative to (oref this file), 478 ;; FIXME: Makes a name relative to (oref this file),
480 ;; whereas I think it should be relative to cfn. 479 ;; whereas I think it should be relative to cfn.