Vinicius Jose Latorre
59e1bd2913
Default argument for find-library
2007-10-31 12:46:29 +00:00
Juanma Barranquero
1cc5b8f8b4
(elp-report-limit, elp-restore-all, elp-unset-master, elp-results): Fix typos.
...
(elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
Doc fixes.
2007-10-31 12:09:33 +00:00
Juanma Barranquero
2980f2d11b
(unsafep, unsafep-function, unsafep-progn, unsafep-let):
...
Fix typos in docstrings.
2007-10-29 15:41:53 +00:00
Glenn Morris
b1ac90c50a
(byte-compile-warnings): Autoload the safe-local-variable property.
2007-10-26 07:34:46 +00:00
Richard M. Stallman
974992a66b
(ad-get-advice-info): Change to a function.
...
(ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
(ad-is-advised, ad-get-advice-info-field)
(ad-set-advice-info-field): Use ad-get-advice-info-macro.
2007-10-16 02:34:58 +00:00
Richard M. Stallman
49c23b705b
(debugger-setup-buffer): Disable undo in *Backtrace*.
2007-10-10 20:19:44 +00:00
Richard M. Stallman
03d5bbb071
(edebug-install-custom-print-funcs)
...
(edebug-install-custom-print, edebug-reset-print-funcs)
(edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
Functions deleted.
(edebug-prin1, edebug-print, edebug-prin1-to-string)
(edebug-format, edebug-message): Define directly as aliases.
2007-10-09 01:18:29 +00:00
Juanma Barranquero
a1a57a4244
(eldoc-message-commands-table-size, eldoc-message-commands,
...
eldoc-current-idle-delay): Fix typos in docstrings.
2007-09-27 21:39:31 +00:00
Stefan Monnier
dae157b7c9
(define-minor-mode): Fix staging brain damage.
2007-09-21 18:27:34 +00:00
Richard M. Stallman
f2a92f2af5
(lisp-indent-offset): Make defcustom. Add `safe-local-variable' property.
...
(lisp-body-indent): Likewise.
2007-09-02 19:20:04 +00:00
Thien-Thi Nguyen
b99cc8534d
(byte-recompile-directory): Fix bug:
...
Don't expand top-level file name more than once.
2007-09-01 23:32:36 +00:00
Stefan Monnier
727fb8cc41
(backquote-unquote-symbol, backquote-splice-symbol):
...
Backslash the , and ,@ which are not new-style unquotes.
2007-08-23 18:39:20 +00:00
Stefan Monnier
2fa9dc2f3a
(edebug-list-form, edebug-match-symbol, \,)
...
(\,@): Backslash the , and ,@ which are not new-style unquotes.
2007-08-23 18:38:33 +00:00
Stefan Monnier
36e65f7059
(byte-compile-from-buffer): Check old-style backquotes after each `read'
...
rather than once per buffer to get more precise location info.
2007-08-23 18:19:56 +00:00
Stefan Monnier
5ebfbcdc3f
(byte-optimize-featurep): Also handle `sxemacs'.
2007-08-23 15:11:31 +00:00
Stefan Monnier
ff11045092
(byte-compile-from-buffer): Display a big fat warning for old style backquotes.
2007-08-22 16:08:42 +00:00
Stefan Monnier
008e2c2a69
(byte-compile-log-file, byte-recompile-directory, byte-compile-file)
...
(byte-compile-from-buffer): Use with-current-buffer.
2007-08-22 15:51:13 +00:00
Stefan Monnier
5d3440f4b6
(backquote-delay-process): Fix last change.
2007-08-21 19:09:25 +00:00
Vinicius Jose Latorre
30a718e6b7
preceding-sexp
2007-08-20 15:52:47 +00:00
Thien-Thi Nguyen
c2659333c2
Revert last change.
2007-08-17 22:16:59 +00:00
Thien-Thi Nguyen
578bbaf55b
(copyright-update-year, copyright-update)
...
(copyright-fix-years): Fix bug: Handle nil copyright-limit.
2007-08-17 22:04:18 +00:00
Stefan Monnier
4d78a860b9
(cl-transform-lambda): Preserve the match-data.
2007-08-16 04:24:57 +00:00
Stefan Monnier
3527bdcc43
(backquote-delay-process): New function.
...
(backquote-process): Add internal arg `level'. Use the two to
correctly handle nested backquotes.
2007-08-10 06:52:30 +00:00
Glenn Morris
ab2d877d45
Replace `iff' in doc-strings and comments.
2007-08-08 07:17:12 +00:00
Glenn Morris
314125ec37
(checkdoc-ispell-lisp-words): Remove `iff'.
...
Replace `iff' in doc-strings and comments.
2007-08-08 07:15:01 +00:00
Glenn Morris
501d63d62d
Revert previous change, which was only supposed to be in trunk.
2007-08-03 03:19:07 +00:00
Glenn Morris
fd2a7b94b3
Drew Adams <drew.adams at oracle.com>
...
(pp-eval-expression): Add progress message. Make buffer writable.
2007-08-03 03:14:34 +00:00
Miles Bader
bd53d37c66
Restore lisp/emacs-lisp/cl-loaddefs.el
...
... and remove lisp/emacs-lisp/.arch-inventory
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-83
2007-07-31 05:04:29 +00:00
Miles Bader
8f069875eb
Update some .arch-inventory files
...
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-77
Creator: Michael Olson <mwolson@gnu.org>
2007-07-30 05:36:46 +00:00
Stefan Monnier
463dca7e44
(copyright-update-year, copyright-update, copyright-fix-years, copyright):
...
Correctly handle the case where copyright-limit is nil.
2007-07-29 20:11:25 +00:00
Glenn Morris
e0085d62fa
Switch license to GPLv3 or later.
2007-07-25 04:14:29 +00:00
Alan Mackenzie
65e1b2a105
(byte-compile-from-buffer): initialise byte-compile-unresolved-functions before
...
rather than after a compilation.
(byte-compile-unresolved-functions): Amplify doc string.
2007-07-24 07:12:18 +00:00
Thien-Thi Nguyen
26716cc246
(calculate-lisp-indent): In the
...
case of alignment under a constant symbol, find and consider
the sexp actually at indentation to be the "last sexp".
2007-07-21 09:06:17 +00:00
Juanma Barranquero
6c4f5400cd
(defadvice): Doc fix.
2007-07-16 10:17:51 +00:00
Nick Roberts
fec50ededb
(copyright-current-gpl-version): Set to 3.
2007-07-11 01:52:25 +00:00
Richard M. Stallman
c40e86ef0a
(eval-defun): Explain special handling of `defface'.
2007-07-10 01:07:09 +00:00
Andreas Schwab
01d4effe81
(eval-last-sexp): Avoid introducing any
...
dynamic bindings around the evaluation of the expression.
2007-07-06 17:30:06 +00:00
Chong Yidong
67e2f48725
(sregexq): Fix doc string quoting.
2007-06-04 23:51:01 +00:00
Chong Yidong
5fbd207936
(tq-queue-pop): Stifle error when a process has died and we are trying
...
to send a signal to it.
2007-06-04 23:15:08 +00:00
Juanma Barranquero
9605302019
(define-minor-mode, easy-mmode-define-navigation): Fix typos in docstrings.
2007-06-04 22:51:47 +00:00
Glenn Morris
5fedce2cb9
Nikolaj Schumacher <n_schumacher at web.de> (tiny change)
...
(rx): Doc fix.
2007-05-29 00:52:08 +00:00
Richard M. Stallman
7d5e5e7087
(define-minor-mode): Fix generated doc string.
2007-05-10 16:33:50 +00:00
Richard M. Stallman
e850c5e182
(turn-on-eldoc-mode): Doc fix.
2007-05-06 18:10:35 +00:00
Richard M. Stallman
44395dee2e
(define-globalized-minor-mode): Improve doc string of generated command.
2007-04-22 16:58:23 +00:00
Martin Rudalics
c8286c2ca4
(edebug-pop-to-buffer): Don't select window marked as dedicated.
2007-04-13 06:05:15 +00:00
Chong Yidong
fb67ebdf16
(byte-optimize-form-code-walker): Evaluate pure function calls if possible.
...
(byte-optimize-all-constp): New function.
2007-04-11 17:10:42 +00:00
Glenn Morris
a746fb658b
Markus Triska <markus.triska at gmx.at>:
...
(byte-compile-char-before): Improve numeric argument case.
(byte-compile-backward-char, byte-compile-backward-word): New
functions, performing rewriting previously done in byte-opt.el.
Fix their "Fixme" item (restriction to numeric arguments).
2007-04-11 03:59:20 +00:00
Glenn Morris
6f7e29f1d2
Markus Triska <markus.triska at gmx.at>:
...
(byte-optimize-backward-char, byte-optimize-backward-word): Remove -
move to bytecomp.el.
2007-04-11 03:57:11 +00:00
Glenn Morris
17975ebf23
Markus Triska <markus.triska at gmx.at>:
...
(byte-optimize-char-before): Remove (move to bytecomp.el as
byte-compile-char-before).
2007-04-10 03:58:03 +00:00
Glenn Morris
ec448ae2df
Markus Triska <markus.triska at gmx.at>:
...
(byte-compile-char-before): New function (modified replacement for
byte-optimize-char-before in byte-opt.el).
2007-04-10 03:54:36 +00:00