mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
Merge from savannah/emacs-30
b5967dda32; * doc/misc/ert.texi (Introduction): Be more Lisp-specific.be4819bd57Include additional version metadata during Windows install
This commit is contained in:
commit
d87cde3177
2 changed files with 8 additions and 5 deletions
|
|
@ -72,6 +72,9 @@ Section
|
|||
|
||||
# add registry key to enable uninstall from control panel
|
||||
WriteRegStr HKLM "${UNINST_KEY}" "DisplayName" "GNU Emacs ${VERSION_BRANCH}"
|
||||
WriteRegStr HKLM "${UNINST_KEY}" "DisplayIcon" "$\"$UninstallerPath$\""
|
||||
WriteRegStr HKLM "${UNINST_KEY}" "DisplayVersion" "${VERSION_BRANCH}"
|
||||
WriteRegStr HKLM "${UNINST_KEY}" "Publisher" "Free Software Foundation, Inc."
|
||||
WriteRegStr HKLM "${UNINST_KEY}" "UninstallString" "$\"$UninstallerPath$\""
|
||||
|
||||
;Create shortcuts
|
||||
|
|
|
|||
|
|
@ -134,11 +134,11 @@ package @file{pp.el}):
|
|||
;; (pp-to-string '('a 'b)) ; same as above
|
||||
@end lisp
|
||||
|
||||
The code contained in these comments can be evaluated from time to
|
||||
time to compare the output with the expected output. ERT formalizes
|
||||
this and introduces a common convention, which simplifies Emacs
|
||||
development, since programmers no longer have to manually find and
|
||||
evaluate such comments.
|
||||
The Lisp forms contained in these comments can be evaluated from time to
|
||||
time, e.g. with @kbd{C-x C-e}, to compare the output with the expected
|
||||
output. ERT formalizes this and introduces a common convention, which
|
||||
simplifies Emacs development, since programmers no longer have to
|
||||
manually find and evaluate such comments.
|
||||
|
||||
An ERT test definition equivalent to the above comments is this:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue