aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
* (delete-dups): A better implementation from Karl Heuer <[email protected]>.Eli Zaretskii2004-02-161-10/+6
* (match-string-no-properties): Use substring-no-properties.Eli Zaretskii2004-02-161-4/+2
* (delete-dups): New function.Luc Teirlinck2004-01-191-0/+15
* (declare): New macro.Luc Teirlinck2004-01-161-14/+20
* (event-start, event-end): Doc fix.Kim F. Storm2004-01-061-5/+25
* (functionp): Doc fix.Luc Teirlinck2004-01-031-1/+4
* (assoc-ignore-case, assoc-ignore-representation):Richard M. Stallman2003-12-291-12/+5
* (insert-for-yank): Call insert-for-yank-1 repetitivelyEli Zaretskii2003-12-291-0/+11
* Add macros `1value' and `noreturn'.Jonathan Yavner2003-11-301-0/+14
* (posn-object-x-y): New defun.Kim F. Storm2003-11-271-0/+6
* (number-sequence): Improve handling of floating point argumentsLuc Teirlinck2003-11-261-12/+33
* (event-start, event-end): Doc fix.Kim F. Storm2003-11-231-41/+63
* (minor-mode-list): Add `hs-minor-mode'.Thien-Thi Nguyen2003-11-151-1/+2
* (add-hook): Fix last change.Stefan Monnier2003-11-031-3/+1
* (add-hook): Correctly detect when make-local-hook was used.Richard M. Stallman2003-10-201-22/+25
* (force-mode-line-update): Fix docstring.Lute Kamstra2003-10-161-2/+4
* Add arch taglinesMiles Bader2003-09-011-0/+1
* Comment change.Richard M. Stallman2003-08-291-0/+2
* (read-passwd): Use clear-string instead of fillarray.Richard M. Stallman2003-08-061-7/+7
* (with-selected-window): Add closing paren.John Paul Wallington2003-07-211-1/+1
* (with-selected-window): Copy code form save-selected-windowRichard M. Stallman2003-07-211-10/+26
* (dolist, dotimes): Doc fix.Markus Rost2003-07-081-2/+2
* (lazy-completion-table, dynamic-completion-table): New macros.Richard M. Stallman2003-06-301-0/+37
* (looking-back): Handle the case of non-trivial regexps.Stefan Monnier2003-06-181-11/+12
* (looking-back): New function to check for regular expression before point.Juanma Barranquero2003-05-301-0/+13
* (split-string): Implement specification that splitting on explicit separatorsJuanma Barranquero2003-05-221-17/+41
* (prepare-change-group): Reinstate BUFFER arg; make it work.Richard M. Stallman2003-05-181-2/+5
* (macro-declaration-function): Avoid `dolist' and `cadr'.Stefan Monnier2003-05-181-7/+11
* (with-selected-window): New macro.Stefan Monnier2003-05-171-31/+52
* (assq-delete-all): Ignore non-cons elememts.Richard M. Stallman2003-04-241-2/+3
* (minor-mode-list): New variable.Richard M. Stallman2003-04-091-0/+11
* Adjust number-sequence codeVinicius Jose Latorre2003-04-051-12/+15
* (read-quoted-char): Remember the input charRichard M. Stallman2003-04-031-20/+20
* (number-sequence): Shorten the code.Kenichi Handa2003-04-031-4/+3
* (number-sequence): New function.Kenichi Handa2003-04-031-0/+16
* * files.el (recover-session): Error if there are no previousJohn Paul Wallington2003-03-141-4/+4
* (posn-col-row): Heed frame parameter `line-spacing' andJohn Paul Wallington2003-03-111-4/+4
* (posn-col-row): Take into account `line-spacing'.John Paul Wallington2003-03-101-3/+6
* (with-syntax-table): Don't copy the table any more.Stefan Monnier2003-02-201-2/+2
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-3/+3
* (insert-for-yank): Remove COMMAND element from yank handler.Kim F. Storm2003-01-271-6/+2
* Tiny doc fixes.Kim F. Storm2003-01-211-2/+2
* (insert-for-yank): Set yank-undo-function after calling FUNCTION,Kim F. Storm2003-01-191-9/+11
* (insert-for-yank): Doc fix.Kim F. Storm2003-01-191-2/+2
* Update copyright.Kim F. Storm2003-01-181-1/+1
* (insert-for-yank): Arg list changed; now only accepts oneKim F. Storm2003-01-181-9/+42
* (process-put, process-get): New functions.Kim F. Storm2003-01-141-0/+13
* (add-to-invisibility-spec): If it was t, start it out at (t).Richard M. Stallman2002-12-221-6/+4
* (symbol-file): Accept a non-atomic `function' arg.Stefan Monnier2002-11-201-1/+2
* (symbol-file): Remove unused variable `functions'.John Paul Wallington2002-11-201-1/+1