comparison lisp/bindings.el @ 39587:9c6da1aac3fd

Remove no-byte-compile from file local variables to enable bootstrapping.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 05 Oct 2001 10:12:12 +0000
parents e178a1e23722
children 68ca5f31c24d
comparison
equal deleted inserted replaced
39586:2ca67ed01cd8 39587:9c6da1aac3fd
931 (define-key esc-map "'" 'abbrev-prefix-mark) 931 (define-key esc-map "'" 'abbrev-prefix-mark)
932 (define-key ctl-x-map "'" 'expand-abbrev) 932 (define-key ctl-x-map "'" 'expand-abbrev)
933 933
934 (define-key ctl-x-map "z" 'repeat) 934 (define-key ctl-x-map "z" 'repeat)
935 935
936 ;;; Don't compile this file; it contains no large function definitions.
937 ;;; Don't look for autoload cookies in this file. 936 ;;; Don't look for autoload cookies in this file.
938 ;;; Local Variables: 937 ;;; Local Variables:
939 ;;; no-byte-compile: t
940 ;;; no-update-autoloads: t 938 ;;; no-update-autoloads: t
941 ;;; End: 939 ;;; End:
942 940
943 ;;; bindings.el ends here 941 ;;; bindings.el ends here