aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
* (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
* (open-network-stream, open-network-stream-nowait)Richard M. Stallman2002-05-301-0/+83
* (functionp): Catch errors in indirect-function.Richard M. Stallman2002-05-121-1/+3
* Follow coding conventions.Pavel Janík2002-05-021-0/+3
* (remove-yank-excluded-properties): New helper function.Kim F. Storm2002-04-291-31/+27
* (make-temp-file): New arg SUFFIX.Richard M. Stallman2002-04-281-2/+6
* (insert-for-yank): Replace `category' propertyRichard M. Stallman2002-04-271-5/+27
* (insert-buffer-substring-no-properties): New function.Kim F. Storm2002-04-211-0/+25
* (insert-for-yank): New function.Richard M. Stallman2002-04-191-2/+25
* (remove-hook): When there are no more local hooks,Richard M. Stallman2002-04-101-1/+5
* (play-sound): Move here from simple.el.Pavel Janík2002-04-071-0/+21
* (redraw-modeline): Define alias.Richard M. Stallman2002-04-011-0/+3
* (play-sound-file): Moved to simple.el.Richard M. Stallman2002-03-291-15/+1
* (substring-no-properties): Function deleted (now in C).Richard M. Stallman2002-03-261-13/+0
* (macro-declaration-function): New function. Set theGerd Moellmann2002-03-241-1/+19
* (add-to-list): Doc fix.Pavel Janík2002-03-111-0/+2
* (save-match-data): Doc fix.Juanma Barranquero2002-02-251-1/+2
* (global-set-key, local-set-key): Undo 2002-02-06Kim F. Storm2002-02-231-2/+2
* (add-hook): Doc fix.Richard M. Stallman2002-02-201-1/+3
* (global-set-key, local-set-key): Accept a symbol for theKim F. Storm2002-02-061-2/+2
* (force-mode-line-update): Doc fix.Richard M. Stallman2002-02-061-2/+2
* (atomic-change-group, prepare-change-group, activate-change-group)Richard M. Stallman2002-02-061-9/+113
* (remove): Doc fix.Richard M. Stallman2002-01-251-1/+1
* (substring-no-properties): New function.Richard M. Stallman2002-01-251-5/+12
* (copy-without-properties): New function.Richard M. Stallman2002-01-231-1/+7