diff options
| -rw-r--r-- | lisp/bindings.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el index 30e93659814..f412f85dee8 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el | |||
| @@ -933,10 +933,8 @@ language you are using." | |||
| 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 | ||