Stefan Monnier
e0f0f3efb4
(timer): Define as a defstruct, so we can name the fields, to make the
...
code clearer. Rewrite all `aset' and `aref' using the defined accessors.
(timer--time): New pseudo-field.
(timer-set-time, timer-set-idle-time, timer-inc-time)
(timer-set-time-with-usecs, with-timeout-suspend): Use it.
(timer--time-less-p): New function.
(timer--activate): New function, extracted from timer-activate.
(timer-activate-when-idle, timer-activate): Use it.
(cancel-function-timers): Use dolist.
2008-04-03 03:43:18 +00:00
Juanma Barranquero
57f31575dd
Regenerate.
2008-04-03 01:27:31 +00:00
Dan Nicolaescu
b23718189d
* emacs-lisp/debug.el (debugger-mode-map):
...
* textmodes/conf-mode.el (conf-mode-map): Add a menu.
(conf-align-assignments): Only work on the region if it is active.
(conf-quote-normal): Use when instead of if. Remove redundant test.
2008-04-02 06:35:21 +00:00
Dan Nicolaescu
5e8bbcc4c9
(emacs-lisp-mode-map): Add menu entries
...
for tracing and re-builder.
2008-04-02 06:29:40 +00:00
Johan Bockgård
a15b3f430c
(frame-parameter) <defsetf>: Make it return the assigned value.
2008-04-01 09:20:42 +00:00
Chong Yidong
2966eaebc8
(find-function-search-for-symbol): Strip extension from .emacs.el to
...
make sure symbol is searched in .emacs too.
2008-03-31 22:12:22 +00:00
Juanma Barranquero
daedb19635
(byte-compile-warnings-safe-p): Use `byte-compile-warning-types'.
...
Add docstring.
2008-03-31 11:02:04 +00:00
Dan Nicolaescu
0bf12140f5
(emacs-lisp-mode-map): Fix predicate.
2008-03-27 22:15:54 +00:00
Johan Bockgård
d9dd743ee6
(lm-with-file): Use mode and syntax table for Emacs Lisp, not Lisp.
2008-03-26 14:13:06 +00:00
Juanma Barranquero
d87e5a2565
(byte-compile-obsolete): If no replacement is provided,
...
don't print "use nil instead".
2008-03-26 12:18:17 +00:00
Juanma Barranquero
9e60aa0b8c
(side-effect-free-fns): Fix typo.
2008-03-25 23:27:11 +00:00
Juanma Barranquero
4361b6c29e
(reb-mode-common): Remove reference to bogus variable `reb-kill-buffer';
...
don't make hooks buffer-local, use the LOCAL arg of `add-hook'.
(reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
Remove spurious * from defcustom docstrings.
(reb-next-match, reb-prev-match, reb-enter-subexp-mode): Fix typos in messages.
(reb-mode-buffer-p): New function.
(re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
(top, reb-show-subexp, reb-auto-update, reb-auto-update, reb-delete-overlays,
reb-cook-regexp, reb-update-regexp, reb-update-overlays): Use `unless', `when'.
(re-builder-unload-function): New function.
2008-03-25 16:49:22 +00:00
Dan Nicolaescu
935f7c5a64
(emacs-lisp-mode-map): Add ... where
...
appropriate.
2008-03-22 17:51:17 +00:00
Juri Linkov
ec800cf0a2
(lisp-complete-symbol):
...
Use `minibuffer-message' to display message "No completions of %s"
when this command is called in the minibuffer.
2008-03-22 00:11:53 +00:00
Dan Nicolaescu
175e5186e2
(emacs-lisp-mode-map): Add menu entry for disassemble.
2008-03-21 06:08:21 +00:00
Dan Nicolaescu
7afdc39150
(emacs-lisp-mode-map): Add menu entries for eldoc and ielm.
2008-03-17 16:19:05 +00:00
Dan Nicolaescu
b0fb2dee9a
Fix typos.
2008-03-16 17:02:40 +00:00
Dan Nicolaescu
f31b125795
* faces.el (xw-defined-colors):
...
* simple.el (widget-convert, shell-mode): Declare as functions
instead of autoloading.
* abbrev.el:
* button.el:
* cus-face.el:
* ediff-hook.el:
* emacs-lisp/backquote.el:
* emacs-lisp/timer.el:
* facemenu.el:
* faces.el:
* menu-bar.el:
* simple.el:
* subr.el:
* textmodes/fill.el:
* textmodes/paragraphs.el: Remove autoloads, redundant when the
files are preloaded.
2008-03-14 17:42:18 +00:00
Dan Nicolaescu
f9a9491fbe
(emacs-lisp-mode-map): Add menu entries
...
for checkdoc and profiling.
2008-03-14 16:09:39 +00:00
Richard M. Stallman
7aefbb0613
(defadvice): Add usage pattern.
2008-03-13 15:28:04 +00:00
Dan Nicolaescu
191a057dc0
(lisp-interaction-mode-map): Fix typo.
2008-03-11 08:04:35 +00:00
Stefan Monnier
812e2bd8e1
(autoload-find-destination): Don't force raw-text.
2008-03-10 21:11:32 +00:00
Bastien Guerry
a218ab178b
* emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Bugfix: replaced
...
:enable (mark-active) with :enable mark-active. Thanks to Lennart
Borgman.
2008-03-06 17:15:47 +00:00
Chong Yidong
becc67882c
(parens-require-spaces): Doc fix.
...
Reported by Drew Adams <drew.adams@oracle.com>.
2008-03-05 20:54:56 +00:00
Chong Yidong
a0255b0827
(parens-require-spaces): Doc fix.
...
Reported by Drew Adams <drew.adams@oracle.com>.
2008-03-05 20:53:40 +00:00
Dan Nicolaescu
388059876a
* bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
...
(standard-mode-line-position): Add mouse-face.
* progmodes/compile.el (compilation-menu-map):
(compilation-mode-map):
* progmodes/grep.el (grep-mode-map): Add :help.
* emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
initialize in one step. Add :help. Use :enable to activate menu
items. Show the key binding for edebug-defun.
(lisp-interaction-mode-map): Add a menu.
* term.el (term-mode-map): Define and initialize in one step.
* ediff-init.el (ediff-color-display-p): Simplify.
(Xor): Remove unused function.
(ediff-with-syntax-table): Simplify for emacs.
* ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
menu-bar being loaded, it always is.
2008-03-05 04:09:24 +00:00
Stefan Monnier
20ce031c40
(byte-compile-trueconstp, byte-compile-nilconstp): No recursion in defsubst.
2008-03-03 21:07:12 +00:00
Stefan Monnier
86408b246c
(byte-compile-maybe-guarded):
...
Remove optimization that was working around the form-code-walker bug.
2008-03-03 03:40:04 +00:00
Stefan Monnier
42521cd491
(byte-optimize-form-code-walker):
...
Walk into the body of lambdas after byte-compile-unfold-lambda.
2008-03-03 03:38:21 +00:00
Glenn Morris
1c3b663ff9
This is Dan's patch from
...
http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-02/msg00134.html
changed to use a common `bytecomp' prefix.
(byte-recompile-directory, byte-compile-file, batch-byte-compile)
(batch-byte-compile-file): Give a `bytecomp-' prefix to local
variables with common names.
2008-03-01 21:11:37 +00:00
Glenn Morris
c01e3aa1dd
(byte-compile-maybe-guarded): Restore code commented out 2007-11-10.
2008-03-01 20:07:28 +00:00
Glenn Morris
584dcd8f48
(make-obsolete): Doc fix.
2008-02-28 03:47:59 +00:00
Miles Bader
b03f96dc5a
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074
2008-02-24 10:09:07 +00:00
Glenn Morris
ce12d620cf
(copyright-update-year): Fix subexpression numbering for the case when
...
years are split over lines, and for the replace case.
2008-02-22 03:52:44 +00:00
Kenichi Handa
da9e269f68
(byte-compile-lapcode): Use
...
unibyte-string instead of string-make-unibyte.
2008-02-12 11:25:01 +00:00
Juanma Barranquero
0138efd4b3
*** empty log message ***
2008-02-05 12:07:11 +00:00
Juanma Barranquero
9b9a412286
*** empty log message ***
2008-02-05 11:51:30 +00:00
Richard M. Stallman
f4c4910c9e
Comment changes.
2008-02-04 16:54:05 +00:00
Miles Bader
6498c4b170
Merge from emacs--devo--0
...
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-328
2008-01-31 13:49:17 +00:00
Juanma Barranquero
8e2e166626
Update.
2008-01-30 21:47:06 +00:00
Juanma Barranquero
2f18aa21f5
(check-declare-directory): Use `find-program' and
...
`grep-program' instead of hardcoded program names.
2008-01-30 21:44:36 +00:00
Juanma Barranquero
c7efbb12d9
(authors): Use find-program' and
grep-program'
...
instead of hardcoded program names.
2008-01-30 21:43:55 +00:00
Miles Bader
9fab854684
Fix merge mistake
...
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-325
2008-01-30 08:29:16 +00:00
Miles Bader
d235ca2ff8
Merge from emacs--devo--0
...
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324
2008-01-30 07:57:28 +00:00
Martin Rudalics
5c8a04f1a9
(find-function-search-for-symbol): Strip extension
...
from .emacs.el to make sure symbol is searched in .emacs too.
2008-01-29 17:40:19 +00:00
Richard M. Stallman
2b88d62a49
Trivial change.
2008-01-25 22:52:50 +00:00
Martin Rudalics
d454552ce3
(find-library): Wrap search for library name in condition-case
...
to avoid reporting a scan-error.
2008-01-25 17:48:59 +00:00
Stefan Monnier
5dbb074d60
(easy-menu-avoid-duplicate-keys): New var.
...
(easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
using the same key for different menu entries.
2008-01-15 22:33:05 +00:00
Glenn Morris
5c4133cb50
Regenerate.
2008-01-12 23:48:35 +00:00
Glenn Morris
dcb8ac09ea
Add 2008 to copyright years.
2008-01-09 04:31:51 +00:00