Dan Nicolaescu
1e8780b173
* textmodes/tex-mode.el (tex-alt-dvi-print-command)
...
(tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
(tex-start-options, slitex-run-command, latex-run-command)
(tex-run-command, tex-directory):
* textmodes/ispell.el (ispell-html-skip-alists)
(ispell-tex-skip-alists, ispell-tex-skip-alists):
* textmodes/fill.el (adaptive-fill-first-line-regexp):
(adaptive-fill-regexp):
* textmodes/dns-mode.el (auto-mode-alist):
* progmodes/python.el (interpreter-mode-alist):
* progmodes/etags.el (tags-compression-info-list):
* progmodes/etags.el (tags-file-name):
* net/browse-url.el (browse-url-galeon-program)
(browse-url-firefox-program):
* mail/sendmail.el (mail-signature-file)
(mail-citation-prefix-regexp):
* international/mule-conf.el (eight-bit):
* international/latexenc.el (latex-inputenc-coding-alist):
* international/fontset.el (x-pixel-size-width-font-regexp):
* emacs-lisp/warnings.el (warning-type-format):
* emacs-lisp/trace.el (trace-buffer):
* emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
(emacs-lisp-mode-map):
* calendar/holidays.el (holiday-solar-holidays)
(holiday-bahai-holidays, holiday-islamic-holidays)
(holiday-christian-holidays, holiday-hebrew-holidays)
(hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
(hebrew-holidays-1, holiday-oriental-holidays)
(holiday-general-holidays):
* x-dnd.el (x-dnd-known-types):
* tool-bar.el (tool-bar):
* startup.el (site-run-file):
* shell.el (shell-dumb-shell-regexp):
* rfn-eshadow.el (file-name-shadow-tty-properties)
(file-name-shadow-properties):
* paths.el (remote-shell-program, news-directory):
* mouse.el ([C-down-mouse-3]):
* menu-bar.el (menu-bar-tools-menu):
* jka-cmpr-hook.el (jka-compr-load-suffixes)
(jka-compr-mode-alist-additions, jka-compr-compression-info-list)
(jka-compr-compression-info-list):
* isearch.el (search-whitespace-regexp):
* image-file.el (image-file-name-extensions):
* find-dired.el (find-ls-option):
* files.el (directory-listing-before-filename-regexp)
(directory-free-space-args, insert-directory-program)
(list-directory-brief-switches, magic-fallback-mode-alist)
(magic-fallback-mode-alist, auto-mode-interpreter-regexp)
(automount-dir-prefix):
* faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
(x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
(face-font-registry-alternatives, face-font-registry-alternatives)
(face-font-family-alternatives):
* facemenu.el (facemenu-add-new-face, facemenu-background-menu)
(facemenu-foreground-menu, facemenu-face-menu):
* epa-hook.el (epa-file-name-regexp):
* dnd.el (dnd-protocol-alist):
* textmodes/rst.el (auto-mode-alist):
* button.el (default-button): Purecopy strings.
2009-11-06 05:16:23 +00:00
Stefan Monnier
6e39d3b2b0
(define-obsolete-variable-alias): Use dolist,
...
and only put a prop if it is non-nil.
2009-11-03 15:28:13 +00:00
Dan Nicolaescu
a7610c523c
* textmodes/tex-mode.el (tex-dvi-view-command)
...
(tex-show-queue-command, tex-open-quote):
* progmodes/ruby-mode.el (auto-mode-alist)
(interpreter-mode-alist): Purecopy strings.
* emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
* emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
string for the hook, keymap and abbrev table.
* emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
* x-dnd.el (x-dnd-xdnd-to-action):
* startup.el (fancy-startup-text, fancy-about-text): Change to
defconst from defvar.
* ps-print.el (ps-page-dimensions-database): Purecopy initial value.
* mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
Purecopy initialization strings.
* mail/sendmail.el (mail-header-separator)
(mail-personal-alias-file):
* mail/rmail.el (rmail-default-dont-reply-to-names)
(rmail-ignored-headers, rmail-retry-ignored-headers)
(rmail-highlighted-headers, rmail-secondary-file-directory)
(rmail-secondary-file-regexp):
* files.el (null-device, file-name-invalid-regexp)
(locate-dominating-stop-dir-regexp)
(inhibit-first-line-modes-regexps): Purecopy initialization
strings.
(interpreter-mode-alist): Use mapcar instead of mapc.
* buff-menu.el (Buffer-menu-mode-map): Purecopy name.
* bindings.el (mode-line-major-mode-keymap): Purecopy name.
(completion-ignored-extensions):
(debug-ignored-errors): Purecopy strings.
2009-10-26 06:43:36 +00:00
Dan Nicolaescu
905a9ed392
* keymap.c (Fmake_sparse_keymap): Purecopy the name.
...
* eval.c (Fautoload): Purecopy the filename. Simplify.
* category.c (Fdefine_category): Purecopy docstring.
* international/mule-cmds.el (set-language-info-alist): Purecopy lang-env.
(leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
(charset): Purecopy the name.
(define-char-code-property): Purecopy string arguments.
* emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
Purecopy string arguments.
* emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
* ediff-hook.el (menu-bar-ediff-menu):
* buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
* bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
2009-10-24 06:32:03 +00:00
Glenn Morris
850bfd0444
(define-obsolete-variable-alias): Doc fix.
...
Maybe copy some custom properties from old to new name. (Bug#4706)
2009-10-16 06:48:24 +00:00
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