mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(facemenu-justification-menu): binding fixed.
This commit is contained in:
parent
3db1e3b5d6
commit
6c1fd142be
1 changed files with 5 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue