emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/custom.el


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/custom.el
Date: Sun, 10 Apr 2005 14:38:43 -0400

Index: emacs/lisp/custom.el
diff -c emacs/lisp/custom.el:1.81 emacs/lisp/custom.el:1.82
*** emacs/lisp/custom.el:1.81   Sun Mar  6 00:27:53 2005
--- emacs/lisp/custom.el        Sun Apr 10 18:38:43 2005
***************
*** 841,848 ****
  this sets the local binding in that buffer instead."
    (if custom-local-buffer
        (with-current-buffer custom-local-buffer
!       (funcall variable (or value 0)))
!     (funcall variable (or value 0))))
  
  (defun custom-quote (sexp)
    "Quote SEXP iff it is not self quoting."
--- 841,848 ----
  this sets the local binding in that buffer instead."
    (if custom-local-buffer
        (with-current-buffer custom-local-buffer
!       (funcall variable (if value 1 0)))
!     (funcall variable (if value 1 0))))
  
  (defun custom-quote (sexp)
    "Quote SEXP iff it is not self quoting."




reply via email to

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