]> code.delx.au - gnu-emacs/log
gnu-emacs
22 years ago(toplevel): Bind mouse buttons.
Eli Zaretskii [Mon, 12 Nov 2001 11:39:45 +0000 (11:39 +0000)]
(toplevel): Bind mouse buttons.
(calc-do-keypad): Don't attempt to use nonexistent global
mouse-map, use calc-keypad-map.
(calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
(calc-keypad-left-click): Don't use mouse-map; update to new event
interface.
(calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
(calc-keypad-press): Use `unread-command-events' instead of
`unread-command-char'.

22 years ago*** empty log message ***
Pavel Janík [Mon, 12 Nov 2001 08:50:11 +0000 (08:50 +0000)]
*** empty log message ***

22 years ago(uninstall): Remove gfdl.1 when uninstalling.
Pavel Janík [Mon, 12 Nov 2001 08:49:31 +0000 (08:49 +0000)]
(uninstall): Remove gfdl.1 when uninstalling.

22 years ago(flyspell-default-dictionary): Fix previous change.
Pavel Janík [Mon, 12 Nov 2001 08:17:15 +0000 (08:17 +0000)]
(flyspell-default-dictionary): Fix previous change.

22 years agoChange macros to use do-while block instead of if-else.
Pavel Janík [Mon, 12 Nov 2001 07:30:02 +0000 (07:30 +0000)]
Change macros to use do-while block instead of if-else.
Use braces to follow GNU Coding Standards.

22 years ago(flyspell-default-dictionary): Fix custom type.
Richard M. Stallman [Mon, 12 Nov 2001 06:17:38 +0000 (06:17 +0000)]
(flyspell-default-dictionary): Fix custom type.

22 years ago(XTread_socket): Don't update focus for EnterNotify or
Richard M. Stallman [Mon, 12 Nov 2001 05:35:02 +0000 (05:35 +0000)]
(XTread_socket): Don't update focus for EnterNotify or
LeaveNotify events.  Only FocusIn and FocusOut do that now.
(x_display_and_set_cursor): Do display hollow cursors in active
minibuffer windows when they are not selected.

22 years ago*** empty log message ***
Richard M. Stallman [Sun, 11 Nov 2001 20:15:03 +0000 (20:15 +0000)]
*** empty log message ***

22 years ago(solar-sunrise-and-sunset): Exchange the two extreme values of day-length.
Richard M. Stallman [Sun, 11 Nov 2001 20:14:47 +0000 (20:14 +0000)]
(solar-sunrise-and-sunset): Exchange the two extreme values of day-length.

22 years ago*** empty log message ***
Richard M. Stallman [Sun, 11 Nov 2001 20:13:41 +0000 (20:13 +0000)]
*** empty log message ***

22 years ago(flyspell-default-dictionary): Allow nil as value, and make nil the default.
Richard M. Stallman [Sun, 11 Nov 2001 20:12:27 +0000 (20:12 +0000)]
(flyspell-default-dictionary): Allow nil as value, and make nil the default.

22 years ago(child_setup_tty): Don't clear ICRNL or INLCR.
Richard M. Stallman [Sun, 11 Nov 2001 20:11:14 +0000 (20:11 +0000)]
(child_setup_tty): Don't clear ICRNL or INLCR.

22 years ago(read_escape): Use end_of_file_error for reporting eof.
Richard M. Stallman [Sun, 11 Nov 2001 20:10:28 +0000 (20:10 +0000)]
(read_escape): Use end_of_file_error for reporting eof.

22 years ago(Shell Options): Add brief mention of ansi-color.
Richard M. Stallman [Sun, 11 Nov 2001 20:09:34 +0000 (20:09 +0000)]
(Shell Options): Add brief mention of ansi-color.

22 years agoMinor clarification.
Richard M. Stallman [Sun, 11 Nov 2001 20:08:57 +0000 (20:08 +0000)]
Minor clarification.

22 years agoDon't write explicit (interactive) in defining a derived mode.
Richard M. Stallman [Sun, 11 Nov 2001 20:08:27 +0000 (20:08 +0000)]
Don't write explicit (interactive) in defining a derived mode.

22 years ago(sh-must-be-shell-mode): Allow modes derived from sh-mode.
Richard M. Stallman [Sun, 11 Nov 2001 20:07:46 +0000 (20:07 +0000)]
(sh-must-be-shell-mode): Allow modes derived from sh-mode.

22 years ago(checkdoc-file-comments-engine):
Richard M. Stallman [Sun, 11 Nov 2001 20:06:58 +0000 (20:06 +0000)]
(checkdoc-file-comments-engine):
Turn off error in some re-search-forward calls.

22 years ago(query-replace-skip-read-only): New variable.
Richard M. Stallman [Sun, 11 Nov 2001 20:05:39 +0000 (20:05 +0000)]
(query-replace-skip-read-only): New variable.
(perform-replace): If that variable is non-nil, ignore matches
that have a read-only property.

22 years agoDeclare set_text_properties and set_text_properties_1.
Richard M. Stallman [Sun, 11 Nov 2001 20:05:05 +0000 (20:05 +0000)]
Declare set_text_properties and set_text_properties_1.

22 years ago(replace_range): Use adjust_markers_for_replace
Richard M. Stallman [Sun, 11 Nov 2001 20:04:45 +0000 (20:04 +0000)]
(replace_range): Use adjust_markers_for_replace
instead of adjust_markers_for_delete and adjust_markers_for_insert.

22 years ago(Freplace_match): Use replace_range to insert and delete.
Richard M. Stallman [Sun, 11 Nov 2001 20:04:04 +0000 (20:04 +0000)]
(Freplace_match): Use replace_range to insert and delete.
Don't request property inheritance from surrounding text.

22 years ago(set_text_properties_1): New subroutine, broken out of set_text_properties.
Richard M. Stallman [Sun, 11 Nov 2001 20:03:24 +0000 (20:03 +0000)]
(set_text_properties_1): New subroutine, broken out of set_text_properties.
(set_text_properties): Use set_text_properties_1.

22 years ago(graft_intervals_into_buffer):
Richard M. Stallman [Sun, 11 Nov 2001 20:02:58 +0000 (20:02 +0000)]
(graft_intervals_into_buffer):
Use set_text_properties_1 to clear out properties.

22 years agoFile regenerated.
Eli Zaretskii [Sun, 11 Nov 2001 19:23:13 +0000 (19:23 +0000)]
File regenerated.

22 years ago(define-derived-mode): Doc fix.
Richard M. Stallman [Sun, 11 Nov 2001 17:58:58 +0000 (17:58 +0000)]
(define-derived-mode): Doc fix.

22 years ago*** empty log message ***
Richard M. Stallman [Sun, 11 Nov 2001 17:58:05 +0000 (17:58 +0000)]
*** empty log message ***

22 years ago(server-buffer-done): Test of server-existing-buffer was backwards.
Richard M. Stallman [Sun, 11 Nov 2001 17:56:23 +0000 (17:56 +0000)]
(server-buffer-done): Test of server-existing-buffer was backwards.
(server-existing-buffer): Doc fix.

22 years ago(menu-bar-edit-menu): Don't use x-selection-exists-p if
Eli Zaretskii [Sun, 11 Nov 2001 14:02:54 +0000 (14:02 +0000)]
(menu-bar-edit-menu): Don't use x-selection-exists-p if
it is not fboundp.
(clipboard-yank): Ditto.

22 years ago(toplevel): Require calc-macs.
Eli Zaretskii [Sun, 11 Nov 2001 10:33:50 +0000 (10:33 +0000)]
(toplevel): Require calc-macs.
(calc-minibuffer-size): New.
(calcDigit-nondigit): Use it instead of `buffer-size'.
(calcDigit-backspace): Likewise.
(calcDigit-nondigit): Use `minibuffer-contents' instead of `buffer-string'.
(calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of `point-min'.
(calcDigit-key): Use `calc-minibuffer-contains' instead of a `save-excursion'.

22 years ago(calc-record-compilation-date-macro): Return a
Eli Zaretskii [Sun, 11 Nov 2001 10:27:32 +0000 (10:27 +0000)]
(calc-record-compilation-date-macro): Return a
simple `setq' form.

22 years ago(toplevel): Require calc-macs during compilation.
Eli Zaretskii [Sun, 11 Nov 2001 10:26:44 +0000 (10:26 +0000)]
(toplevel): Require calc-macs during compilation.
(calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
(calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
(calcAlg-enter): Likewise.
(calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.

22 years ago(toplevel): Require calc.
Eli Zaretskii [Sun, 11 Nov 2001 10:25:50 +0000 (10:25 +0000)]
(toplevel): Require calc.
(calc-fancy-prefix-map): New.
(calc-fancy-prefix): Use it.
(calc-fancy-prefix-other-key): New.

22 years ago(save-abbrevs): Default value is t.
Richard M. Stallman [Sun, 11 Nov 2001 01:53:50 +0000 (01:53 +0000)]
(save-abbrevs): Default value is t.

22 years ago(command-line): Read standard abbrev
Richard M. Stallman [Sun, 11 Nov 2001 01:53:31 +0000 (01:53 +0000)]
(command-line): Read standard abbrev
file (abbrev-file-name), if it exists.

22 years agoDocument changes in loading and saving abbrevs.
Richard M. Stallman [Sun, 11 Nov 2001 01:52:15 +0000 (01:52 +0000)]
Document changes in loading and saving abbrevs.

22 years ago(read-abbrev-file): Don't set save-abbrevs.
Richard M. Stallman [Sun, 11 Nov 2001 01:49:05 +0000 (01:49 +0000)]
(read-abbrev-file): Don't set save-abbrevs.
(quietly-read-abbrev-file): Doc fix.

22 years ago(compile-goto-error): Fix previous change in the case where subsequent
Richard M. Stallman [Sat, 10 Nov 2001 23:19:54 +0000 (23:19 +0000)]
(compile-goto-error): Fix previous change in the case where subsequent
errors have not been parsed yet because they are in a different source file.

22 years ago(ps-mode-font-lock-keywords-1): Merge two regular expressions into one.
Richard M. Stallman [Sat, 10 Nov 2001 19:36:51 +0000 (19:36 +0000)]
(ps-mode-font-lock-keywords-1): Merge two regular expressions into one.
(ps-mode): Make local bindings for `comment-start' and `comment-start-skip'.
(ps-mode-looking-at-nested): Simplify an if-else construct;
use `set-match-data' to set the result.

22 years ago*** empty log message ***
Richard M. Stallman [Sat, 10 Nov 2001 19:36:24 +0000 (19:36 +0000)]
*** empty log message ***

22 years ago(flyspell-correct-word/local-keymap): Function deleted.
Richard M. Stallman [Sat, 10 Nov 2001 18:36:26 +0000 (18:36 +0000)]
(flyspell-correct-word/local-keymap): Function deleted.
(flyspell-correct-word): Old definition deleted.
(flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
All references renamed too.

22 years ago(distclean): Add.
Eli Zaretskii [Sat, 10 Nov 2001 18:28:07 +0000 (18:28 +0000)]
(distclean): Add.

22 years agoRemove the text about a separate ELisp manual distribution.
Eli Zaretskii [Sat, 10 Nov 2001 15:28:40 +0000 (15:28 +0000)]
Remove the text about a separate ELisp manual distribution.

22 years agoRegenerated.
Eli Zaretskii [Sat, 10 Nov 2001 15:18:50 +0000 (15:18 +0000)]
Regenerated.

22 years agoAC_OUTPUT lispref/Makefile.
Eli Zaretskii [Sat, 10 Nov 2001 15:18:36 +0000 (15:18 +0000)]
AC_OUTPUT lispref/Makefile.

22 years agoAdd an entry for the ELisp manual.
Eli Zaretskii [Sat, 10 Nov 2001 14:52:31 +0000 (14:52 +0000)]
Add an entry for the ELisp manual.

22 years agoRemove the text about a separate ELisp manual distro.
Eli Zaretskii [Sat, 10 Nov 2001 14:51:07 +0000 (14:51 +0000)]
Remove the text about a separate ELisp manual distro.

22 years agoMention the addition of the ELisp reference.
Eli Zaretskii [Sat, 10 Nov 2001 14:48:27 +0000 (14:48 +0000)]
Mention the addition of the ELisp reference.

22 years ago*** empty log message ***
Eli Zaretskii [Sat, 10 Nov 2001 14:45:22 +0000 (14:45 +0000)]
*** empty log message ***

22 years ago(SUBDIR_MAKEFILES): Add lispref/Makefile.
Eli Zaretskii [Sat, 10 Nov 2001 14:43:58 +0000 (14:43 +0000)]
(SUBDIR_MAKEFILES): Add lispref/Makefile.
(lispref/Makefile): New target.
(mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
Add commands for the lispref directory.
(info, dvi): Ditto.

22 years ago*** empty log message ***
Eli Zaretskii [Sat, 10 Nov 2001 14:31:59 +0000 (14:31 +0000)]
*** empty log message ***

22 years agoAdd the lispref directory to the distribution.
Eli Zaretskii [Sat, 10 Nov 2001 14:31:09 +0000 (14:31 +0000)]
Add the lispref directory to the distribution.

22 years ago(info): Add target.
Eli Zaretskii [Sat, 10 Nov 2001 14:18:46 +0000 (14:18 +0000)]
(info): Add target.

22 years ago(install-arch-indep): Add elisp* to the list of installed Info files.
Eli Zaretskii [Sat, 10 Nov 2001 14:12:59 +0000 (14:12 +0000)]
(install-arch-indep): Add elisp* to the list of installed Info files.

22 years ago(all): Add lispref.
Eli Zaretskii [Sat, 10 Nov 2001 14:06:33 +0000 (14:06 +0000)]
(all): Add lispref.
(man lispref): Add lispref.

22 years ago(texinputdir): Add, for the lispref directory.
Eli Zaretskii [Sat, 10 Nov 2001 14:06:08 +0000 (14:06 +0000)]
(texinputdir): Add, for the lispref directory.

22 years agoConfigure in `lispref'.
Eli Zaretskii [Sat, 10 Nov 2001 14:03:38 +0000 (14:03 +0000)]
Configure in `lispref'.

22 years agoAdd Copyright notice.
Eli Zaretskii [Sat, 10 Nov 2001 13:57:42 +0000 (13:57 +0000)]
Add Copyright notice.
(prefix): Remove.
(infodir): Change value to "../info".
(VPATH): New variable.
(MAKE): Don't define.
(texmacrodir): Don't define.
(texinputdir): Append the existing value of TEXINPUTS.
($(infodir)/elisp): Instead of just "elisp".  Reformat the
command to be compatible with man/Makefile.in, and to put the
output into ../info.
(installall): Target removed.

22 years ago*** empty log message ***
Gerd Moellmann [Sat, 10 Nov 2001 13:55:58 +0000 (13:55 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Jason Rumney [Sat, 10 Nov 2001 13:55:34 +0000 (13:55 +0000)]
*** empty log message ***

22 years ago(finder_setwins, setwins): Exclude Calc.
Gerd Moellmann [Sat, 10 Nov 2001 13:55:22 +0000 (13:55 +0000)]
(finder_setwins, setwins): Exclude Calc.

22 years ago(enum_font_cb2): Use leading @ on face name to detect
Jason Rumney [Sat, 10 Nov 2001 13:51:02 +0000 (13:51 +0000)]
(enum_font_cb2): Use leading @ on face name to detect
vertical fonts. Allow them if face name is explicitly specified.
Do not give up if we find a font that cannot be converted to an
xlfd.

22 years ago*** empty log message ***
Richard M. Stallman [Sat, 10 Nov 2001 13:30:05 +0000 (13:30 +0000)]
*** empty log message ***

22 years agoAdd copyright 2001.
Gerd Moellmann [Sat, 10 Nov 2001 11:43:07 +0000 (11:43 +0000)]
Add copyright 2001.

22 years ago(unexec): Use mmap/munmap to allocate buffers
Gerd Moellmann [Sat, 10 Nov 2001 11:40:04 +0000 (11:40 +0000)]
(unexec): Use mmap/munmap to allocate buffers
instead of malloc/free.

22 years ago2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Sat, 10 Nov 2001 11:01:54 +0000 (11:01 +0000)]
2001-11-09  Per Abrahamsen  <abraham@dina.kvl.dk>

* wid-edit.el (checklist): Removed `:menu-tag'.
(radio-button-choice): Ditto.
(editable-list): Ditto.

22 years ago(mostlyclean, clean, distclean, maintainer-clean): Add *.dvi and *.log.
Eli Zaretskii [Sat, 10 Nov 2001 10:45:47 +0000 (10:45 +0000)]
(mostlyclean, clean, distclean, maintainer-clean): Add *.dvi and *.log.
(SOURCES): Update the list of files.

22 years agoMention calccard.tex and calccard.ps.
Eli Zaretskii [Sat, 10 Nov 2001 10:37:58 +0000 (10:37 +0000)]
Mention calccard.tex and calccard.ps.

22 years agoRemove traces of the machine where the file was produced.
Eli Zaretskii [Sat, 10 Nov 2001 10:35:43 +0000 (10:35 +0000)]
Remove traces of the machine where the file was produced.

22 years agoNew file, produced from calccard.tex.
Eli Zaretskii [Sat, 10 Nov 2001 10:33:47 +0000 (10:33 +0000)]
New file, produced from calccard.tex.

22 years agoNew file, from the Calc distribution (with Stephen Gildea's email address
Eli Zaretskii [Sat, 10 Nov 2001 10:33:10 +0000 (10:33 +0000)]
New file, from the Calc distribution (with Stephen Gildea's email address
updated, and version bumped up).

22 years ago*** empty log message ***
Pavel Janík [Sat, 10 Nov 2001 08:21:35 +0000 (08:21 +0000)]
*** empty log message ***

22 years ago(gnus-local-domain): Reformat the doc-string to refer to function
Pavel Janík [Sat, 10 Nov 2001 08:20:24 +0000 (08:20 +0000)]
(gnus-local-domain): Reformat the doc-string to refer to function
`system-name' instead of both function and variable.

22 years agoMove definitions of constants to the beginning of file, before their use.
Pavel Janík [Sat, 10 Nov 2001 08:14:13 +0000 (08:14 +0000)]
Move definitions of constants to the beginning of file, before their use.

22 years agoUse the keymap property instead of local-map, and don't use a minor-mode map.
Richard M. Stallman [Sat, 10 Nov 2001 01:20:22 +0000 (01:20 +0000)]
Use the keymap property instead of local-map, and don't use a minor-mode map.
(flyspell-mode-map): Variable deleted.
Don't mess with minor-mode-map-alist.
(calling add-minor-mode): Specify nil for keymap.
And always use add-minor-mode, now that it exists.
(flyspell-overlay-keymap-property-name): Set it to `keymap'.
(flyspell-mode-on): Don't locally bind flyspell-mouse-map
or flyspell-local-mouse-map.
(make-flyspell-overlay): Use flyspell-mouse-map directly.
(flyspell-mode): Doc fix.
(flyspell-mode-on): Don't call make-local-hook.

22 years ago*** empty log message ***
Richard M. Stallman [Sat, 10 Nov 2001 01:20:05 +0000 (01:20 +0000)]
*** empty log message ***

22 years ago(debugger-make-xrefs): Add buttons to all symbols.
Sam Steingold [Fri, 9 Nov 2001 17:07:24 +0000 (17:07 +0000)]
(debugger-make-xrefs): Add buttons to all symbols.

22 years agoMinor cleanup.
Richard M. Stallman [Fri, 9 Nov 2001 16:21:34 +0000 (16:21 +0000)]
Minor cleanup.

22 years ago(bootstrap-lisp): Don't suppress error messages.
Richard M. Stallman [Fri, 9 Nov 2001 16:00:56 +0000 (16:00 +0000)]
(bootstrap-lisp): Don't suppress error messages.

22 years ago#
André Spiegel [Fri, 9 Nov 2001 15:02:39 +0000 (15:02 +0000)]
#

22 years ago(vc-error-occured): Backquotified.
André Spiegel [Fri, 9 Nov 2001 14:58:21 +0000 (14:58 +0000)]
(vc-error-occured): Backquotified.
(vc-file-prop-obarray): Use prime length for better efficiency.
Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.

22 years agoAdd John David Smith to credits.
André Spiegel [Fri, 9 Nov 2001 14:55:52 +0000 (14:55 +0000)]
Add John David Smith to credits.
(vc-clear-context): Fill obarray with 0, not nil.

22 years agoRemoved. The functionality is now part of the standard Emacs.
Eli Zaretskii [Fri, 9 Nov 2001 14:07:25 +0000 (14:07 +0000)]
Removed.  The functionality is now part of the standard Emacs.

22 years agoFix a typo in last change.
Eli Zaretskii [Fri, 9 Nov 2001 10:41:34 +0000 (10:41 +0000)]
Fix a typo in last change.

22 years agoAn entry for Calc.
Eli Zaretskii [Fri, 9 Nov 2001 10:40:51 +0000 (10:40 +0000)]
An entry for Calc.

22 years ago(Info-file-list-for-emacs): Add entries for Calc.
Eli Zaretskii [Fri, 9 Nov 2001 10:33:27 +0000 (10:33 +0000)]
(Info-file-list-for-emacs): Add entries for Calc.

22 years agoAdd an entry for Calc.
Eli Zaretskii [Fri, 9 Nov 2001 10:15:12 +0000 (10:15 +0000)]
Add an entry for Calc.

22 years ago(encode_coding): Use precomputed value of `src'.
Pavel Janík [Fri, 9 Nov 2001 08:02:08 +0000 (08:02 +0000)]
(encode_coding): Use precomputed value of `src'.
(encode_coding): Remove unused variable `src_end'.
(code_convert_region): Remove unused variables `count'.

22 years ago(Fbury_buffer): Use braces to follow GNU Coding Standards.
Pavel Janík [Fri, 9 Nov 2001 06:49:41 +0000 (06:49 +0000)]
(Fbury_buffer): Use braces to follow GNU Coding Standards.

22 years ago(merge_face_vectors): Use braces to follow GNU Coding Standards.
Pavel Janík [Fri, 9 Nov 2001 06:47:21 +0000 (06:47 +0000)]
(merge_face_vectors): Use braces to follow GNU Coding Standards.
(Finternal_set_lisp_face_attribute): Likewise.

22 years ago(current_column_1): Remove unused variable `prev_col'.
Pavel Janík [Fri, 9 Nov 2001 06:22:21 +0000 (06:22 +0000)]
(current_column_1): Remove unused variable `prev_col'.

22 years ago*** empty log message ***
Richard M. Stallman [Fri, 9 Nov 2001 03:29:12 +0000 (03:29 +0000)]
*** empty log message ***

22 years agoFix typo.
Richard M. Stallman [Fri, 9 Nov 2001 02:42:55 +0000 (02:42 +0000)]
Fix typo.

22 years ago(functionp): Don't consider macros as functions.
Miles Bader [Fri, 9 Nov 2001 01:03:03 +0000 (01:03 +0000)]
(functionp): Don't consider macros as functions.

22 years ago(functionp): Make work correctly for macros and unbound symbols.
Miles Bader [Thu, 8 Nov 2001 12:12:30 +0000 (12:12 +0000)]
(functionp): Make work correctly for macros and unbound symbols.

22 years ago*** empty log message ***
Miles Bader [Thu, 8 Nov 2001 12:03:10 +0000 (12:03 +0000)]
*** empty log message ***

22 years ago(comint-send-input): Fix description of `comint-process-echoes' in the
Miles Bader [Thu, 8 Nov 2001 11:54:06 +0000 (11:54 +0000)]
(comint-send-input): Fix description of `comint-process-echoes' in the
doc-string.

22 years ago(make-translation-table): Doc fix.
Eli Zaretskii [Thu, 8 Nov 2001 11:34:00 +0000 (11:34 +0000)]
(make-translation-table): Doc fix.

22 years ago2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Thu, 8 Nov 2001 09:57:20 +0000 (09:57 +0000)]
2001-11-07  Per Abrahamsen  <abraham@dina.kvl.dk>

* cus-edit.el (custom-face-value-create): Don't ignore the
`customized-face' attribute when finding the current face spec.

22 years agoAdd calc info files.
Miles Bader [Thu, 8 Nov 2001 08:16:34 +0000 (08:16 +0000)]
Add calc info files.