Mercurial > hg > xemacs-beta
comparison lisp/mule/mule-cmds.el @ 219:262b8bb4a523 r20-4b8
Import from CVS: tag r20-4b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:09:35 +0200 |
parents | 78f53ef88e17 |
children |
comparison
equal
deleted
inserted
replaced
218:c9f226976f56 | 219:262b8bb4a523 |
---|---|
270 "Name of LEIM list file. | 270 "Name of LEIM list file. |
271 This file contains a list of libraries of Emacs input methods (LEIM) | 271 This file contains a list of libraries of Emacs input methods (LEIM) |
272 in the format of Lisp expression for registering each input method. | 272 in the format of Lisp expression for registering each input method. |
273 Emacs loads this file at startup time.") | 273 Emacs loads this file at startup time.") |
274 | 274 |
275 (defvar leim-list-header (format "\ | 275 (defvar leim-list-header (format |
276 ;;; %s -- list of LEIM (Library of Emacs Input Method) | 276 ";;; %s -- list of LEIM (Library of Emacs Input Method) |
277 ;; | 277 ;; |
278 ;; This file contains a list of LEIM (Library of Emacs Input Method) | 278 ;; This file contains a list of LEIM (Library of Emacs Input Method) |
279 ;; in the same directory as this file. Loading this file registeres | 279 ;; in the same directory as this file. Loading this file registeres |
280 ;; the whole input methods in Emacs. | 280 ;; the whole input methods in Emacs. |
281 ;; | 281 ;; |