comparison lisp/dumped-lisp.el @ 444:576fb035e263 r21-2-37

Import from CVS: tag r21-2-37
author cvs
date Mon, 13 Aug 2007 11:36:19 +0200
parents abe6d1db359e
children 0784d089fdc9
comparison
equal deleted inserted replaced
443:a8296e22da4e 444:576fb035e263
113 (when-feature (and (not infodock) dialog) "dialog-items") 113 (when-feature (and (not infodock) dialog) "dialog-items")
114 114
115 ;;;;;;;;;;;;;;;;;; Coding-system support 115 ;;;;;;;;;;;;;;;;;; Coding-system support
116 (when-feature file-coding "coding") 116 (when-feature file-coding "coding")
117 (when-feature file-coding "code-files") 117 (when-feature file-coding "code-files")
118 ;; Handle process with encoding/decoding coding-system.
118 (when-feature file-coding "code-process") 119 (when-feature file-coding "code-process")
119 120 ;; Provide basic commands to set coding systems to user
121 (when-feature file-coding "code-cmds")
120 ;;;;;;;;;;;;;;;;;; MULE support 122 ;;;;;;;;;;;;;;;;;; MULE support
121 (when-feature mule "mule-charset") 123 (when-feature mule "mule-charset")
122 (when-feature mule "mule-coding") 124 (when-feature mule "mule-coding")
123 ;; All files after this can have extended characters in them. 125 ;; All files after this can have extended characters in them.
124 (when-feature mule "mule-help") 126 (when-feature mule "mule-help")