bpt/emacs.git
22 years ago* viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
Michael Kifer [Sat, 21 Jul 2001 05:28:24 +0000 (05:28 +0000)]
* viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
of Scott Bronson.
(ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
(viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
Deleted functions.
(viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
ex-token-list.
(viper-get-ex-address-subr): convert registers to char data type.

* viper-util.el (viper-int-to-char,viper-char-equal): new
functions.
(viper-memq-char): use viper-int-to-char.
(viper-file-checked-in-p): use vc-locking-user, if vc doesn't have
vc-locking-state.
(viper-read-key): use viper-read-key-sequence.

* viper.el (viper-major-mode-modifier-list): added
inferior-emacs-lisp-mode.
(this-major-mode-requires-vi-state): new function that uses simple
heuristics to decide if vi state is appropriate.
(set-viper-state-in-major-mode): use this-major-mode-requires-vi-state.
(viper-non-hook-settings): don't advise read-key-sequence.
(viper-read-key-sequence): new function that replaces the
previously used advice to read-key-sequence.

* viper-cmd.el (viper-test-com-defun,viper-exec-change,
viper-exec-Change,viper-execute-com,viper-insert,viper-append,
viper-Append,viper-Insert,viper-open-line,viper-Open-line,
viper-open-line-at-point,viper-substitute,viper-overwrite,
viper-replace-char-subr,viper-forward-word,viper-forward-Word):
got rid of the negative character hack.
(viper-escape-to-state,viper-replace-state-exit-cmd):
use viper-read-key-sequence.
(viper-envelop-ESC-key): no need for ad-get-orig-definition.
(viper-minibuffer-standard-hook,viper-read-string-with-history):
don't override existing minibuffer-setup-hook.
(viper-mark-point,viper-goto-mark-subr,viper-brac-function):
convert registers to char data type.
(viper-autoindent): use viper-indent-line.

* viper-keym.el: use viper-exec-key-in-emacs.

* viper.texi: Added credits, new commands, like :make.

* ediff-util.el: Copyright years.
(ediff-choose-syntax-table): New function.
(ediff-setup): Use ediff-choose-syntax-table.
(ediff-file-checked-out-p,ediff-file-checked-in-p): check if
vc-state is available.
(ediff-make-temp-file): use ediff-coding-system-for-write.

* ediff-init.el (ediff-with-syntax-table): New macro, uses
with-syntax-table.
(ediff-coding-system-for-read): from ediff-diff.el
(ediff-coding-system-for-write): new variable.
(ediff-highest-priority): fixed the bug having to do with disappearing
overlays.
(ediff-file-remote-p): use file-remote-p, if available.
(ediff-listable-file): new function.
(ediff-file-attributes): use ediff-listable-file.

* ediff-mult.el (ediff-meta-insert-file-info1): use
ediff-listable-file.

* ediff-ptch.el (ediff-prompt-for-patch-file): use
ediff-coding-system-for-read.
(ediff-patch-file-internal): use ediff-coding-system-for-write.

* ediff-diff.el (ediff-coding-system-for-read): moved to ediff-init.el.
(ediff-match-diff3-line,ediff-get-diff3-group): improved pattern.

* ediff.el: Date of last update, copyright years.

* ediff-wind (ediff-setup-control-frame): Nill->nil.

* ediff.texi: added clarifications, acknowledgements.

22 years ago(server-visit-files): Fix variable name typo.
Stefan Monnier [Fri, 20 Jul 2001 22:46:18 +0000 (22:46 +0000)]
(server-visit-files): Fix variable name typo.

22 years agoRemove RCS Id keyword.
Gerd Moellmann [Fri, 20 Jul 2001 11:06:50 +0000 (11:06 +0000)]
Remove RCS Id keyword.

22 years ago(main, parse_changelog): Make "use strict"-clean.
Gerd Moellmann [Fri, 20 Jul 2001 11:05:57 +0000 (11:05 +0000)]
(main, parse_changelog): Make "use strict"-clean.

22 years agoFix typo.
Pavel Janík [Fri, 20 Jul 2001 11:00:46 +0000 (11:00 +0000)]
Fix typo.

22 years ago(install): Create site-lisp/subdirs.el if it is not already there.
Eli Zaretskii [Fri, 20 Jul 2001 10:55:50 +0000 (10:55 +0000)]
(install): Create site-lisp/subdirs.el if it is not already there.

22 years ago*** empty log message ***
Gerd Moellmann [Fri, 20 Jul 2001 10:04:36 +0000 (10:04 +0000)]
*** empty log message ***

22 years ago(parse_changelog): Add another test for defined value to
Gerd Moellmann [Fri, 20 Jul 2001 10:04:17 +0000 (10:04 +0000)]
(parse_changelog): Add another test for defined value to
quiet warnings from Perl 5.005 and above.

22 years ago*** empty log message ***
Gerd Moellmann [Fri, 20 Jul 2001 10:02:19 +0000 (10:02 +0000)]
*** empty log message ***

22 years ago(entry_match_p, header_match_p): Fix handling of null or empty
Gerd Moellmann [Fri, 20 Jul 2001 10:02:06 +0000 (10:02 +0000)]
(entry_match_p, header_match_p): Fix handling of null or empty
argument to prevent duplicate headers.

22 years ago(parse_changelog): Add test for defined value to
Gerd Moellmann [Fri, 20 Jul 2001 09:59:34 +0000 (09:59 +0000)]
(parse_changelog): Add test for defined value to
quiet warning from Perl 5.005 or above.

22 years ago(struct face): Change type of `stipple' to
Gerd Moellmann [Fri, 20 Jul 2001 09:53:57 +0000 (09:53 +0000)]
(struct face): Change type of `stipple' to
int; it's an ID.

22 years ago(delete-trailing-whitespace): Save match data
Gerd Moellmann [Fri, 20 Jul 2001 09:40:27 +0000 (09:40 +0000)]
(delete-trailing-whitespace): Save match data
around looking-at.  From Markus Rost <rost@math.ohio-state.edu>.

22 years ago(x_fill_stretch_glyph_string): Remove an assertion.
Gerd Moellmann [Fri, 20 Jul 2001 09:35:17 +0000 (09:35 +0000)]
(x_fill_stretch_glyph_string): Remove an assertion.

22 years agoUpdate copyright notice.
Gerd Moellmann [Fri, 20 Jul 2001 09:05:26 +0000 (09:05 +0000)]
Update copyright notice.

22 years agoA minor wording fix.
Eli Zaretskii [Fri, 20 Jul 2001 07:24:57 +0000 (07:24 +0000)]
A minor wording fix.

22 years ago(compilation-parse-errors): `linenum' might return a this-error using
Stefan Monnier [Thu, 19 Jul 2001 21:46:37 +0000 (21:46 +0000)]
(compilation-parse-errors): `linenum' might return a this-error using
the alternative format (a pair of markers).

22 years ago*** empty log message ***
Gerd Moellmann [Thu, 19 Jul 2001 13:26:18 +0000 (13:26 +0000)]
*** empty log message ***

22 years ago(c++-keywords): Add Standard C++ operator names.
Gerd Moellmann [Thu, 19 Jul 2001 13:25:34 +0000 (13:25 +0000)]
(c++-keywords): Add Standard C++ operator names.

22 years agoFix last changes.
Eli Zaretskii [Thu, 19 Jul 2001 13:24:11 +0000 (13:24 +0000)]
Fix last changes.

22 years ago(update_window): Don't set the cursor at the end
Gerd Moellmann [Thu, 19 Jul 2001 13:16:14 +0000 (13:16 +0000)]
(update_window): Don't set the cursor at the end
of the update if display update has been paused.

22 years agoFix last change.
Eli Zaretskii [Thu, 19 Jul 2001 13:10:50 +0000 (13:10 +0000)]
Fix last change.

22 years ago(mh-find-progs): Also search in `lib'.
Gerd Moellmann [Thu, 19 Jul 2001 13:04:43 +0000 (13:04 +0000)]
(mh-find-progs): Also search in `lib'.
From Mats Bengtsson <mats.bengtsson@s3.kth.se>,

22 years ago(syms_of_composite): Renamed from
Gerd Moellmann [Thu, 19 Jul 2001 11:20:40 +0000 (11:20 +0000)]
(syms_of_composite): Renamed from
syms_of_composition.

22 years ago* fns.c (Fset_char_table_default): Check that a charset is defined before checking...
Ken Raeburn [Wed, 18 Jul 2001 20:42:40 +0000 (20:42 +0000)]
* fns.c (Fset_char_table_default): Check that a charset is defined before checking its dimension.

22 years agoMinor changes from Richard M. Stallman.
Eli Zaretskii [Wed, 18 Jul 2001 15:19:49 +0000 (15:19 +0000)]
Minor changes from Richard M. Stallman.

22 years agoAdd a missing word.
Eli Zaretskii [Wed, 18 Jul 2001 15:17:06 +0000 (15:17 +0000)]
Add a missing word.

22 years agoFix a typo.
Gerd Moellmann [Wed, 18 Jul 2001 10:40:57 +0000 (10:40 +0000)]
Fix a typo.

22 years agoDoc and coding conventions fixes.
Pavel Janík [Wed, 18 Jul 2001 09:06:38 +0000 (09:06 +0000)]
Doc and coding conventions fixes.

22 years ago(Auto Fill): Fix a reference to Adaptive Fill. From Bill Richter.
Eli Zaretskii [Wed, 18 Jul 2001 07:07:08 +0000 (07:07 +0000)]
(Auto Fill): Fix a reference to Adaptive Fill.  From Bill Richter.

22 years agoShow how to add wait-for-wm to frame's parameter list.
Eli Zaretskii [Wed, 18 Jul 2001 06:44:35 +0000 (06:44 +0000)]
Show how to add wait-for-wm to frame's parameter list.

22 years ago*** empty log message ***
Stefan Monnier [Tue, 17 Jul 2001 18:40:19 +0000 (18:40 +0000)]
*** empty log message ***

22 years ago(ignore-key, sun-esc-bracket, meta-flag): Remove.
Stefan Monnier [Tue, 17 Jul 2001 18:37:47 +0000 (18:37 +0000)]
(ignore-key, sun-esc-bracket, meta-flag): Remove.
(sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
Complete bindings for F<1..12> keys.
(global-map): Remove `undo' binding (already in the default).
Replace `t<n>' bindings with `f<n>' bindings.

22 years ago* lisp.h (XVECTOR): Verify correct object type before returning a pointer.
Ken Raeburn [Tue, 17 Jul 2001 16:44:16 +0000 (16:44 +0000)]
* lisp.h (XVECTOR): Verify correct object type before returning a pointer.

22 years ago* coding.c (setup_coding_system): Don't do any designation based on reg_bits if
Ken Raeburn [Tue, 17 Jul 2001 16:29:39 +0000 (16:29 +0000)]
* coding.c (setup_coding_system): Don't do any designation based on reg_bits if
charset is not yet defined.

22 years agoDocument display-images-p.
Eli Zaretskii [Tue, 17 Jul 2001 13:00:51 +0000 (13:00 +0000)]
Document display-images-p.

22 years ago(tool-bar-add-item-from-menu, tool-bar-add-item): Don't call image-related
Eli Zaretskii [Tue, 17 Jul 2001 12:59:14 +0000 (12:59 +0000)]
(tool-bar-add-item-from-menu, tool-bar-add-item): Don't call image-related
primitives if the display doesn't support images.

22 years ago(display-images-p): New function.
Eli Zaretskii [Tue, 17 Jul 2001 12:58:19 +0000 (12:58 +0000)]
(display-images-p): New function.

22 years agoMention +LINE:COLUMN.
Gerd Moellmann [Tue, 17 Jul 2001 11:07:02 +0000 (11:07 +0000)]
Mention +LINE:COLUMN.

22 years agoAdd description of +LINE:COLUMN for emacsclient.
Gerd Moellmann [Tue, 17 Jul 2001 11:03:36 +0000 (11:03 +0000)]
Add description of +LINE:COLUMN for emacsclient.

22 years agoAdd description of +LINE:COLUMN.
Gerd Moellmann [Tue, 17 Jul 2001 10:59:34 +0000 (10:59 +0000)]
Add description of +LINE:COLUMN.

22 years ago*** empty log message ***
Gerd Moellmann [Tue, 17 Jul 2001 10:57:38 +0000 (10:57 +0000)]
*** empty log message ***

22 years ago(print_help_and_exit): Fix help message for
Gerd Moellmann [Tue, 17 Jul 2001 10:57:25 +0000 (10:57 +0000)]
(print_help_and_exit): Fix help message for
+LINE:COLUMN option.

(main): Add support for +LINE:COLUMN command line
argument.

22 years ago(command-line-1): Add support for +LINE:COLUMN
Gerd Moellmann [Tue, 17 Jul 2001 10:56:35 +0000 (10:56 +0000)]
(command-line-1): Add support for +LINE:COLUMN
command line argument.

22 years ago(server-visit-files): Handle the case the specified
Gerd Moellmann [Tue, 17 Jul 2001 10:55:28 +0000 (10:55 +0000)]
(server-visit-files): Handle the case the specified
column number is <= 0.

(command-line-1): Add support for +LINE:COLUMN
command line argument.

(server-process-filter, server-visit-files): Add
support for +LINE:COLUMN style emacsclient calls.

22 years agoProofreading fixes from Chris Green <chris_e_green@yahoo.com>.
Eli Zaretskii [Tue, 17 Jul 2001 10:50:35 +0000 (10:50 +0000)]
Proofreading fixes from Chris Green <chris_e_green@yahoo.com>.

22 years agoProofreading fixes from Chris Green <chris_e_green@yahoo.com>
Eli Zaretskii [Tue, 17 Jul 2001 10:39:21 +0000 (10:39 +0000)]
Proofreading fixes from Chris Green <chris_e_green@yahoo.com>
and "J. Otto Tennant" <jot@visi.com>.

22 years ago(Interactive Shell): Document that EMACS is only put into the shell's
Eli Zaretskii [Tue, 17 Jul 2001 10:34:48 +0000 (10:34 +0000)]
(Interactive Shell): Document that EMACS is only put into the shell's
environment if it is not already defined.  From Francois Pinard.

22 years ago(USAGE1): Add +LINE:COLUMN option help.
Gerd Moellmann [Tue, 17 Jul 2001 10:33:06 +0000 (10:33 +0000)]
(USAGE1): Add +LINE:COLUMN option help.

22 years ago(KBD_BUFFER_SIZE) [!HAVE_WINDOW_SYSTEM]: Increase
Gerd Moellmann [Tue, 17 Jul 2001 09:35:27 +0000 (09:35 +0000)]
(KBD_BUFFER_SIZE) [!HAVE_WINDOW_SYSTEM]: Increase
to 4096 because of paste problems reported on GNU/Linux.

22 years ago*** empty log message ***
Pavel Janík [Tue, 17 Jul 2001 07:37:19 +0000 (07:37 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Stefan Monnier [Mon, 16 Jul 2001 23:45:18 +0000 (23:45 +0000)]
*** empty log message ***

22 years agoSome fixes to follow lisp coding conventions and typo fixes.
Pavel Janík [Mon, 16 Jul 2001 20:22:24 +0000 (20:22 +0000)]
Some fixes to follow lisp coding conventions and typo fixes.

22 years ago*** empty log message ***
Gerd Moellmann [Mon, 16 Jul 2001 18:41:09 +0000 (18:41 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Gerd Moellmann [Mon, 16 Jul 2001 16:00:02 +0000 (16:00 +0000)]
*** empty log message ***

22 years ago(unwind_read): Function removed.
Gerd Moellmann [Mon, 16 Jul 2001 15:59:43 +0000 (15:59 +0000)]
(unwind_read): Function removed.
(read_non_regular, read_non_regular_quit): New functions.
(Finsert_file_contents): When reading from non-regular files,
arrange to catch a `quit' and terminate the loop.  Rearrange
code so that a `quit' when reading from a regular file doesn't
insert text in the buffer.

22 years ago(calendar-goto-islamic-date): Remove
Gerd Moellmann [Mon, 16 Jul 2001 15:45:28 +0000 (15:45 +0000)]
(calendar-goto-islamic-date): Remove
autoload cookie.

22 years ago(calendar-goto-islamic-date): Add
Gerd Moellmann [Mon, 16 Jul 2001 15:45:01 +0000 (15:45 +0000)]
(calendar-goto-islamic-date): Add
call to autoload.

22 years ago*** empty log message ***
Stefan Monnier [Mon, 16 Jul 2001 15:20:00 +0000 (15:20 +0000)]
*** empty log message ***

22 years ago(ada-mode): Avoid unneeded version checks.
Stefan Monnier [Mon, 16 Jul 2001 15:12:19 +0000 (15:12 +0000)]
(ada-mode): Avoid unneeded version checks.
Don't change compile-auto-highlight globally.
Don't bother with `font-lock-defaults' property since XEmacs
also understands the `font-lock-defaults' variable.
Use make-local-variable rather than make-variable-buffer-local.
Don't `defconst' comment-indent-function: keep the default.
Call easy-menu-add unconditionally.
(ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
(ada-create-menu): Use :included for Emacs as well.

22 years agoAuthor header fix.
Pavel Janík [Mon, 16 Jul 2001 14:36:26 +0000 (14:36 +0000)]
Author header fix.

22 years ago(mouse-sel-bindings): Instead of unbinding
Gerd Moellmann [Mon, 16 Jul 2001 14:31:15 +0000 (14:31 +0000)]
(mouse-sel-bindings): Instead of unbinding
mouse-1 etc., bind them to `ignore'.

22 years ago(vc-do-command): Autoload.
Stefan Monnier [Mon, 16 Jul 2001 14:19:17 +0000 (14:19 +0000)]
(vc-do-command): Autoload.

22 years ago(ada-xref-initialize): Fix call to add-hook.
Stefan Monnier [Mon, 16 Jul 2001 13:38:53 +0000 (13:38 +0000)]
(ada-xref-initialize): Fix call to add-hook.

22 years agoFix typo.
Pavel Janík [Mon, 16 Jul 2001 13:16:47 +0000 (13:16 +0000)]
Fix typo.

22 years ago*** empty log message ***
Gerd Moellmann [Mon, 16 Jul 2001 13:00:54 +0000 (13:00 +0000)]
*** empty log message ***

22 years ago(eshell-send-invisible): Renamed from
Gerd Moellmann [Mon, 16 Jul 2001 12:59:04 +0000 (12:59 +0000)]
(eshell-send-invisible): Renamed from
send-invisible, which is already defined in Comint.
(eshell-watch-for-password-prompt): Use it.

22 years agoDoc fix.
Pavel Janík [Mon, 16 Jul 2001 12:46:31 +0000 (12:46 +0000)]
Doc fix.

22 years agoSome fixes to follow coding conventions.
Pavel Janík [Mon, 16 Jul 2001 12:23:00 +0000 (12:23 +0000)]
Some fixes to follow coding conventions.

22 years agoComment fix.
Gerd Moellmann [Mon, 16 Jul 2001 12:22:17 +0000 (12:22 +0000)]
Comment fix.

22 years ago(clear_face_cache): Clear fonts on a display basis.
Gerd Moellmann [Mon, 16 Jul 2001 12:21:02 +0000 (12:21 +0000)]
(clear_face_cache): Clear fonts on a display basis.
Clear faces afterwards.
(clear_font_table): Take a x_display_info parameter.  Don't free
fonts being the default font of any frame on the given display.

22 years ago*** empty log message ***
Gerd Moellmann [Mon, 16 Jul 2001 11:54:17 +0000 (11:54 +0000)]
*** empty log message ***

22 years ago(set-variable): Require 'cus-edit' instead of
Gerd Moellmann [Mon, 16 Jul 2001 11:52:56 +0000 (11:52 +0000)]
(set-variable): Require 'cus-edit' instead of
`wid-edit', so that the Custom widgets get defined.

22 years agoFixes to follow coding conventions.
Pavel Janík [Mon, 16 Jul 2001 11:39:42 +0000 (11:39 +0000)]
Fixes to follow coding conventions.

22 years agoSome clarification for --append.
Gerd Moellmann [Mon, 16 Jul 2001 11:22:34 +0000 (11:22 +0000)]
Some clarification for --append.

22 years ago(main): Check that the output file exists and
Gerd Moellmann [Mon, 16 Jul 2001 11:20:25 +0000 (11:20 +0000)]
(main): Check that the output file exists and
is non-empty if invoked with `--append'.

22 years ago(dired-insert-set-properties): Fix invalid mouse-face
Gerd Moellmann [Mon, 16 Jul 2001 10:54:22 +0000 (10:54 +0000)]
(dired-insert-set-properties): Fix invalid mouse-face
property.

22 years agoSome fixes to follow coding conventions.
Pavel Janík [Mon, 16 Jul 2001 09:10:19 +0000 (09:10 +0000)]
Some fixes to follow coding conventions.

22 years agoDoc fix.
Gerd Moellmann [Mon, 16 Jul 2001 09:03:47 +0000 (09:03 +0000)]
Doc fix.

22 years agoSome fixes to follow coding conventions.
Pavel Janík [Mon, 16 Jul 2001 07:46:48 +0000 (07:46 +0000)]
Some fixes to follow coding conventions.

22 years ago*** empty log message ***
Stefan Monnier [Mon, 16 Jul 2001 03:35:36 +0000 (03:35 +0000)]
*** empty log message ***

22 years ago(remote-compile): Use make-local-variable.
Stefan Monnier [Mon, 16 Jul 2001 02:07:12 +0000 (02:07 +0000)]
(remote-compile): Use make-local-variable.

22 years ago(hs-minor-mode): Use make-local-variable.
Stefan Monnier [Mon, 16 Jul 2001 01:55:37 +0000 (01:55 +0000)]
(hs-minor-mode): Use make-local-variable.

22 years ago(makefile-browse): Use make-local-variable.
Stefan Monnier [Mon, 16 Jul 2001 01:52:50 +0000 (01:52 +0000)]
(makefile-browse): Use make-local-variable.

22 years ago*** empty log message ***
Stefan Monnier [Mon, 16 Jul 2001 01:51:19 +0000 (01:51 +0000)]
*** empty log message ***

22 years ago(reporter-submit-bug-report):
Stefan Monnier [Mon, 16 Jul 2001 01:50:49 +0000 (01:50 +0000)]
(reporter-submit-bug-report):
Don't abuse make-variable-buffer-local.  Fix call to add-hook.

22 years agoMinor clarification about insert-buffer.
Richard M. Stallman [Sun, 15 Jul 2001 20:49:53 +0000 (20:49 +0000)]
Minor clarification about insert-buffer.

22 years agoSome fixes to follow coding conventions.
Pavel Janík [Sun, 15 Jul 2001 19:53:53 +0000 (19:53 +0000)]
Some fixes to follow coding conventions.

22 years agoSome fixes to follow coding conventions in files from Gnus.
Pavel Janík [Sun, 15 Jul 2001 17:42:53 +0000 (17:42 +0000)]
Some fixes to follow coding conventions in files from Gnus.

22 years agoSome fixes to follow coding conventions in files maintained by FSF.
Pavel Janík [Sun, 15 Jul 2001 16:15:35 +0000 (16:15 +0000)]
Some fixes to follow coding conventions in files maintained by FSF.

22 years agoClarify initial discussion.
Richard M. Stallman [Sat, 14 Jul 2001 18:19:27 +0000 (18:19 +0000)]
Clarify initial discussion.

22 years agoMounting a volume onto itself might also produce "text file busy".
Eli Zaretskii [Sat, 14 Jul 2001 15:31:32 +0000 (15:31 +0000)]
Mounting a volume onto itself might also produce "text file busy".

22 years agoEmacs lisp coding convention fixes.
Pavel Janík [Sat, 14 Jul 2001 11:21:08 +0000 (11:21 +0000)]
Emacs lisp coding convention fixes.

22 years ago(Info-build-node-completions): Make Info-current-file-completions buffer local.
Stefan Monnier [Fri, 13 Jul 2001 18:34:08 +0000 (18:34 +0000)]
(Info-build-node-completions): Make Info-current-file-completions buffer local.

22 years ago(which-func-mode, which-func-ff-hook)
Gerd Moellmann [Fri, 13 Jul 2001 14:37:39 +0000 (14:37 +0000)]
(which-func-mode, which-func-ff-hook)
(which-function-mode): Remove references to
which-func-mode-global.

22 years ago(calendar-goto-islamic-date): Add
Gerd Moellmann [Fri, 13 Jul 2001 14:02:02 +0000 (14:02 +0000)]
(calendar-goto-islamic-date): Add
autload cookie.

22 years agoFix license commentary.
Gerd Moellmann [Fri, 13 Jul 2001 12:59:13 +0000 (12:59 +0000)]
Fix license commentary.

22 years agoIncrement version number.
Gerd Moellmann [Fri, 13 Jul 2001 10:53:37 +0000 (10:53 +0000)]
Increment version number.

22 years agoFix a typo.
Pavel Janík [Fri, 13 Jul 2001 10:41:51 +0000 (10:41 +0000)]
Fix a typo.

22 years ago*** empty log message ***
Gerd Moellmann [Fri, 13 Jul 2001 10:39:10 +0000 (10:39 +0000)]
*** empty log message ***