diff options
| author | Dave Love | 1999-01-11 21:30:00 +0000 |
|---|---|---|
| committer | Dave Love | 1999-01-11 21:30:00 +0000 |
| commit | 5fc9eb7cfeebf90c304dfd4139489700136f7923 (patch) | |
| tree | e8da7c60de3d6b30d953b08daeac359f0b2e6cb7 | |
| parent | f07f4a2430b176d361e5fd5a504daa5eaef34945 (diff) | |
| download | emacs-5fc9eb7cfeebf90c304dfd4139489700136f7923.tar.gz emacs-5fc9eb7cfeebf90c304dfd4139489700136f7923.zip | |
Add inhibit-eol-conversion.
| -rw-r--r-- | lisp/cus-start.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index c8d140e6bc2..d73404be76c 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el | |||
| @@ -67,6 +67,8 @@ | |||
| 67 | (exec-path execute | 67 | (exec-path execute |
| 68 | (repeat (choice (const :tag "default" nil) | 68 | (repeat (choice (const :tag "default" nil) |
| 69 | (file :format "%v")))) | 69 | (file :format "%v")))) |
| 70 | ;; coding.c | ||
| 71 | (inhibit-eol-conversion mule boolean) | ||
| 70 | ;; dired.c | 72 | ;; dired.c |
| 71 | (completion-ignored-extensions dired | 73 | (completion-ignored-extensions dired |
| 72 | (repeat (string :format "%v"))) | 74 | (repeat (string :format "%v"))) |