Changeset 3939 for vendor/emacs-CVS_HEAD/lisp/custom.el
- Timestamp:
- 2005年11月01日 07時08分22秒 (3 years ago)
- Files:
-
- vendor/emacs-CVS_HEAD/lisp/custom.el (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
vendor/emacs-CVS_HEAD/lisp/custom.el
r3892 r3939 273 273 Read the section about customization in the Emacs Lisp manual for more 274 274 information." 275 (declare (doc-string 3)) 275 276 ;; It is better not to use backquote in this file, 276 277 ;; because that makes a bootstrapping problem … … 354 355 Read the section about customization in the Emacs Lisp manual for more 355 356 information." 357 (declare (doc-string 3)) 356 358 ;; It is better not to use backquote in this file, 357 359 ;; because that makes a bootstrapping problem
