mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 08:20:41 -08:00
Add autoload cookies.
This commit is contained in:
parent
8062d993f4
commit
628eac44d7
1 changed files with 5 additions and 0 deletions
|
|
@ -33,6 +33,11 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
;;; Provide some binding for startup:
|
||||
;;;###autoload (or key-translation-map (setq key-translation-map (make-sparse-keymap)))
|
||||
;;;###autoload (define-key key-translation-map "\C-x8" iso-transl-ctl-x-8-map)
|
||||
;;;###autoload (autoload 'iso-transl-ctl-x-8-map "iso-transl" "Keymap for C-x 8 prefix." t 'keymap)
|
||||
|
||||
(defvar iso-transl-dead-key-alist
|
||||
'((?\' . mute-acute)
|
||||
(?\` . mute-grave)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue