/[emacs]/emacs/lisp/custom.el
ViewVC logotype

Diff of /emacs/lisp/custom.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.81 by monnier, Sun Mar 6 00:27:53 2005 UTC revision 1.82 by teirllm, Sun Apr 10 18:38:43 2005 UTC
# Line 841  but if `custom-local-buffer' is non-nil, Line 841  but if `custom-local-buffer' is non-nil,
841  this sets the local binding in that buffer instead."  this sets the local binding in that buffer instead."
842    (if custom-local-buffer    (if custom-local-buffer
843        (with-current-buffer custom-local-buffer        (with-current-buffer custom-local-buffer
844          (funcall variable (or value 0)))          (funcall variable (if value 1 0)))
845      (funcall variable (or value 0))))      (funcall variable (if value 1 0))))
846    
847  (defun custom-quote (sexp)  (defun custom-quote (sexp)
848    "Quote SEXP iff it is not self quoting."    "Quote SEXP iff it is not self quoting."

Legend:
Removed from v.1.81  
changed lines
  Added in v.1.82

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26