equal
deleted
inserted
replaced
417 (setq enable-local-variables t |
417 (setq enable-local-variables t |
418 enable-local-eval 1) |
418 enable-local-eval 1) |
419 |
419 |
420 (setq kill-whole-line t) |
420 (setq kill-whole-line t) |
421 |
421 |
422 (setq view-read-only t) |
422 ;; Disable because of bug with gettext.el. See |
|
423 ;; http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=287261 |
|
424 ;; (setq view-read-only t) |
423 |
425 |
424 (setq read-quoted-char-radix 16) |
426 (setq read-quoted-char-radix 16) |
425 |
427 |
426 (when (and (>= emacs-major-version 22) (not (eq system-type 'darwin))) |
428 (when (and (>= emacs-major-version 22) (not (eq system-type 'darwin))) |
427 (setq standard-display-table (make-display-table)) |
429 (setq standard-display-table (make-display-table)) |