comparison lisp/cus-start.el @ 91085:880960b70474

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-283
author Miles Bader <miles@gnu.org>
date Sun, 11 Nov 2007 00:56:44 +0000
parents a0e466c4d599 beb909dfc54d
children 56a72e2bd635
comparison
equal deleted inserted replaced
91084:a4347a111894 91085:880960b70474
33 ;; this file is loaded again with (require 'cus-start); 33 ;; this file is loaded again with (require 'cus-start);
34 ;; then it does the whole job. 34 ;; then it does the whole job.
35 35
36 ;;; Code: 36 ;;; Code:
37 37
38 (let ((all '(;; abbrev.c 38 (let ((all '(;; alloc.c
39 (abbrev-all-caps abbrev-mode boolean)
40 (pre-abbrev-expand-hook abbrev-mode hook)
41 ;; alloc.c
42 (gc-cons-threshold alloc integer) 39 (gc-cons-threshold alloc integer)
43 (garbage-collection-messages alloc boolean) 40 (garbage-collection-messages alloc boolean)
44 ;; buffer.c 41 ;; buffer.c
45 (mode-line-format modeline sexp) ;Hard to do right. 42 (mode-line-format modeline sexp) ;Hard to do right.
46 (default-major-mode internal function) 43 (default-major-mode internal function)