]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert "Inhibit modification hooks when saving eieio-persistent's"
authorMichael Heerdegen <michael_heerdegen@web.de>
Fri, 8 May 2020 01:49:24 +0000 (03:49 +0200)
committerMichael Heerdegen <michael_heerdegen@web.de>
Tue, 12 May 2020 19:06:22 +0000 (21:06 +0200)
This reverts commit c59e878439833d89998e03134ee9060f9c449fd9.

lisp/emacs-lisp/eieio-base.el

index 010a2b673e1d1856ffec33d290d407cd70257053..2cb1f614ce327ba24205c14bd999d2dad205a043 100644 (file)
@@ -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.