Mercurial > emacs
comparison lisp/simple.el @ 1145:e6cefcaba564
entered into RCS
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 15 Sep 1992 08:15:41 +0000 |
parents | e33f6475229a |
children | 6b63876aea1c |
comparison
equal
deleted
inserted
replaced
1144:9fe14b2cc5b9 | 1145:e6cefcaba564 |
---|---|
504 (prin1-to-string elt) | 504 (prin1-to-string elt) |
505 elt))) | 505 elt))) |
506 (goto-char (point-min))))) | 506 (goto-char (point-min))))) |
507 | 507 |
508 (defun previous-history-element (n) | 508 (defun previous-history-element (n) |
509 "Inserts the previous element of `command-history' into the minibuffer." | 509 "Inserts the previous element of the minibuffer history into the minibuffer." |
510 (interactive "p") | 510 (interactive "p") |
511 (next-history-element (- n))) | 511 (next-history-element (- n))) |
512 | 512 |
513 (defun goto-line (arg) | 513 (defun goto-line (arg) |
514 "Goto line ARG, counting from line 1 at beginning of buffer." | 514 "Goto line ARG, counting from line 1 at beginning of buffer." |