1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-19 12:20:17 -08:00
Commit graph

40232 commits

Author SHA1 Message Date
Glenn Morris
adf8caef48 Revert previous change. 2007-12-01 03:24:39 +00:00
Glenn Morris
a6c7cd1613 (top-level): Don't require cl when compiling. 2007-12-01 03:24:02 +00:00
Glenn Morris
6cfc62bb31 Comment. 2007-12-01 02:47:55 +00:00
Glenn Morris
08545d0a09 (top-level): Require format-spec before eval-when-compile. 2007-12-01 02:35:45 +00:00
Glenn Morris
3092d1fbdb (gud-remove, gud-break): Declare as functions. 2007-12-01 02:34:09 +00:00
Glenn Morris
da567a4f47 (gdb-create-define-alist)
(gdb-restore-windows, gdb-reset, global-hl-line-highlight)
(hl-line-highlight, gdb-display-source-buffer)
(gdb-display-buffer, c-langelem-sym, c-langelem-pos)
(syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
2007-12-01 02:33:20 +00:00
Glenn Morris
82ca44540d Clarify license wording. 2007-11-30 18:23:21 +00:00
Glenn Morris
17aaded56d Revert previous change. 2007-11-30 18:22:23 +00:00
Dan Nicolaescu
182aef95b4 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
Move args on defun line.

* textmodes/org.el (org-calendar-holiday): Use
calendar-check-holidays instead of the obsolete
check-calendar-holidays.
(add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
(bbdb-company, bbdb-current-record, bbdb-name)
(bbdb-record-getprop, bbdb-record-name)
(bibtex-beginning-of-entry, bibtex-generate-autokey)
(bibtex-parse-entry, bibtex-url, cdlatex-tab)
(dired-get-filename, gnus-article-show-summary, mh-display-msg)
(mh-find-path, mh-get-header-field, mh-get-msg-num)
(mh-header-display, mh-index-previous-folder)
(mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
(mh-show-buffer-message-number, mh-show-header-display)
(mh-show-msg, mh-show-show, mh-visit-folder)
(org-export-latex-cleaned-string, remember)
(remember-buffer-desc, rmail-narrow-to-non-pruned-header)
(rmail-what-message, elmo-folder-exists-p)
(elmo-message-entity-field, elmo-message-field)
(vm-beginning-of-message, vm-follow-summary-cursor)
(vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
(vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
(vm-summarize, wl-folder-get-elmo-folder)
(wl-summary-goto-folder-subr)
(wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
(wl-summary-line-subject, wl-summary-message-number)
(wl-summary-redisplay): Declare as functions.
2007-11-30 16:24:40 +00:00
Martin Rudalics
fc0eafe10a (longlines-show-hard-newlines): Remove handling of
buffer-undo-list and buffer-modified status.
(longlines-show-region, longlines-unshow-hard-newlines): Handle
buffer-undo-list, buffer-modified status, inhibit-read-only, and
inhibit-modification-hooks here to avoid that a buffer appears
modified when toggling visibility of hard newlines.
2007-11-30 09:01:17 +00:00
Glenn Morris
1a71704713 (idlwave-sintern-class-tag)
(idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as functions.
2007-11-30 08:46:29 +00:00
Glenn Morris
5f2d34ffcc (idlwave-sintern-sysvar)
(idlwave-sintern-sysvartag): Declare as functions.
2007-11-30 08:42:44 +00:00
Glenn Morris
510661287c (idlwave-sintern-structtag): Fix declaration. 2007-11-30 08:40:56 +00:00
Glenn Morris
c65e953281 (idlwave-sintern-structtag): Declare as a function. 2007-11-30 08:39:44 +00:00
Glenn Morris
2bca2e0dda (rng-do-some-validation): Fix declaration. 2007-11-30 08:37:01 +00:00
Glenn Morris
53e2f97f97 Don't require cl when compiling.
(byte-compile-warnings): Set via file local variables.
(dun-parse): Let-bind `beg' and `line'.
2007-11-30 08:34:29 +00:00
Glenn Morris
257a0a0d98 Require password, rather than autoloading password-read. 2007-11-30 08:21:48 +00:00
Dan Nicolaescu
f29263b302 * erc.el (open-ssl-stream, open-tls-stream, erc-network-name):
Declare as functions.

* textmodes/reftex-index.el (texmathp):
* textmodes/reftex-auc.el (TeX-argument-insert)
(TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
(LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
(LaTeX-label-list):
* nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
(rng-clear-conditional-region, rng-do-some-validation): Declare as
functions.
(rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
2007-11-30 08:12:58 +00:00
Glenn Morris
361763416f (url-cookie-p): Declare as a function. 2007-11-30 08:06:25 +00:00
Glenn Morris
a3c8a5f7e1 (url-type): Declare as a function. 2007-11-30 08:05:04 +00:00
Glenn Morris
8fff8988e6 (bbdb-phone-location, bbdb-record-phones)
(bbdb-address-city, bbdb-address-state, bbdb-address-zip)
(bbdb-address-location, bbdb-record-addresses): Pass non-nil
fourth arg to declare-function.
2007-11-30 07:49:56 +00:00
Glenn Morris
c3ef64a41e (uniquify-item-base): Declare as a function. 2007-11-30 07:48:32 +00:00
Glenn Morris
630456e692 (check-declare-scan): Doc fix.
Handle declare-function third argument `t' and fourth argument.
(check-declare-verify): Doc fix.  Handle `fileonly' case.
Use progn rather than prog1.
2007-11-30 07:47:39 +00:00
Glenn Morris
abc11cbb56 (byte-compile-declare-function): Third argument to declare-function
must be a list to specify arglist.
2007-11-30 07:45:18 +00:00
Glenn Morris
7b58c351cf (declare-function): Add optional fourth argument and document it. 2007-11-30 07:44:24 +00:00
Glenn Morris
393209d6fc Clarify license. 2007-11-30 05:09:42 +00:00
Michael Olson
d63a593b12 ERC: Add (tiny change) to ChangeLog entry. 2007-11-29 22:42:56 +00:00
Michael Olson
2131c501dd Sync from upstream ERC
- Parse 307 (nick has identified) responses.
 - Only activate some things if the connection has been established.
2007-11-29 22:36:38 +00:00
Dan Nicolaescu
8d6d388da3 * vc-git.el (vc-git-dir-state): Fix the git command arguments. 2007-11-29 07:22:01 +00:00
Glenn Morris
9c15b1e7f1 (with-decoded-time-value): Doc fix. 2007-11-29 04:47:41 +00:00
Glenn Morris
ed15430b6c Ari Roponen <ari.roponen at gmail.com> (tiny change)
(encode-time-value): Doc fix.
2007-11-29 04:46:20 +00:00
Glenn Morris
0bd90741d6 (zenirc, zenirc-send-line): Declare as functions. 2007-11-29 04:35:08 +00:00
Glenn Morris
132d5910a0 (url-file-build-filename, url-file): Wrap uses of
efs in (featurep 'xemacs) test.
2007-11-29 04:32:05 +00:00
Glenn Morris
5f6d833159 (prog-mode): Remove.
(css-mode): Derive from fundamental-mode rather than prog-mode.
2007-11-29 04:30:58 +00:00
Glenn Morris
63aa7bad03 Comment. 2007-11-29 04:30:11 +00:00
Glenn Morris
715dd5163d (w3m-toggle-inline-image, htmlr-reset)
(htmlr-step): Declare as functions.
2007-11-29 04:29:41 +00:00
Glenn Morris
fedf6211cd (sasl-find-mechanism, sasl-mechanism-name)
(sasl-make-client, sasl-next-step, sasl-step-data)
(sasl-step-set-data): Declare as functions.
2007-11-29 04:29:07 +00:00
Glenn Morris
15c0d42b46 (bbdb-phone-location, bbdb-phone-string)
(bbdb-record-phones, bbdb-address-city, bbdb-address-state)
(bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
(bbdb-records): Declare as functions.
(eudc-bbdb-extract-addresses): Use bbdb-address-zip rather than
bbdb-address-zip-string.
2007-11-29 04:28:28 +00:00
Glenn Morris
5bc5ab6523 (bbdb-parse-phone-number, bbdb-string-trim): Declare as functions. 2007-11-29 04:27:27 +00:00
Glenn Morris
352d2dea78 (w3-fetch-other-window, w3-fetch): Declare as functions. 2007-11-29 04:26:50 +00:00
Glenn Morris
5d91f66bd6 (vm-visit-folder): Declare as a function. 2007-11-29 04:26:13 +00:00
Glenn Morris
eb22a8c3bf (w3-view-this-url): Declare as a function. 2007-11-29 04:25:49 +00:00
Glenn Morris
0cc61e9904 (declare-function): Doc fix. 2007-11-29 04:25:13 +00:00
Glenn Morris
122bcd7ef2 (check-declare-locate, check-declare-verify): Handle `external' files.
(check-declare-errmsg): New function.
(check-declare-verify, check-declare-file, check-declare-directory):
Use check-declare-errmsg to report the number of problems.
2007-11-29 04:23:49 +00:00
Glenn Morris
7ba1d5ae7a Diane Murray <disumu at x3y2z1.net>
Don't require w3-fetch and w3-open-local.
(url-dired-find-file): Use `find-file'.  Doc fix.
(url-dired-find-file-mouse, url-dired-minor-mode): Doc fix.
2007-11-28 08:28:20 +00:00
Glenn Morris
d50fd8e226 Move here from gnus/. 2007-11-28 08:09:15 +00:00
Glenn Morris
a5f06bdb48 Move to ../net. 2007-11-28 08:08:12 +00:00
Glenn Morris
0cd1fac268 Move here from ../gnus. 2007-11-28 08:06:36 +00:00
Glenn Morris
4e856ec712 Move to lisp/net/. 2007-11-28 08:06:10 +00:00
Glenn Morris
9b0200f795 Move here from gnus/. 2007-11-28 08:04:34 +00:00