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
6c1fd142
Commit
6c1fd142
authored
Feb 23, 1995
by
Boris Goldowsky
Browse files
(facemenu-justification-menu): binding fixed.
parent
3db1e3b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
lisp/facemenu.el
lisp/facemenu.el
+5
-5
No files found.
lisp/facemenu.el
View file @
6c1fd142
...
...
@@ -160,11 +160,11 @@ when they are created.")
(
defvar
facemenu-justification-menu
(
let
((
map
(
make-sparse-keymap
"Justification"
)))
(
define-key
map
[?c]
(
cons
"Center"
'set-justification-center
))
(
define-key
map
[?b]
(
cons
"Full"
'set-justification-full
))
(
define-key
map
[?r]
(
cons
"Right"
'set-justification-right
))
(
define-key
map
[?l]
(
cons
"Left"
'set-justification-left
))
(
define-key
map
[?u]
(
cons
"Unfilled"
'set-
nofill
))
(
define-key
map
"c"
(
cons
"Center"
'set-justification-center
))
(
define-key
map
"f"
(
cons
"Full"
'set-justification-full
))
(
define-key
map
"r"
(
cons
"Right"
'set-justification-right
))
(
define-key
map
"l"
(
cons
"Left"
'set-justification-left
))
(
define-key
map
"n"
(
cons
"Unfilled"
'set-
justification-none
))
map
)
"Submenu for text justification commands."
)
(
defalias
'facemenu-justification-menu
facemenu-justification-menu
)
...
...
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