| Commit message (Expand) | Author | Age | Files | Lines |
* | (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook) | Stefan Monnier | 2002-09-09 | 1 | -35/+30 |
* | (keyboard-quit): Set defining-kbd-macro to nil to | Kim F. Storm | 2002-09-09 | 1 | -0/+1 |
* | (apply-macro-to-region-lines): Let-bind mark-active to | Kim F. Storm | 2002-09-09 | 1 | -1/+2 |
* | Typo | Kim F. Storm | 2002-09-09 | 1 | -1/+1 |
* | *** empty log message *** | Kim F. Storm | 2002-09-09 | 1 | -0/+8 |
* | (what-line): Don't hard-code 1. | Stefan Monnier | 2002-09-09 | 1 | -41/+19 |
* | (find-library-suffixes, find-library-name) | Stefan Monnier | 2002-09-09 | 1 | -17/+29 |
* | (byte-compile-file): Don't switch buffer. | Stefan Monnier | 2002-09-09 | 1 | -3/+5 |
* | (isearch-cmds): Add docstring. | Stefan Monnier | 2002-09-09 | 1 | -103/+107 |
* | Notify a change in files.el. On the occasion, fix some indentations; | Markus Rost | 2002-09-09 | 1 | -4/+9 |
* | (save-some-buffers-action-alist): Use lower case for help string of | Markus Rost | 2002-09-09 | 1 | -1/+1 |
* | *** empty log message *** | Richard M. Stallman | 2002-09-09 | 1 | -0/+34 |
* | (cperl-noscan-files-regexp): In addition to RCS, exclude CVS directories. | Richard M. Stallman | 2002-09-09 | 1 | -1/+2 |
* | (mouse-scroll-calendar-left) | Richard M. Stallman | 2002-09-09 | 1 | -7/+28 |
* | (byte-recompile-directory): Set and then bind default-directory. | Richard M. Stallman | 2002-09-09 | 1 | -57/+61 |
* | (fancy-splash-head, normal-splash-screen): | Richard M. Stallman | 2002-09-09 | 1 | -9/+8 |
* | (auto-mode-alist): Use sh-mode for .bash files. | Richard M. Stallman | 2002-09-09 | 1 | -0/+1 |
* | (ls-lisp-format-time-list): New variable. | Richard M. Stallman | 2002-09-09 | 1 | -2/+20 |
* | Many doc fixes. | Richard M. Stallman | 2002-09-09 | 1 | -39/+40 |
* | (Info-search): Add (point-min) to subfile positions | Richard M. Stallman | 2002-09-09 | 1 | -5/+9 |
* | (make-backup-file-name-1): When make-directory fails, | Richard M. Stallman | 2002-09-09 | 1 | -5/+8 |
* | (doctor-cadr, doctor-caddr, doctor-cddr): Remove. | John Paul Wallington | 2002-09-09 | 2 | -30/+31 |
* | (diff): Doc fix. | Markus Rost | 2002-09-09 | 2 | -1/+5 |
* | (byte-compile-delete-errors): Default to nil. | Richard M. Stallman | 2002-09-09 | 2 | -2/+22 |
* | Comment change. | Richard M. Stallman | 2002-09-09 | 1 | -0/+4 |
* | (undo-elt-in-region): Fix one-off error at END. | Richard M. Stallman | 2002-09-09 | 1 | -29/+53 |
* | (custom-save-variables, custom-save-faces): | Richard M. Stallman | 2002-09-09 | 1 | -4/+8 |
* | (doctor-doc): Recognize question words and use qlist. | Richard M. Stallman | 2002-09-09 | 1 | -12/+7 |
* | Regenerated | Kim F. Storm | 2002-09-08 | 2 | -5/+5 |
* | Regenerated. | Kim F. Storm | 2002-09-08 | 1 | -102/+107 |
* | (kmacro-end-and-call-macro): New command to end and | Kim F. Storm | 2002-09-08 | 1 | -3/+362 |
* | *** empty log message *** | Kim F. Storm | 2002-09-08 | 1 | -0/+14 |
* | (read-quoted-char): Apply listify-key-sequence to vector | Kim F. Storm | 2002-09-07 | 2 | -2/+8 |
* | (ibuffer-diff-with-file): Just call `diff-buffer-with-file'. | Colin Walters | 2002-09-07 | 2 | -33/+7 |
* | (diff-buffer-with-file): Call diff synchronously, so we don't delete | Colin Walters | 2002-09-07 | 1 | -1/+1 |
* | (diff): Add optional argument no-async, and use the above argument. | Colin Walters | 2002-09-07 | 1 | -3/+5 |
* | (compile-internal): Add optional argument no-async. | Colin Walters | 2002-09-07 | 1 | -2/+7 |
* | *** empty log message *** | Colin Walters | 2002-09-07 | 1 | -0/+10 |
* | * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix. | John Paul Wallington | 2002-09-07 | 3 | -3/+11 |
* | *** empty log message *** | Stefan Monnier | 2002-09-06 | 1 | -6/+43 |
* | (menu-bar-make-mm-toggle): New macro. | Stefan Monnier | 2002-09-06 | 1 | -58/+51 |
* | (edmacro-subseq): Don't use cl-push/cl-pop. | Stefan Monnier | 2002-09-06 | 1 | -1/+1 |
* | etags.el tags-case-fold-search honoured when completing. | Francesco Potortì | 2002-09-06 | 1 | -0/+6 |
* | (find-tag-tag, complete-tag): Bind | Francesco Potortì | 2002-09-06 | 1 | -2/+8 |
* | (reftex-label-menu-flags): Fix typo. | Juanma Barranquero | 2002-09-06 | 2 | -3/+5 |
* | (speedbar-mode): Fix typos. | Juanma Barranquero | 2002-09-06 | 1 | -2/+2 |
* | *** empty log message *** | Juanma Barranquero | 2002-09-06 | 2 | -1/+55 |
* | (gnus-status-message): Fix spacing. | Juanma Barranquero | 2002-09-06 | 1 | -1/+1 |
* | (warning-level-aliases): Fix spacing. | Juanma Barranquero | 2002-09-06 | 1 | -1/+1 |
* | (vcursor-toggle-vcursor-map): Fix spacing. | Juanma Barranquero | 2002-09-06 | 1 | -1/+1 |