Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ffd0a502
Commit
ffd0a502
authored
Mar 05, 2011
by
Daniel Clemente
Committed by
Glenn Morris
Mar 05, 2011
Browse files
* lisp/generic-x.el (xmodmap-generic-mode): New. (Bug#2065) (tiny change)
parent
01c35094
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/generic-x.el
lisp/generic-x.el
+8
-0
No files found.
lisp/ChangeLog
View file @
ffd0a502
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)
...
...
lisp/generic-x.el
View file @
ffd0a502
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment