aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
* * lisp/subr.el (internal--called-interactively-p--get-frame): Find aliasesStefan Monnier2013-01-031-2/+2
* Merge from emacs-24; up to 2012-12-06T07:33:[email protected]Glenn Morris2013-01-021-1/+1
|\
| * eval-after-load fixGlenn Morris2013-01-021-1/+1
* | Merge from emacs-24; up to 2012-12-06T01:39:[email protected]Paul Eggert2013-01-021-2/+2
|\|
| * Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* | * lisp/subr.el (special-form-p): Don't signal errors on undef aliases.Stefan Monnier2012-12-301-1/+1
* | Merge from trunk + rename the event. Not tested yet.Eli Zaretskii2012-12-101-20/+187
|\ \
| * | Support filesystem notification through inotify on GNU/Linux.RĂ¼diger Sonderfeld2012-12-101-0/+20
| * | * subr.el (text-clone-maintain): Fix clone overlay deletionChong Yidong2012-12-081-1/+1
| * | Spelling fixes.Paul Eggert2012-12-061-1/+1
| * | Merge from emacs-24; up to 2012-11-20T20:06:[email protected]Glenn Morris2012-11-261-5/+6
| |\|
| | * Partial fix for bug #12989 with buffer-file-type annoyances.Eli Zaretskii2012-11-261-5/+6
| * | Make called-interactively-p work for edebug or advised code.Stefan Monnier2012-11-191-2/+146
| * | Merge from emacs-24; up to 2012-11-15T23:31:[email protected]Glenn Morris2012-11-171-1/+4
| |\|
| | * Reword previous with-temp-buffer-window doc fixesGlenn Morris2012-11-161-1/+4
* | | Merge from trunk.Eli Zaretskii2012-11-171-5/+10
|\| |
| * | Merge from emacs-24; up to 2012-11-13T18:57:[email protected]Glenn Morris2012-11-161-5/+10
| |\|
| | * * subr.el (set-temporary-overlay-map): Fix previous doc fix (don't quote `t')Glenn Morris2012-11-141-1/+1
| | * * lisp/subr.el (set-temporary-overlay-map): Doc fix.Glenn Morris2012-11-141-5/+10
* | | Merge from trunk.Eli Zaretskii2012-11-131-14/+15
|\| |
| * | * lisp/emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add toStefan Monnier2012-11-121-6/+0
| * | * lisp/emacs-lisp/nadvice.el: New package.Stefan Monnier2012-11-121-0/+6
| * | * lisp/subr.el (dolist): Don't bind VAR in RESULT.Stefan Monnier2012-11-091-3/+1
| * | * lisp/subr.el (locate-user-emacs-file): If both old and new name exist, useStefan Monnier2012-11-081-5/+8
| |/
* | Merge from trunk after 24.3 was moved to emacs-24 branch.Eli Zaretskii2012-11-021-10/+8
|\|
| * More Emacs 24.3 documentation updates.Chong Yidong2012-10-271-2/+2
| * Cleanup uses of "-hooks".Stefan Monnier2012-10-231-6/+4
| * * lisp/subr.el (internal-temp-output-buffer-show): Rename fromStefan Monnier2012-10-221-2/+2
* | Merge from trunk after cygw32 commit, and resolve conflicts.Eli Zaretskii2012-10-081-2/+6
|\|
| * * lisp/subr.el (read-passwd-map): Don't use `defconst'.Stefan Monnier2012-10-071-2/+6
* | Merge from mainline.Eli Zaretskii2012-10-071-10/+10
|\|
| * * lisp/subr.el (read-passwd-map): New var.Stefan Monnier2012-10-061-11/+10
| * Fix previous read-passwd changeGlenn Morris2012-10-061-1/+2
* | Initial version of the w32notify code.Eli Zaretskii2012-10-061-0/+11
|/
* * subr.el (read-passwd): Allow C-u to erase entry.Glenn Morris2012-10-051-2/+10
* Spelling fixes.Paul Eggert2012-10-041-1/+1
* Minor fixes for the function obsolescence feature.Chong Yidong2012-09-251-3/+8
* Use declare forms, where possible, to mark obsolete functions.Chong Yidong2012-09-251-11/+7
* Implement temp-output-buffer-show in subr.el.Martin Rudalics2012-09-221-1/+40
* Merge from emacs-24; up to 2012-05-07T14:57:[email protected]Chong Yidong2012-09-211-1/+3
|\
| * Mention with-demoted-errors in the doc-string of ignore-errorsLeo Liu2012-09-121-1/+3
* | * lisp/emacs-lisp/edebug.el: Miscellaneous cleanup.Stefan Monnier2012-09-131-0/+2
* | Remove unread-command-char.Stefan Monnier2012-09-121-5/+1
* | * subr.el (set-temporary-overlay-map): Add a docstring. (bug#12346)Bastien Guerry2012-09-111-0/+5
* | Allow scrolling in y-or-n-p.Chong Yidong2012-09-091-11/+31
* | * subr.el (add-to-history): Fix delete usage.Drew Adams2012-09-081-1/+1
* | Introduce "raw syntax descriptor" terminology, and use it.Chong Yidong2012-09-081-2/+7
* | Let ESC ESC quit in read-char-choice, and use it in userlock.el.Chong Yidong2012-09-071-3/+8
* | Add a utility function buffer-narrowed-p, and use it.Chong Yidong2012-09-071-0/+4
* | Add yank-handled-properties; use it for `font-lock-face' and `category'Chong Yidong2012-08-181-69/+64