equal
deleted
inserted
replaced
11 |
11 |
12 ;; ====================================================================== |
12 ;; ====================================================================== |
13 ;; Debugging. |
13 ;; Debugging. |
14 |
14 |
15 ;; Shut off message buffer by setting nil. |
15 ;; Shut off message buffer by setting nil. |
16 (setq message-log-max 100) |
16 (setq message-log-max 512) |
17 |
17 |
18 ;; Set the debug option to enable a backtrace when a problem occurs. |
18 ;; Set the debug option to enable a backtrace when a problem occurs. |
19 (setq debug-on-error nil) ; t/nil |
19 (setq debug-on-error nil) ; t/nil |
20 |
20 |
21 ;; ====================================================================== |
21 ;; ====================================================================== |