Markus Rost <rost at math.uni-bielefeld.de>

(describe-no-warranty): Place point in a slightly better position in
the GPLv3 text.
This commit is contained in:
Glenn Morris 2009-10-07 02:52:37 +00:00
parent ea9883d149
commit e7e2b26cc6
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
* help.el (describe-no-warranty): Place point in a slightly better
position in the GPLv3 text.
2009-10-06 Sam Steingold <sds@gnu.org>
* net/tramp-compat.el (tramp-compat-process-running-p): Check that

View file

@ -323,7 +323,8 @@ If that doesn't give a function, return nil."
(interactive)
(describe-copying)
(let (case-fold-search)
(search-forward "NO WARRANTY")
(search-forward "Disclaimer of Warranty")
(forward-line 0)
(recenter 0)))
(defun describe-prefix-bindings ()