Chong Yidong
b6bb817d39
Revert last change.
2008-08-15 00:06:12 +00:00
Chong Yidong
d478606111
(lisp-complete-symbol): Supply match-size to display-completion-list.
2008-08-14 23:44:14 +00:00
Stefan Monnier
59c7bf4d7b
(easy-menu-add): Don't precompute keybindings
...
since those precomputed values aren't used any more.
(easy-menu-precalculate-equivalent-keybindings): Obsolete.
2008-08-14 17:42:21 +00:00
Chong Yidong
6957495d27
(beginning-of-defun): Doc fix.
2008-08-11 21:38:17 +00:00
Dan Nicolaescu
7c2fb837ec
* bitmaps/README:
...
* xfns.c:
* termcap.c:
* term.c:
* syswait.h:
* systty.h:
* systime.h:
* syssignal.h:
* sysdep.c:
* process.h:
* process.c:
* print.c:
* ndir.h:
* lread.c:
* keyboard.c:
* getpagesize.h:
* floatfns.c:
* fileio.c:
* emacs.c:
* doc.c:
* dispnew.c:
* dired.c:
* data.c:
* callproc.c:
* buffer.c:
* README:
* Makefile.in:
* s/template.h:
* s/msdos.h:
* m/vax.h: Remove VMS support.
* s/vms.h:
* vlimit.h:
* uaf.h:
* temacs.opt:
* param.h:
* ioctl.h: Remove file.
* descrip.mms:
* compile.com: Remove file.
* Create.c: Remove VMS support.
* message.el (Module):
* gnus-start.el (Module):
* gnus-registry.el (Module):
* textmodes/texinfmt.el:
* nxml/nxml-enc.el:
* mail/feedmail.el:
* international/mule.el:
* international/latexenc.el:
* emulation/viper-util.el:
* emulation/viper-init.el:
* emulation/viper-ex.el:
* emacs-lisp/bytecomp.el:
* version.el:
* subr.el:
* startup.el:
* sort.el:
* shadowfile.el:
* recentf.el:
* printing.el:
* paths.el:
* minibuffer.el:
* ls-lisp.el:
* loadup.el:
* hippie-exp.el:
* finder.el:
* files.el:
* ediff-util.el:
* ediff-ptch.el:
* ediff-init.el:
* ediff-diff.el:
* dired.el:
* dired-aux.el:
* cus-edit.el:
* bindings.el:
* arc-mode.el:
* add-log.el: Remove VMS support.
* obsolete/vmsproc.el:
* obsolete/vms-pmail.el:
* obsolete/vms-patch.el: Remove file.
* etags.c:
* emacsclient.c: Remove VMS support.
* termcap.src: Remove file.
* README:
* PROBLEMS:
* MACHINES: Remove VMS info.
* ediff.texi: Remove VMS support.
* os.texi:
* intro.texi:
* files.texi: Remove VMS support.
* emacs.texi: Remove VMS support.
* make-dist:
* README: Remove VMS support.
* vms: Remove directory.
2008-07-31 05:33:56 +00:00
Adrian Robert
14f798ff7e
apply patch from Seiji Zenitani to find doc strings in ns*.m files
2008-07-28 13:19:10 +00:00
Glenn Morris
ce69239ac9
Regenerate.
2008-07-16 08:10:16 +00:00
Glenn Morris
3ff7d9ae02
Regenerate.
2008-07-16 02:52:49 +00:00
Glenn Morris
e3d954975b
Simply require 'cl (silences spurious warnings).
2008-07-16 02:50:40 +00:00
Glenn Morris
56565c745b
Simply require 'cl (silences spurious warnings).
...
(cl-compile-time-init): Remove function.
2008-07-16 02:50:00 +00:00
Glenn Morris
7467c796a1
(cl-do-pop, cl-mapcar-many): Declare for compiler.
...
(cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
directly. Provide cl before loading cl-macs.
2008-07-16 02:49:35 +00:00
Glenn Morris
75d37c3dfc
(check-declare-locate, check-declare-verify): Handle .m files.
2008-07-16 02:25:40 +00:00
Glenn Morris
f63b822ef9
(help-xref-interned): Declare.
2008-06-21 23:02:20 +00:00
Glenn Morris
210c6549fa
(easy-mmode-set-keymap-parents): Evaluate definition when compiling.
2008-06-21 23:01:01 +00:00
John Paul Wallington
a86a16098e
(define-derived-mode): Add `doc-string' declaration.
2008-06-21 20:00:04 +00:00
Stefan Monnier
b260aab7e0
(checkdoc-start-section, checkdoc-error):
...
Bind inhibit-read-only since the buffer is always read-only.
2008-06-20 16:20:48 +00:00
Glenn Morris
d6dc41d523
(byte-compile-maybe-guarded): Doc fix.
2008-06-13 04:16:23 +00:00
Stefan Monnier
2456bb63ba
(map-y-or-n-p): Accept non-char events.
2008-06-12 20:43:03 +00:00
Glenn Morris
aa360da10d
Add some compiler declarations, for builds without X.
2008-06-12 03:56:20 +00:00
Stefan Monnier
9b106871a4
* emacs-lisp/map-ynp.el (map-y-or-n-p): Add support for other-window-scroll.
...
* files.el (save-some-buffers-action-alist): Only use recursive-edit
if the user enabled recursive-minibuffers.
2008-06-11 01:47:48 +00:00
Stefan Monnier
a1562258dc
* window.c (Vwindow_point_insertion_type): New var.
...
(set_window_buffer): Use it.
(syms_of_window): Init and export it to Lisp.
* progmodes/compile.el (compilation-mode):
Set window-point-insertion-type.
(compilation-filter): Don't use insert-before-markers any more.
* emacs-lisp/trace.el (trace-make-advice):
Set window-point-insertion-type in the trace buffer.
* startup.el (normal-top-level): Set window-point-insertion-type in
*Messages*.
* net/telnet.el (telnet-mode): Set window-point-insertion-type.
(telnet-filter): Don't use insert-before-markers any more.
* comint.el (comint-mode): Set window-point-insertion-type.
(comint-output-filter): Don't use insert-before-markers any more.
* button.el (make-text-button): Allow `start' to be a string.
2008-06-10 16:08:48 +00:00
Juanma Barranquero
e542c60089
(autoload-rubric): Fix coding cookie not to force Unix EOL.
2008-06-10 09:03:38 +00:00
Glenn Morris
69a343cc18
(autoload-rubric): Add coding cookie.
2008-06-10 03:07:15 +00:00
Stefan Monnier
ab5111e3df
(byte-compile-current-group): New var.
...
(byte-compile-file): Initialize it.
(byte-compile-nogroup-warn): Keep track of the current group.
2008-06-08 02:07:25 +00:00
Glenn Morris
531fdf02d6
Commentary fixes.
...
Remove unnecessary eval-when-compile.
2008-06-07 02:41:46 +00:00
Stefan Monnier
b1d6575d63
(trace-entry-message, trace-exit-message): Use print-circle.
2008-06-05 05:46:11 +00:00
Glenn Morris
a98f63d48d
(autoload-rubric): New function, extracted from autoload-ensure-default-file.
...
(autoload-ensure-default-file): Use autoload-rubric.
2008-06-05 02:37:06 +00:00
Glenn Morris
07e810660a
Trent W. Buck <trentbuck at gmail.com> (tiny change)
...
(rx): Doc fix.
2008-06-04 07:12:44 +00:00
Stefan Monnier
145b63776b
(checkdoc-this-string-valid-engine):
...
Don't encourage naming variables with "-flag".
2008-05-30 14:51:48 +00:00
Stefan Monnier
d338d019e4
(easy-menu-convert-item, easy-menu-convert-item-1):
...
Move the duplicate-generation outside of the caching so it also works
for identical entries.
2008-05-28 18:56:08 +00:00
Juanma Barranquero
242b1f684a
(edebug-setup-hook, edebug-all-defs, edebug-all-forms, edebug-eval-macro-args,
...
edebug-save-windows, edebug-save-displayed-buffer-points, edebug-initial-mode,
edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro,
edebug-print-length, edebug-print-level, edebug-print-circle,
edebug-unwrap-results, edebug-on-error, edebug-on-quit,
edebug-global-break-condition, edebug-sit-for-seconds):
Remove spurious * from defcustom docstrings.
(edebug-unwrap*, edebug-signal, edebug-eval-display):
Improve argument/docstring consistency.
(edebug-test-coverage, edebug-gensym, edebug-read, edebug-top-level-nonstop,
edebug-eval-result-list, edebug-eval-redisplay, edebug-trace):
Fix typos in docstring.
(edebug-eval-defun, edebug-eval-top-level-form, edebug,
edebug-display-freq-count): Reflow docstrings.
(edebug-restore-status): Doc fix.
2008-05-24 22:56:41 +00:00
Stefan Monnier
9cc236e006
(regexp-opt): Always return a properly-grouped regexp.
2008-05-23 17:19:22 +00:00
Stefan Monnier
046f24aad3
(destructuring-bind): Fix spec.
2008-05-19 11:58:43 +00:00
Stefan Monnier
4ded1ddb22
(cl-set-nthcdr): Make it a defsubst so that
...
(setf (nthcdr ..) ..) doesn't require CL at runtime.
2008-05-12 01:45:41 +00:00
Eric S. Raymond
83370e6bab
Note that vc.el now uses this.
2008-05-09 22:31:03 +00:00
Juanma Barranquero
1603d855dc
(autoload-generate-file-autoloads): Don't use `iff' in docstring.
2008-05-08 03:38:53 +00:00
Juanma Barranquero
ec0159f045
(ad-special-form-p): Don't use `iff' in docstring.
2008-05-08 03:38:21 +00:00
Glenn Morris
8566b37501
Regenerate.
2008-05-07 03:07:22 +00:00
Glenn Morris
93fd3b3010
(ignore-errors): Move to subr.el.
2008-05-07 02:58:25 +00:00
Juanma Barranquero
a12a9e4527
Update autoloads.
2008-05-06 23:44:24 +00:00
Glenn Morris
d6cba7ae45
Switch to recommended form of GPLv3 permissions notice.
2008-05-06 03:21:21 +00:00
Dan Nicolaescu
458c4642c5
(lisp-mode-map): Add menu.
2008-04-30 16:10:05 +00:00
Glenn Morris
51d16e07bb
(check-declare-errmsg): Fix counting in the `full' case.
2008-04-29 03:40:00 +00:00
Glenn Morris
f279aaab80
(byte-compile-file): Doc fix.
2008-04-27 01:41:46 +00:00
Glenn Morris
212df36327
Johan Bockg� <bojohan at gnu.org>
...
(byte-compile-find-cl-functions): Simplify. Collect `defun' and
`autoload' entries. Avoid modifying load-history.
2008-04-27 01:17:03 +00:00
Glenn Morris
5791bedf99
(byte-compile-warn-obsolete): New function.
...
(byte-compile-obsolete, byte-compile-variable-ref): Use it.
2008-04-26 02:32:51 +00:00
Glenn Morris
497a66ae0a
Johannes Weiner <hannes at saeurebad.de>
...
(pp-display-expression): New function, extracted from pp-eval-expression.
(pp-eval-expression): Use pp-display-expression.
(pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
(pp-last-sexp): New function, extracted from pp-eval-last-sexp.
(pp-eval-last-sexp): Use pp-last-sexp.
2008-04-26 02:32:33 +00:00
Glenn Morris
38a48ab7a8
Tom Tromey <tromey at redhat.com>
...
(easy-mmode-define-keymap): Document keywords. Add :suppress.
2008-04-24 05:47:18 +00:00
Stefan Monnier
b7b49316c5
(easy-menu-make-symbol): Don't wrap keyboard macros within lambdas.
2008-04-24 02:02:40 +00:00
Miles Bader
a113b3ca32
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1121
2008-04-23 05:55:42 +00:00