/[emacs]/emacs/lisp/w32-fns.el
ViewVC logotype

Diff of /emacs/lisp/w32-fns.el

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

revision 1.44 by gerd, Tue Sep 4 12:53:49 2001 UTC revision 1.44.4.1 by jasonr, Tue Nov 20 22:20:08 2001 UTC
# Line 296  CODING-SYSTEM, use \\[list-coding-system Line 296  CODING-SYSTEM, use \\[list-coding-system
296              default))))              default))))
297    (check-coding-system coding-system)    (check-coding-system coding-system)
298    (setq w32-system-coding-system coding-system))    (setq w32-system-coding-system coding-system))
299  ;; Set system coding system initially to iso-latin-1  ;; Set system coding system initially from locale-coding-system.
300  (set-w32-system-coding-system 'iso-latin-1)  ;; In future, when defvaralias is available, this will become an alias.
301    (set-w32-system-coding-system locale-coding-system)
302    
303  ;;; Set to a system sound if you want a fancy bell.  ;;; Set to a system sound if you want a fancy bell.
304  (set-message-beep nil)  (set-message-beep nil)

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.44.4.1

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