equal
deleted
inserted
replaced
592 (setq ring-bell-function '(lambda () "Empty ring-bell-function." nil)) |
592 (setq ring-bell-function '(lambda () "Empty ring-bell-function." nil)) |
593 (setq visible-bell t) ; With default ring-bell-function in text terminal |
593 (setq visible-bell t) ; With default ring-bell-function in text terminal |
594 ; revert screen if press [end] or [home] |
594 ; revert screen if press [end] or [home] |
595 (setq track-eol nil) |
595 (setq track-eol nil) |
596 |
596 |
597 ;; (setq enable-recursive-minibuffers t) |
597 (setq enable-recursive-minibuffers t) |
598 |
598 |
599 ;; Prompt before evaluating local bits of lisp. This stops people |
599 ;; Prompt before evaluating local bits of lisp. This stops people |
600 ;; putting things at the end of files which delete all your files! |
600 ;; putting things at the end of files which delete all your files! |
601 (setq enable-local-variables :safe |
601 (setq enable-local-variables :safe |
602 enable-local-eval 1) |
602 enable-local-eval 1) |