1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-13 16:38:14 +00:00

* startup.el (fancy-startup-tail): Add a clickable link.

This commit is contained in:
Kim F. Storm 2012-12-01 10:08:30 +08:00 committed by Chong Yidong
parent c01bf73e79
commit f0b6ae635d
2 changed files with 12 additions and 3 deletions

View File

@ -1,8 +1,16 @@
2012-12-01 Kim F. Storm <storm@cua.dk>
* startup.el (fancy-startup-tail): Add a clickable link
(Bug#2176).
2012-12-01 Chong Yidong <cyd@gnu.org>
* startup.el (fancy-startup-tail): Improve the message about
auto-save files (Bug#2176).
* files.el (recover-session): Improve the descriptive message, and
use substitute-command-keys.
2012-12-01 Glenn Morris <rgm@gnu.org>
* ido.el (ido-file-internal):

View File

@ -1582,9 +1582,10 @@ a face or button specification."
"\nAn auto-save file list was found. "
"\nAuto-save file lists were found. ")
"If an Emacs session crashed recently,\ntype "
:face '(fixed-pitch font-lock-comment-face)
"M-x recover-session RET"
:face '(variable-pitch font-lock-comment-face)
:link `("M-x recover-session RET"
,(lambda (_button)
(call-interactively
'recover-session)))
" to recover the files you were editing."))))
(when concise