Remove shortuct on recent items header

This commit is contained in:
syl20bnr 2015-04-13 02:42:43 -04:00
parent 31b3cc7e9e
commit cf2cfa14ae
1 changed files with 2 additions and 1 deletions

View File

@ -363,7 +363,8 @@ HPADDING is the horizontal spacing betwee the content line and the frame border.
(goto-char ,(point))
(next-line)
(back-to-indentation)))
(insert (concat " " (format "[%s] " shortcut-char) list-display-name))
(insert (concat " " ;; (format "[%s] " shortcut-char)
list-display-name))
(mapc (lambda (el)
(insert "\n ")
(widget-create 'push-button