Remove some code duplication in startup.el
authorGlenn Morris <rgm@gnu.org>
Tue, 23 Apr 2013 21:51:40 +0000 (17:51 -0400)
committerGlenn Morris <rgm@gnu.org>
Tue, 23 Apr 2013 21:51:40 +0000 (17:51 -0400)
commitb46a056ef2486b9f5625972c03cfc02934a346c3
treeeb0bef99e31c22ce90eda55cd302cb382f296204
parentb02b54814ac406a8e71cf6f38e28682852e76a26
Remove some code duplication in startup.el

"If keys have their default meanings, use precomputed string to save
lots of time" implies substitute-command-keys was slow 20+ years ago
when this was originally written.  But we were accidentally using the
"slow" branch for 5 years and no-one complained about speed (bug#13970).

* lisp/startup.el (normal-no-mouse-startup-screen, normal-about-screen):
Remove venerable code attempting to avoid substitute-command-keys.
lisp/ChangeLog
lisp/startup.el