emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/raeburn-startup 3da90ae 32/43: Make watchers dumpa


From: Ken Raeburn
Subject: [Emacs-diffs] scratch/raeburn-startup 3da90ae 32/43: Make watchers dumpable.
Date: Mon, 31 Jul 2017 02:11:04 -0400 (EDT)

branch: scratch/raeburn-startup
commit 3da90ae1479dd6080033710ee0a8fbb1c8f43336
Author: Ken Raeburn <address@hidden>
Commit: Ken Raeburn <address@hidden>

    Make watchers dumpable.
    
    * lisp/frame.el: Set variable watchers to set-buffer-redisplay, not to
    its subr value.
---
 lisp/frame.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/frame.el b/lisp/frame.el
index 634367e..99d9159 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -2469,7 +2469,7 @@ See also `toggle-frame-maximized'."
 ;; F5 then produces the correct effect, the variable doesn't need
 ;; to be in this list; otherwise, it does.
 (mapc (lambda (var)
-        (add-variable-watcher var (symbol-function 'set-buffer-redisplay)))
+        (add-variable-watcher var 'set-buffer-redisplay))
       '(line-spacing
         overline-margin
         line-prefix



reply via email to

[Prev in Thread] Current Thread [Next in Thread]