summaryrefslogtreecommitdiff
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs--devo--0Miles Bader2007-07-151-7/+55
|\
| * (when, unless): Doc fix.Juanma Barranquero2007-07-141-2/+2
| * *** empty log message ***Stefan Monnier2007-07-101-4/+39
| * (looking-at-p, string-match-p): New functions.Richard M. Stallman2007-07-101-0/+12
* | Merge from emacs--devo--0Miles Bader2007-07-091-0/+30
|\ \ | |/
| * (run-mode-hooks): Docstring improvement.Stefan Monnier2007-07-081-1/+2
| * * pcvs-util.el (cvs-strings->string, cvs-string->strings): RenameNick Roberts2007-06-281-0/+30
* | Merge from emacs--devo--0Miles Bader2007-06-161-0/+9
|\ \ | |/
| * (user-emacs-directory): New defconst.Chong Yidong2007-06-131-0/+9
* | Merge from emacs--devo--0Miles Bader2007-04-241-3/+8
|\ \ | |/
| * (read-number): Catch errors.Richard M. Stallman2007-04-221-3/+5
| * (read-number): Doc fix.Richard M. Stallman2007-04-211-0/+3
* | Merge from emacs--devo--0Miles Bader2007-04-111-28/+50
|\ \ | |/
| * Fix indentation.Vinicius Jose Latorre2007-04-091-28/+36
| * (with-case-table): Use `make-symbol' to avoid variable capture.John Paul Wallington2007-04-061-5/+9
| * * subr.el (with-case-table): New macro.Chong Yidong2007-04-041-0/+10
* | Merge from emacs--devo--0Miles Bader2007-03-211-14/+37
|\ \ | |/
| * Revert 2007-01-04 change by Kevin Rodgers due to lack of legal papers.Chong Yidong2007-03-191-11/+26
| * (def-edebug-spec): Fix typo in docstring.Juanma Barranquero2007-03-191-1/+1
| * (when, unless): Doc fix.Kim F. Storm2007-03-181-2/+10
* | Merge from emacs--devo--0Miles Bader2007-02-131-0/+5
|\ \ | |/
| * (insert-for-yank-1): Prevent read-only properties from interferingChong Yidong2007-02-091-0/+5
* | Merge from emacs--devo--0Miles Bader2007-01-261-26/+14
|\ \ | |/
| * Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
| * (momentary-string-display): Use save-excursion.Richard M. Stallman2007-01-101-4/+4
| * (split-string): Remove spurious ")" from doc string.Eli Zaretskii2007-01-061-1/+1
| * * faces.el (momentary): Move here ...Dan Nicolaescu2007-01-051-5/+0
| * (momentary): New face.Richard M. Stallman2007-01-041-29/+19
| * (momentary-string-display): After moving point, set POS variable to it to avoidJuanma Barranquero2007-01-021-0/+3
* | Merge from emacs--devo--0Miles Bader2006-12-161-1/+2
|\ \ | |/
| * (unread-command-char): Reflow obsolescence info.Juanma Barranquero2006-12-111-1/+2
* | Merge from emacs--devo--0Miles Bader2006-12-071-1/+1
|\ \ | |/
| * (momentary-string-display): "?\ " -> "?\s".Juanma Barranquero2006-11-271-1/+1
* | Merge from emacs--devo--0Miles Bader2006-11-211-1/+3
|\ \ | |/
| * (posn-image): Fix typo in docstring.Juanma Barranquero2006-11-191-1/+1
| * (remove-overlays): Fix last change.Richard M. Stallman2006-11-121-1/+1
| * (remove-overlays): Fix typo in last change.Romain Francoise2006-11-081-1/+1
| * (remove-overlays): Call overlay-recenter.Richard M. Stallman2006-11-081-0/+2
* | Merge from emacs--devo--0Miles Bader2006-11-071-5/+5
|\ \ | |/
| * (add-to-list): Don't continue checking if a match hasDavid Kastrup2006-10-301-5/+5
* | Merge from emacs--devo--0Miles Bader2006-10-301-8/+26
|\ \ | |/
| * (add-to-list): Fix last change--optimize for no compare-fn.Kim F. Storm2006-10-221-4/+4
| * (add-to-list): Optimize if compare-fn is `eq' or `eql'.Kim F. Storm2006-10-221-9/+21
| * (insert-for-yank-1): If last inserted char has properties,Richard M. Stallman2006-10-181-0/+6
* | Merge from emacs--devo--0Miles Bader2006-10-151-1/+3
|\ \ | |/
| * (start-process-shell-command): Doc fix.Eli Zaretskii2006-10-131-1/+3
* | Merge from emacs--devo--0Miles Bader2006-10-031-17/+37
|\ \ | |/
| * (insert-for-yank-1): Handle `font-lock-face' specially.Richard M. Stallman2006-09-281-1/+22
| * (shell-quote-argument): Use DOS logic for Windows shells with DOS semantics.Jason Rumney2006-09-251-14/+13
| * Adjust commentVinicius Jose Latorre2006-09-201-2/+2