aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
* (translation-table-for-input): Declare obsolete again.Eli Zaretskii2009-02-141-0/+6
* (locate-library): Doc fix. (Bug#2291)Eli Zaretskii2009-02-131-0/+3
* Don't declare `translation-table-for-input' obsolete.Eli Zaretskii2009-02-071-3/+0
* * subr.el (play-sound): Doc fix. (Bug#250)Juanma Barranquero2009-01-121-3/+5
* Comment (fix typo).Glenn Morris2009-01-101-1/+1
* (last-input-char, last-command-char): Move here from src/keyboard.c.Glenn Morris2009-01-091-0/+10
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* (mkdir): New defalias.Dan Nicolaescu2008-12-291-0/+1
* (keymap-canonicalize): Properly preserve keymap prompt.Andreas Schwab2008-12-261-3/+3
* * subr.el (chmod): New defalias for set-file-modes.Dan Nicolaescu2008-12-241-0/+1
* (declare-function): Doc fix.Glenn Morris2008-12-131-1/+1
* Fix typo in last change.Chong Yidong2008-11-161-1/+1
* (read-passwd): Use read-event instead of read-char-exclusive.Chong Yidong2008-11-161-9/+16
* (read-passwd): Yank current kill if the user enters C-y.Chong Yidong2008-11-161-16/+29
* (looking-back): Fix doc-string typo.Martin Rudalics2008-11-041-1/+1
* (looking-back): Doc fix.Chong Yidong2008-11-031-3/+5
* (with-selected-window): Call set-frame-selected-windowMartin Rudalics2008-11-021-20/+23
* * subr.el (locate-user-emacs-file): Simplify. Don't createJuanma Barranquero2008-10-281-4/+6
* (with-current-buffer): Rename buffer argument to buffer-or-name.Martin Rudalics2008-10-251-6/+6
* New function `locate-user-emacs-file'.Juanma Barranquero2008-10-241-1/+18
* (apply-partially): Move from subr.el to simple.el.Eli Zaretskii2008-10-201-15/+0
* Fix last change (again).Eli Zaretskii2008-10-201-13/+13
* (split-string-and-unquote): Simplify regexp.Andreas Schwab2008-10-201-1/+1
* Fix last change.Eli Zaretskii2008-10-201-3/+5
* (top-level): Require `cl' when compiling.Eli Zaretskii2008-10-201-0/+4
* (apply-partially): Move from minibuffer.el to subr.el.Eli Zaretskii2008-10-191-0/+9
* (read-quoted-char): Call char-resolve-modifiersMartin Rudalics2008-09-281-1/+1
* (with-output-to-string): Make sure that the temporary buffer getsRomain Francoise2008-09-231-6/+7
* (cancel-change-group): Widen buffer temporarily whenMartin Rudalics2008-09-071-20/+24
* (symbol-file): Fix doc-string.Martin Rudalics2008-09-061-8/+9
* (make-variable-frame-local): Tweak obsolescence message.Glenn Morris2008-08-301-1/+2
* (temp-buffer-show-hook): Doc fix.Chong Yidong2008-08-231-3/+1
* * bitmaps/README:Dan Nicolaescu2008-07-311-16/+8
* American English spelling fix.Glenn Morris2008-06-271-1/+1
* Add some compiler declarations, for builds without X.Glenn Morris2008-06-121-0/+2
* (momentary-string-display): Use an overlay.Stefan Monnier2008-06-101-49/+30
* (locate-library): Doc fix.Glenn Morris2008-06-101-1/+1
* * progmodes/flymake.el (flymake-save-buffer-in-file):Stefan Monnier2008-05-281-2/+1
* (ignore-errors): Move here from cl-macs.el.Glenn Morris2008-05-071-0/+5
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* * vc.el (vc-dir-mode-map): Enable mouse bindings.Sam Steingold2008-05-021-0/+5
* (translation-table-for-input): Mark as obsolete.Stefan Monnier2008-04-241-0/+3
* * finder.el (finder-commentary):Stefan Monnier2008-04-191-2/+3
* * minibuffer.el (complete-with-action, lazy-completion-table):Stefan Monnier2008-04-111-86/+0
* (assoc-ignore-case, assoc-ignore-representation):Juanma Barranquero2008-04-101-2/+2
* (combine-and-quote-strings): Also quote strings that contain the separator.Stefan Monnier2008-04-071-2/+3
* (functionp): Return nil for special forms.Stefan Monnier2008-04-051-5/+5
* *** empty log message ***Stefan Monnier2008-04-051-1/+1
* * subr.el (keymap-canonicalize): New function.Stefan Monnier2008-04-041-0/+27
* (with-temp-buffer): Assume kill-buffer can change current-buffer.Stefan Monnier2008-03-291-5/+6