1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

Add inhibit-eol-conversion.

This commit is contained in:
Dave Love 1999-01-11 21:30:00 +00:00
parent f07f4a2430
commit 5fc9eb7cfe

View file

@ -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")))