aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
* (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
* (replace-regexp-in-string): Doc fix.Andreas Schwab2002-10-291-1/+1
* (remq): Fix typo.Juanma Barranquero2002-10-171-10/+10
* (read-key-auxiliary-map, read-key): Remove.Stefan Monnier2002-10-031-13/+10
* (read-key): Use read-key-auxiliary-map, not read-key-aux-map.Noah Friedman2002-09-291-1/+1
* (remove-yank-excluded-properties): Fix bugs in handling of category properties.Richard M. Stallman2002-09-291-9/+11
* (read-key-auxiliary-map): New var.Stefan Monnier2002-09-271-29/+37
* (define-mail-user-agent): Moved from simple.el.Stefan Monnier2002-09-111-1/+36
* (symbol-file): Also work for autoloaded funcs.Stefan Monnier2002-09-091-9/+19
* (read-quoted-char): Apply listify-key-sequence to vectorKim F. Storm2002-09-071-2/+2
* (make-variable-frame-localizable): New alias for `make-variable-frame-local'.Juanma Barranquero2002-08-281-0/+1
* (suppress-keymap): Use command remapping instead ofKim F. Storm2002-08-261-1/+1
* (eval-after-load): Do not call load-symbol-file-load-history (deleted)Sam Steingold2002-08-241-1/+1
* (symbol-file-load-history-loaded)Richard M. Stallman2002-08-241-20/+20
* (atomic-change-group): Doc fix.Richard M. Stallman2002-08-021-1/+1
* (unread-command-char, executing-macro, post-command-idle-hook,Juanma Barranquero2002-07-191-0/+15
* (dot, dot-max, dot-min, dot-marker, buffer-flush-undo, baud-rate,Juanma Barranquero2002-07-191-0/+8
* (insert-string): Update the obsolete info.Stefan Monnier2002-07-071-2/+3
* (chars-in-region): Add obsolescence declaration for `chars-in-region'.Juanma Barranquero2002-07-031-0/+1
* (char-bytes): Fix obsolescence declaration.Juanma Barranquero2002-06-271-4/+3
* (event-start, event-end, event-click-count):Stefan Monnier2002-06-231-12/+16
* (pop): Move the call to `car' outside the prog1, as the compilerMiles Bader2002-06-141-2/+3
* (copy-tree): Use `nconc' and `nreverse' instead of `nreconc'.Miles Bader2002-06-141-1/+1
* (copy-list): Moved to cl.el.Richard M. Stallman2002-06-101-18/+12
* (copy-list): Moved here from cl.el.Colin Walters2002-06-081-0/+27