/[emacs]/emacs/lisp/cus-start.el
ViewVC logotype

Diff of /emacs/lisp/cus-start.el

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

revision 1.67 by teirllm, Mon Feb 14 23:40:46 2005 UTC revision 1.68 by rms, Wed Feb 16 09:37:20 2005 UTC
# Line 312  since it could result in memory overflow Line 312  since it could result in memory overflow
312            ;; use the current value as the standard value.            ;; use the current value as the standard value.
313            standard (if (nthcdr 4 this)            standard (if (nthcdr 4 this)
314                         (nth 4 this)                         (nth 4 this)
315                       (when (boundp symbol)                       (when (default-boundp symbol)
316                         (funcall quoter (default-value symbol))))                         (funcall quoter (default-value symbol))))
317            ;; Don't complain about missing variables which are            ;; Don't complain about missing variables which are
318            ;; irrelevant to this platform.            ;; irrelevant to this platform.

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68

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