/[emacs]/emacs/lisp/man.el
ViewVC logotype

Diff of /emacs/lisp/man.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.115 by lektu, Tue Feb 4 11:36:28 2003 UTC revision 1.116 by kai, Fri Mar 7 21:04:53 2003 UTC
# Line 593  all sections related to a subject, put s Line 593  all sections related to a subject, put s
593               (if default-enable-multibyte-characters               (if default-enable-multibyte-characters
594                   locale-coding-system 'raw-text-unix))                   locale-coding-system 'raw-text-unix))
595              ;; Avoid possible error by using a directory that always exists.              ;; Avoid possible error by using a directory that always exists.
596              (default-directory "/"))              (default-directory
597                  (if (and (file-directory-p default-directory)
598                           (not (find-file-name-handler default-directory
599                                                        'file-directory-p)))
600                      default-directory
601                    "/")))
602          ;; Prevent any attempt to use display terminal fanciness.          ;; Prevent any attempt to use display terminal fanciness.
603          (setenv "TERM" "dumb")          (setenv "TERM" "dumb")
604          ;; In Debian Woody, at least, we get overlong lines under X          ;; In Debian Woody, at least, we get overlong lines under X

Legend:
Removed from v.1.115  
changed lines
  Added in v.1.116

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26