emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/files.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el
Date: Sun, 28 Apr 2002 23:55:57 -0400

Index: emacs/lisp/files.el
diff -c emacs/lisp/files.el:1.569 emacs/lisp/files.el:1.570
*** emacs/lisp/files.el:1.569   Sun Apr 28 18:30:22 2002
--- emacs/lisp/files.el Sun Apr 28 23:55:57 2002
***************
*** 203,209 ****
  by programs that create small temporary files.  This is for systems that
  have fast storage with limited space, such as a RAM disk."
    :group 'files
!   :type 'directory)
  
  ;; The system null device. (Should reference NULL_DEVICE from C.)
  (defvar null-device "/dev/null" "The system null device.")
--- 203,209 ----
  by programs that create small temporary files.  This is for systems that
  have fast storage with limited space, such as a RAM disk."
    :group 'files
!   :type '(choice (const nil) directory))
  
  ;; The system null device. (Should reference NULL_DEVICE from C.)
  (defvar null-device "/dev/null" "The system null device.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]