comparison lisp/cus-start.el @ 90201:fbb2bea03df9

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-69 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 474-484) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 88-91) - Merge from emacs--cvs-trunk--0 - Update FSF's address in GPL notices - Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 14 Jul 2005 08:02:00 +0000
parents f9a65d7ebd29 2fcfefeaac70
children edf295560b5a
comparison
equal deleted inserted replaced
90200:f9a65d7ebd29 90201:fbb2bea03df9
75 ;; callint.c 75 ;; callint.c
76 (mark-even-if-inactive editing-basics boolean) 76 (mark-even-if-inactive editing-basics boolean)
77 ;; callproc.c 77 ;; callproc.c
78 (shell-file-name execute file) 78 (shell-file-name execute file)
79 (exec-path execute 79 (exec-path execute
80 (repeat (choice (const :tag "default" nil) 80 (repeat (choice (const :tag "default directory" nil)
81 (file :format "%v")))) 81 (directory :format "%v"))))
82 ;; charset.c 82 ;; charset.c
83 (charset-map-path installation 83 (charset-map-path installation
84 (repeat (directory :format "%v"))) 84 (repeat (directory :format "%v")))
85 ;; coding.c 85 ;; coding.c
86 (inhibit-eol-conversion mule boolean) 86 (inhibit-eol-conversion mule boolean)