comparison lisp/cus-start.el @ 38409:153f1b1f2efd

Emacs lisp coding convention fixes.
author Pavel Janík <Pavel@Janik.cz>
date Sat, 14 Jul 2001 11:21:08 +0000
parents 911b5aa7fe8d
children eb91dd2d9bcf
comparison
equal deleted inserted replaced
38408:621d2afcdfc2 38409:153f1b1f2efd
1 ;;; cus-start.el --- define customization properties of builtins. 1 ;;; cus-start.el --- define customization properties of builtins
2 ;; 2 ;;
3 ;; Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc. 3 ;; Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc.
4 ;; 4 ;;
5 ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> 5 ;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
6 ;; Keywords: internal 6 ;; Keywords: internal
306 ;; Don't record cus-start as loaded 306 ;; Don't record cus-start as loaded
307 ;; if we have set up only the standard values. 307 ;; if we have set up only the standard values.
308 (unless purify-flag 308 (unless purify-flag
309 (provide 'cus-start)) 309 (provide 'cus-start))
310 310
311 ;;; cus-start.el ends here. 311 ;;; cus-start.el ends here