aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
* * subr.el (do-after-load-evaluation): Fix last change: use `mapc'Juanma Barranquero2009-08-301-5/+6
* * subr.el (do-after-load-evaluation): Simplify.Juanma Barranquero2009-08-291-10/+5
* * subr.el (default-mode-line-format, default-header-line-format)Stefan Monnier2009-08-271-0/+39
* (read-passwd): Use read-key so keypad keys work as well.Stefan Monnier2009-08-191-4/+2
* * subr.el (listify-key-sequence-1): Use normal syntax since thoseStefan Monnier2009-08-191-14/+58
* * subr.el: Provide hashtable-print-readable.Chong Yidong2009-08-091-0/+9
* (process-kill-buffer-query-function): New function.Juri Linkov2009-07-181-0/+10
* (def-edebug-spec): Doc fix.Glenn Morris2009-07-141-2/+5
* (eval-after-load): Doc fix.Glenn Morris2009-07-061-1/+5
* Fix previous change, sigh.Glenn Morris2009-06-191-1/+2
* (open-network-stream): Doc fix.Glenn Morris2009-06-191-10/+10
* * subr.el (assoc-default): Doc fix.Chong Yidong2009-04-291-5/+7
* * subr.el (posn-col-row): Properly compute line spacing.Chong Yidong2009-04-151-7/+13
* * subr.el (forward-point): Add obsolescence declaration.Juanma Barranquero2009-03-191-0/+1
* (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