mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
* lisp/generic-x.el (xmodmap-generic-mode): New. (Bug#2065) (tiny change)
This commit is contained in:
parent
01c3509454
commit
ffd0a50215
2 changed files with 12 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2011-03-06 Daniel Clemente <dcl441-bugs@yahoo.com> (tiny change)
|
||||
|
||||
* generic-x.el (xmodmap-generic-mode): New. (Bug#2065)
|
||||
|
||||
2011-03-06 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* allout.el (allout-init, allout-prefixed-keybindings)
|
||||
|
|
|
|||
|
|
@ -370,6 +370,14 @@ your changes into effect."
|
|||
nil
|
||||
"Generic mode for X Resource configuration files."))
|
||||
|
||||
(define-generic-mode xmodmap-generic-mode
|
||||
'(?!)
|
||||
'("add" "clear" "keycode" "keysym" "remove" "pointer")
|
||||
nil
|
||||
'("[xX]modmap\\(rc\\)?\\'")
|
||||
nil
|
||||
"Simple mode for xmodmap files.")
|
||||
|
||||
;;; Hosts
|
||||
(when (memq 'hosts-generic-mode generic-extras-enable-list)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue