Glenn Morris
73fe714ac3
(define-obsolete-face-alias): Doc fix.
2009-10-06 03:43:23 +00:00
Stefan Monnier
ced10a4c9f
* emacs-lisp/byte-run.el (advertised-signature-table): New var.
...
(set-advertised-calling-convention): New function.
(make-obsolete, define-obsolete-function-alias)
(make-obsolete-variable, define-obsolete-variable-alias):
Make the optional-ness of `when' obsolete.
(define-obsolete-face-alias): Make `when' non-optional.
* help-fns.el (help-function-arglist):
* emacs-lisp/bytecomp.el (byte-compile-fdefinition):
Use advertised-signature-table.
2009-10-01 16:54:21 +00:00
Glenn Morris
95ed0f1100
(define-obsolete-face-alias): New macro.
2009-08-31 01:32:36 +00:00
Glenn Morris
ae940284fa
Add 2009 to copyright years.
2009-01-05 03:18:22 +00:00
Chong Yidong
15183da671
(macro-declaration-function): Disallow declare specs with lengths of 3
...
or more.
2008-11-30 03:00:18 +00:00
Glenn Morris
d6cba7ae45
Switch to recommended form of GPLv3 permissions notice.
2008-05-06 03:21:21 +00:00
Glenn Morris
f8754ca2de
(define-obsolete-variable-alias): Doc fix.
2008-04-12 03:13:27 +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
Juanma Barranquero
9b9a412286
*** empty log message ***
2008-02-05 11:51:30 +00:00
Miles Bader
59ce725a3b
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-08 20:46:54 +00:00
Glenn Morris
8b72699e88
Add 2008 to copyright years.
2008-01-07 01:14:52 +00:00
Richard M. Stallman
e9fa6d0a4c
(declare-function): Macro deleted.
2007-12-03 00:33:06 +00:00
Glenn Morris
c73c3ee9a0
Dan Nicolaescu <dann at ics.uci.edu>
...
(declare-function): Change to a macro.
2007-12-01 21:30:32 +00:00
Glenn Morris
7b58c351cf
(declare-function): Add optional fourth argument and document it.
2007-11-30 07:44:24 +00:00
Glenn Morris
0cc61e9904
(declare-function): Doc fix.
2007-11-29 04:25:13 +00:00
Glenn Morris
e1b0f17b8d
(declare-function): Doc fix.
2007-11-24 03:09:55 +00:00
Glenn Morris
e3e7216217
(declare-function): Doc fix.
2007-11-22 20:26:33 +00:00
Glenn Morris
3ab75caec0
(declare-function): Doc fix.
2007-11-22 04:17:44 +00:00
Jason Rumney
c2ca78bc31
(declare-function): Return nil.
2007-11-21 22:40:10 +00:00
Glenn Morris
7a6e37202c
(declare-function): Define as a no-op, for compatibility with Emacs 23.
2007-11-20 04:05:18 +00:00
Glenn Morris
aefbd1608c
(declare-function): New macro.
2007-11-17 03:45:17 +00:00
Glenn Morris
e0085d62fa
Switch license to GPLv3 or later.
2007-07-25 04:14:29 +00:00
Glenn Morris
f0fa15c5e5
Add 2007 to copyright years.
2007-01-21 02:48:43 +00:00
Glenn Morris
d59c31376c
Update copyright years.
2006-12-07 05:06:17 +00:00
Thien-Thi Nguyen
ceb4c4d303
Update years in copyright notice; nfc.
2006-02-06 12:31:40 +00:00
Stefan Monnier
79e74246bc
(define-obsolete-function-alias, define-obsolete-variable-alias):
...
Add `doc-string' declaration.
2005-10-24 16:44:55 +00:00
Stefan Monnier
38729cfb2a
(macro-declaration-function): Add a `doc-string' declaration.
2005-10-24 16:10:42 +00:00
Thien-Thi Nguyen
3731a85096
Update years in copyright notice; nfc.
2005-08-06 17:48:15 +00:00
Lute Kamstra
3a35cf56e7
Update FSF's address.
2005-07-04 17:55:18 +00:00
Juanma Barranquero
fbb70c539b
(make-obsolete, define-obsolete-function-alias): Rename arguments FUNCTION and
...
NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
(make-obsolete-variable, define-obsolete-variable-alias): Rename arguments
VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
2005-06-14 15:50:22 +00:00
Richard M. Stallman
8cd567b842
(eval-when-compile): Doc fix.
2005-05-19 15:39:56 +00:00
Luc Teirlinck
342ef03d5b
(define-obsolete-function-alias, define-obsolete-variable-alias): Doc Fixes.
2005-05-05 22:58:40 +00:00
Juanma Barranquero
3fe2692297
(define-obsolete-function-alias): Fix typo in docstring.
2005-05-05 09:18:53 +00:00
Nick Roberts
0448b47601
(define-obsolete-function-alias): New macro.
2005-04-26 09:03:56 +00:00
Nick Roberts
f7f8f37aa6
(define-obsolete-variable-alias): New macro.
2005-04-22 04:08:08 +00:00
Lute Kamstra
623374a568
(macro-declaration-function): Move from subr.el.
...
(dont-compile, eval-when-compile, eval-and-compile): Use declare to
specify indentation.
2005-03-14 14:05:13 +00:00
Lute Kamstra
3fdfb09c1c
Replace lisp-indent-hook with lisp-indent-function throughout.
...
(with-no-warnings): Set lisp-indent-function property.
2005-03-12 17:24:29 +00:00
Juanma Barranquero
506b775323
(make-obsolete, make-obsolete-variable): Make argument names match their use in
...
docstring.
2004-05-07 00:58:54 +00:00
Richard M. Stallman
ae122ad2d4
(with-no-warnings): Simplify: take all args as &rest arg.
2004-04-21 19:10:29 +00:00
Stefan Monnier
66599b54fb
(defsubst): Add edebug spec and use backquote.
...
(dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
2004-03-22 15:22:34 +00:00
Juanma Barranquero
7ab91c5f45
(make-obsolete-variable): Fix docstring.
2004-03-18 00:20:44 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Juanma Barranquero
5e046f6d57
Moved from lisp/.
2003-05-30 23:31:15 +00:00