Mercurial > emacs
changeset 24057:4c733ca989dc
Add inhibit-eol-conversion.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 11 Jan 1999 21:30:00 +0000 |
parents | d20160af7b6e |
children | 85622273d1e8 |
files | lisp/cus-start.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cus-start.el Mon Jan 11 21:21:03 1999 +0000 +++ b/lisp/cus-start.el Mon Jan 11 21:30:00 1999 +0000 @@ -67,6 +67,8 @@ (exec-path execute (repeat (choice (const :tag "default" nil) (file :format "%v")))) + ;; coding.c + (inhibit-eol-conversion mule boolean) ;; dired.c (completion-ignored-extensions dired (repeat (string :format "%v")))