Chong Yidong
04ba1d88de
* subr.el (sit-for): Use new SECONDS arg of read-event instead of
...
a timer.
2006-07-26 18:18:26 +00:00
Richard M. Stallman
01d16e16b9
(dolist, dotimes): Use interned symbols for iteration.
...
(--dotimes-limit--, --dolist-tail--): New defvars.
(looking-back): Doc fix.
2006-07-24 17:01:08 +00:00
Chong Yidong
c1fdbde6c8
* subr.el (sit-for): Just sleep-for if noninteractive.
2006-07-18 01:34:48 +00:00
Kim F. Storm
d812080674
(sit-for): Doc fix. Specify normal arg list using fn-form.
...
Remove special case for seconds < 0. Use (redisplay t) instead.
2006-07-11 00:17:43 +00:00
Chong Yidong
0369eb8545
* subr.el (sit-for): New function.
...
* play/hanoi.el (hanoi-sit-for): Check sit-for return value.
2006-07-10 18:52:13 +00:00
Richard M. Stallman
8285ccd2e1
(def-edebug-spec): Moved here.
2006-07-09 02:00:10 +00:00
Richard M. Stallman
08a61c99b5
(with-current-buffer): Doc fix.
2006-06-02 03:30:24 +00:00
Richard M. Stallman
39be728a88
(with-current-buffer): Doc fix.
2006-05-30 01:19:09 +00:00
Richard M. Stallman
0988217ac7
(load-history-regexp): If FILE is relative, insist
...
entire last name component must match it.
(load-history-filename-element, load-history-regexp): Doc fixes.
2006-05-29 00:28:43 +00:00
Richard M. Stallman
60f7e8b663
(with-local-quit): Doc fix.
2006-05-25 00:20:40 +00:00
Richard M. Stallman
113fe928bb
(with-local-quit): When handling `quit' signal,
...
make a chance for quit-flag to cause a quit.
2006-05-25 00:19:02 +00:00
Richard M. Stallman
870560eb10
(read-passwd): Copy PROMPT before changing its properties.
2006-05-24 22:28:02 +00:00
Alan Mackenzie
33d74677e7
startup.el (command-line): For names of preloaded files, don't append
...
".elc" (now done in Fload), and call file-truename on the lisp directory.
subr.el (eval-after-load): Fix the doc-string. Allow FILE to match ANY
loaded file with the right name, not just those in load-path. Put a
regexp matching the file name into after-load-alist, rather than the name
itself.
subr.el: New functions load-history-regexp,
load-history-filename-element, do-after-load-evaluation.
international/mule.el (load-with-code-conversion): Do the eval-after-load
stuff by calling do-after-load-evaluation.
2006-05-24 13:22:12 +00:00
Kim F. Storm
d749491187
(add-to-history): Add KEEP-ALL arg and align functionality
...
with read-from-minibuffer.
2006-05-16 11:19:39 +00:00
Miles Bader
1627b55f61
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-271
...
Rename "field-at-point" to "field-at-pos"
2006-05-10 01:58:37 +00:00
Nick Roberts
1ecaae6cc9
(field-at-point): New function.
2006-05-10 00:32:34 +00:00
Kim F. Storm
ae9d1ae3b8
(add-to-history): Remove keep-dups arg.
2006-05-07 20:49:01 +00:00
Kim F. Storm
6b04bd6eec
(add-to-history): New function.
2006-05-05 23:35:57 +00:00
Stefan Monnier
26715e1b67
(booleanp): New fun.
2006-04-29 13:56:19 +00:00
Kim F. Storm
79a09c9c48
(posn-string, posn-image, posn-object): Doc fix.
2006-04-26 08:56:32 +00:00
Romain Francoise
7c447c3f8d
(read-passwd): Bind `message-log-max' to nil.
2006-04-12 19:40:56 +00:00
Reiner Steib
3e45722587
* subr.el (string-or-null-p): New function.
...
* textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
* textmodes/ispell.el (ispell-local-dictionary): Use
string-or-null-p.
* files.el: Update comment about safe-local-variable declarations.
2006-04-06 19:20:38 +00:00
Luc Teirlinck
667b73dcdf
(locate-library): Use get-load-suffixes' instead of load-suffixes'
...
and `load-file-rep-suffixes' instead of '("").
2006-02-27 02:01:08 +00:00
Juanma Barranquero
50d16788f2
(substitute-key-definition): Doc fix (hide internal argument).
2006-02-13 11:05:37 +00:00
Richard M. Stallman
fda11e854d
(substitute-key-definition): Doc fix.
2006-02-12 20:32:18 +00:00
Juanma Barranquero
1c51d057c4
(substitute-key-definition): Fix typo.
2006-02-10 16:46:43 +00:00
Kim F. Storm
cf25c64767
(substitute-key-definition-key): Pass t for NOERROR to
...
indirect-function instead of using condition-case.
2006-02-10 00:02:47 +00:00
Thien-Thi Nguyen
aaef169dc6
Update years in copyright notice; nfc.
2006-02-06 15:23:23 +00:00
John Paul Wallington
28ac46f87d
(toplevel): Define `cl-assertion-failed' condition here because the
...
`assert' macro from the cl package signals it at runtime.
2006-01-30 19:55:29 +00:00
Richard M. Stallman
8299f39695
(lazy-completion-table): Doc fix.
2006-01-26 17:54:27 +00:00
Juri Linkov
b2a20868ea
(cancel-change-group): Add listp around pending-undo-list.
2005-12-30 06:00:17 +00:00
Luc Teirlinck
70c6db6c46
(noreturn, 1value): Doc fixes.
2005-12-30 02:59:47 +00:00
Luc Teirlinck
3cf212510b
(lazy-completion-table): Correct typo in docstring.
2005-12-28 16:36:18 +00:00
Stefan Monnier
1d5e15d046
(lazy-completion-table): Remove argument `args'.
2005-12-26 15:57:37 +00:00
Stefan Monnier
8e77fbb49f
(lazy-completion-table): Don't be fooled if the var holds
...
a "list" (lambda ...) rather than a real completion list.
2005-12-19 02:20:33 +00:00
Kim F. Storm
c71abb541e
(version-regexp-alist): Allow space as separator before
...
non-numeric part, e.g. "1.0 alpha".
(version-to-list): Interpret .X.Y version as 0.X.Y version.
2005-12-12 14:23:06 +00:00
John Paul Wallington
6273dc6821
(atomic-change-group): Add edebug and indentation spec.
2005-12-03 02:31:40 +00:00
Eli Zaretskii
a4b1de6e8d
(read-passwd): Fontify the prompt as we do with other prompts.
2005-11-19 12:49:59 +00:00
Romain Francoise
059a552c5c
* subr.el (locate-library): Move from help-fns.el.
...
* help-fns.el (locate-library): Move to subr.el.
2005-10-28 16:55:48 +00:00
Romain Francoise
e8fbc5e023
(eval-after-load): Convert library name to an absolute file name using
...
locate-library, since load-history no longer has library names in it.
2005-10-22 17:34:49 +00:00
Richard M. Stallman
229ffb5a07
(make-temp-file): Moved to files.el.
...
(get-buffer-window-list): Moved to window.el.
2005-10-22 15:35:45 +00:00
Richard M. Stallman
adbe2d11a7
(eval-at-startup): New macro.
2005-10-22 15:23:00 +00:00
Richard M. Stallman
c4f484f279
Much rearrangement of functions and division into pages. No code changes.
2005-10-22 15:01:08 +00:00
Richard M. Stallman
6471aead18
(symbol-file): Doc fix.
2005-10-21 17:19:57 +00:00
Eli Zaretskii
d74a5c919c
(version-regexp-alist): Extend valid syntax for version strings:
...
allow any of the characters -,_,+ to separate the alpha/beta/rc part
from the version part. Doc fix.
(version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
2005-09-24 10:41:18 +00:00
Kim F. Storm
ca548b00f8
(version-list-<, version-list-<=, version-list-=)
...
Renamed from integer-list-*.
(version-list-not-zero): Likewise. Fix while loop.
(version=): Use version-list-= instead of string-equal.
2005-08-26 12:31:55 +00:00
Richard M. Stallman
5a3232180f
(play-sound): Rearrange to avoid warning.
2005-08-25 10:57:38 +00:00
Vinicius Jose Latorre
e9454757ab
version string comparison
2005-08-25 01:37:47 +00:00
Richard M. Stallman
23bb94bb4a
(replace-regexp-in-string): Doc fix.
2005-08-20 21:48:51 +00:00
Kim F. Storm
fbe13428a8
(insert-for-yank-1): Doc fix.
2005-08-17 14:08:30 +00:00