diff options
Diffstat (limited to 'lisp/w32-fns.el')
-rw-r--r-- | lisp/w32-fns.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/w32-fns.el b/lisp/w32-fns.el index 1fb505937d2..720fbed211b 100644 --- a/lisp/w32-fns.el +++ b/lisp/w32-fns.el @@ -1,4 +1,4 @@ -;;; winnt.el --- Lisp routines for Windows NT. +;;; w32-fns.el --- Lisp routines for Windows NT. ;; Copyright (C) 1994 Free Software Foundation, Inc. @@ -85,4 +85,4 @@ See also `auto-save-file-name-p'." ;;; Set to a system sound if you want a fancy bell. (set-message-beep nil) -;;; winnt.el ends here +;;; w32-fns.el ends here |