equal
deleted
inserted
replaced
1539 (other . "my") |
1539 (other . "my") |
1540 )) |
1540 )) |
1541 )) |
1541 )) |
1542 |
1542 |
1543 ;;; ---------------------------------------------------------------- |
1543 ;;; ---------------------------------------------------------------- |
|
1544 (message "python") |
|
1545 |
|
1546 (when (equal window-system 'w32) |
|
1547 (add-to-list 'process-coding-system-alist '("python" cp1251-unix . cp1251-unix)) |
|
1548 ) |
|
1549 |
|
1550 ;;; ---------------------------------------------------------------- |
1544 (message "javascript, js") |
1551 (message "javascript, js") |
1545 |
1552 |
1546 ;; (if (>= emacs-major-version 23) |
1553 ;; (if (>= emacs-major-version 23) |
1547 ;; (add-to-list 'auto-mode-alist '("\\.js$" . js-mode)) |
1554 ;; (add-to-list 'auto-mode-alist '("\\.js$" . js-mode)) |
1548 ;; (add-to-list 'auto-mode-alist '("\\.js$" . javascript-generic-mode)) |
1555 ;; (add-to-list 'auto-mode-alist '("\\.js$" . javascript-generic-mode)) |