equal
deleted
inserted
replaced
1058 ) )) |
1058 ) )) |
1059 |
1059 |
1060 (setq woman-use-own-frame nil) |
1060 (setq woman-use-own-frame nil) |
1061 (setq woman-fill-frame t) |
1061 (setq woman-fill-frame t) |
1062 ;; I prefer EN man pages. |
1062 ;; I prefer EN man pages. |
1063 (setq manual-program "LANG=C man") |
1063 (when (memq system-type '(windows-nt cygwin)) |
|
1064 (setq manual-program "LANG=C man") |
|
1065 ) |
1064 |
1066 |
1065 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
1067 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
1066 (message "comint") |
1068 (message "comint") |
1067 |
1069 |
1068 ;; If non-nil, add a `/' to completed directories, ` ' to file names. |
1070 ;; If non-nil, add a `/' to completed directories, ` ' to file names. |