]> git.eshelyaron.com Git - emacs.git/log
emacs.git
22 years ago(hexl-mode, hexl-follow-ascii): Remove make-local-hook.
Pavel Janík [Mon, 26 Nov 2001 16:27:00 +0000 (16:27 +0000)]
(hexl-mode, hexl-follow-ascii): Remove make-local-hook.

22 years ago(outline-version, outline-open-topic)
Pavel Janík [Mon, 26 Nov 2001 16:24:26 +0000 (16:24 +0000)]
(outline-version, outline-open-topic)
(outline-rebullet-heading, outline-insert-listified)
(outline-latex-verbatim-quote-curr-line)
(outline-latexify-one-item, outlineify-sticky): Use insert instead of
insert-string.

22 years ago(strokes-prompt-user-save-strokes): Use insert instead of insert-string.
Pavel Janík [Mon, 26 Nov 2001 16:22:21 +0000 (16:22 +0000)]
(strokes-prompt-user-save-strokes): Use insert instead of insert-string.

22 years ago(fill-c++-comment): Use insert instead of insert-string.
Pavel Janík [Mon, 26 Nov 2001 16:21:40 +0000 (16:21 +0000)]
(fill-c++-comment): Use insert instead of insert-string.

22 years ago(file-cache-minibuffer-complete): Use insert instead of insert-string.
Pavel Janík [Mon, 26 Nov 2001 16:21:06 +0000 (16:21 +0000)]
(file-cache-minibuffer-complete): Use insert instead of insert-string.

22 years ago(array-reconfigure-rows): Use insert instead of insert-string.
Pavel Janík [Mon, 26 Nov 2001 16:20:18 +0000 (16:20 +0000)]
(array-reconfigure-rows): Use insert instead of insert-string.

22 years ago(list-diary-entries): Use insert instead of insert-string.
Pavel Janík [Mon, 26 Nov 2001 16:19:34 +0000 (16:19 +0000)]
(list-diary-entries): Use insert instead of insert-string.

22 years ago(appt-disp-window): Use insert instead of insert-string.
Pavel Janík [Mon, 26 Nov 2001 16:19:08 +0000 (16:19 +0000)]
(appt-disp-window): Use insert instead of insert-string.

22 years ago(return-key-bib): Use insert instead of insert-string.
Pavel Janík [Mon, 26 Nov 2001 16:18:39 +0000 (16:18 +0000)]
(return-key-bib): Use insert instead of insert-string.

22 years ago(sun-yank-selection): Use insert instead of insert-string.
Pavel Janík [Mon, 26 Nov 2001 16:18:14 +0000 (16:18 +0000)]
(sun-yank-selection): Use insert instead of insert-string.

22 years ago(bg-insert-moused-sexp): Use insert instead of insert-string.
Pavel Janík [Mon, 26 Nov 2001 16:17:44 +0000 (16:17 +0000)]
(bg-insert-moused-sexp): Use insert instead of insert-string.

22 years ago(vc-next-action-on-file): Use insert instead of insert-string.
Pavel Janík [Mon, 26 Nov 2001 16:17:17 +0000 (16:17 +0000)]
(vc-next-action-on-file): Use insert instead of insert-string.

22 years ago(gamegrid-init-buffer): Use insert instead of insert-string.
Pavel Janík [Mon, 26 Nov 2001 16:16:45 +0000 (16:16 +0000)]
(gamegrid-init-buffer): Use insert instead of insert-string.

22 years ago(psychoanalyze-pinhead): Use insert instead of insert-string.
Pavel Janík [Mon, 26 Nov 2001 16:15:49 +0000 (16:15 +0000)]
(psychoanalyze-pinhead): Use insert instead of insert-string.

22 years ago#
André Spiegel [Mon, 26 Nov 2001 16:10:26 +0000 (16:10 +0000)]
#

22 years ago(log-view-find-version): New function.
André Spiegel [Mon, 26 Nov 2001 16:08:51 +0000 (16:08 +0000)]
(log-view-find-version): New function.
(log-view-mode-map): Bind it to `f'.

22 years ago(vc-find-version): New function.
André Spiegel [Mon, 26 Nov 2001 16:07:50 +0000 (16:07 +0000)]
(vc-find-version): New function.
(vc-version-other-window): Redefined in terms of the above.

22 years agoignore the generated files
Sam Steingold [Mon, 26 Nov 2001 15:27:43 +0000 (15:27 +0000)]
ignore the generated files

22 years agoOne more string escape fix.
Gerd Moellmann [Mon, 26 Nov 2001 13:11:51 +0000 (13:11 +0000)]
One more string escape fix.

22 years agoMore escaped `"' in string literals.
Gerd Moellmann [Mon, 26 Nov 2001 11:57:02 +0000 (11:57 +0000)]
More escaped `"' in string literals.

22 years ago(dev-glyph-glyph, dev-glyph-glyph-2)
Gerd Moellmann [Mon, 26 Nov 2001 11:50:26 +0000 (11:50 +0000)]
(dev-glyph-glyph, dev-glyph-glyph-2)
(devanagari-compose-syllable-region):
Escape `"' in string literals.

22 years ago(dev-char-glyph): Escape `"' in string literals.
Gerd Moellmann [Mon, 26 Nov 2001 11:39:36 +0000 (11:39 +0000)]
(dev-char-glyph): Escape `"' in string literals.

22 years agoFix previous change.
Richard M. Stallman [Mon, 26 Nov 2001 11:11:24 +0000 (11:11 +0000)]
Fix previous change.

22 years ago*** empty log message ***
Richard M. Stallman [Mon, 26 Nov 2001 11:01:20 +0000 (11:01 +0000)]
*** empty log message ***

22 years agobootstrap should not delete dumped executables:
Richard M. Stallman [Mon, 26 Nov 2001 11:00:17 +0000 (11:00 +0000)]
bootstrap should not delete dumped executables:
(bootstrap-clean-before): New target.
(bootstrap): Use bootstrap-clean-before instead of clean.
(bootstrap-clean-after): Renamed from bootstrap-clean.  Calls changed.

22 years ago(mostlyclean): Delete bootstrap-emacs here.
Richard M. Stallman [Mon, 26 Nov 2001 10:53:53 +0000 (10:53 +0000)]
(mostlyclean): Delete bootstrap-emacs here.
(clean): Not here.

22 years ago(mallocobj): Simplify logic using auxiliary vars.
Richard M. Stallman [Mon, 26 Nov 2001 10:52:40 +0000 (10:52 +0000)]
(mallocobj): Simplify logic using auxiliary vars.

22 years ago(save-selected-window): No error if saved window is dead.
Richard M. Stallman [Mon, 26 Nov 2001 10:09:56 +0000 (10:09 +0000)]
(save-selected-window): No error if saved window is dead.

22 years ago(describe-syntax): Put (interactive) after doc string.
Richard M. Stallman [Mon, 26 Nov 2001 10:04:00 +0000 (10:04 +0000)]
(describe-syntax): Put (interactive) after doc string.

22 years ago(quail-help): Require help-mode in top-level instead.
Pavel Janík [Mon, 26 Nov 2001 07:36:35 +0000 (07:36 +0000)]
(quail-help): Require help-mode in top-level instead.

22 years ago(icomplete-exhibit): Likewise.
Pavel Janík [Mon, 26 Nov 2001 07:33:15 +0000 (07:33 +0000)]
(icomplete-exhibit): Likewise.

22 years ago(iswitchb-exhibit): Use insert instead of insert-string.
Pavel Janík [Mon, 26 Nov 2001 07:30:58 +0000 (07:30 +0000)]
(iswitchb-exhibit): Use insert instead of insert-string.

22 years ago*** empty log message ***
Stefan Monnier [Mon, 26 Nov 2001 02:26:04 +0000 (02:26 +0000)]
*** empty log message ***

22 years ago(set_text_properties_1): Clearly mark that the interval should not be empty.
Stefan Monnier [Mon, 26 Nov 2001 02:19:38 +0000 (02:19 +0000)]
(set_text_properties_1): Clearly mark that the interval should not be empty.

22 years ago(graft_intervals_into_buffer):
Stefan Monnier [Mon, 26 Nov 2001 02:16:59 +0000 (02:16 +0000)]
(graft_intervals_into_buffer):
Don't call set_text_properties_1 on an empty interval.

22 years ago(unexec): Index by n, not nn, when checking for ".sbss".
Richard M. Stallman [Mon, 26 Nov 2001 01:19:06 +0000 (01:19 +0000)]
(unexec): Index by n, not nn, when checking for ".sbss".

22 years ago(Fcall_process): When we make a bigger buffer for bufptr,
Richard M. Stallman [Mon, 26 Nov 2001 00:36:28 +0000 (00:36 +0000)]
(Fcall_process): When we make a bigger buffer for bufptr,
don't lose the data in it.

22 years ago*** empty log message ***
Richard M. Stallman [Mon, 26 Nov 2001 00:34:09 +0000 (00:34 +0000)]
*** empty log message ***

22 years ago(diff-end-of-hunk): Watch out for ambiguities.
Stefan Monnier [Mon, 26 Nov 2001 00:20:41 +0000 (00:20 +0000)]
(diff-end-of-hunk): Watch out for ambiguities.
(diff-hunk-kill): Simplify.
(diff-post-command-hook): Only apply to a single hunk.
(diff-hunk-text): Make `char-offset' non-optional.
(diff-find-text): Return a cons cell.
(diff-find-approx-text): New fun.
(diff-find-source-location): Use it.
(diff-apply-hunk, diff-test-hunk, diff-goto-source):
Adapt to new retval of diff-find-source-location.

22 years ago(temp_output_buffer_setup): Use Frun_hooks, not Vrun_hooks.
Richard M. Stallman [Mon, 26 Nov 2001 00:08:20 +0000 (00:08 +0000)]
(temp_output_buffer_setup): Use Frun_hooks, not Vrun_hooks.

22 years ago(Fkill_buffer): Use Frun_hooks, not Vrun_hooks.
Richard M. Stallman [Mon, 26 Nov 2001 00:07:17 +0000 (00:07 +0000)]
(Fkill_buffer): Use Frun_hooks, not Vrun_hooks.

22 years ago*** empty log message ***
Kenichi Handa [Mon, 26 Nov 2001 00:05:57 +0000 (00:05 +0000)]
*** empty log message ***

22 years ago(Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.
Richard M. Stallman [Mon, 26 Nov 2001 00:05:33 +0000 (00:05 +0000)]
(Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.

22 years ago*** empty log message ***
Richard M. Stallman [Mon, 26 Nov 2001 00:04:43 +0000 (00:04 +0000)]
*** empty log message ***

22 years ago(vc-cvs-parse-entry): Rewrite, comparing the string-
Stefan Monnier [Sun, 25 Nov 2001 23:52:51 +0000 (23:52 +0000)]
(vc-cvs-parse-entry): Rewrite, comparing the string-
rather than integer- representation of dates.

22 years ago*** empty log message ***
Stefan Monnier [Sun, 25 Nov 2001 23:07:49 +0000 (23:07 +0000)]
*** empty log message ***

22 years ago(merge_face_heights): Coerce back to int explicitly.
Stefan Monnier [Sun, 25 Nov 2001 23:07:38 +0000 (23:07 +0000)]
(merge_face_heights): Coerce back to int explicitly.

22 years ago(fill-indent-according-to-mode): Default to nil.
Stefan Monnier [Sun, 25 Nov 2001 22:37:00 +0000 (22:37 +0000)]
(fill-indent-according-to-mode): Default to nil.

22 years ago(imap-interactive-login, imap-open, imap-authenticate):
Stefan Monnier [Sun, 25 Nov 2001 22:19:45 +0000 (22:19 +0000)]
(imap-interactive-login, imap-open, imap-authenticate):
Use make-local-variable rather than make-variable-buffer-local.

22 years agoDon't profile syntax-ppss any more.
Stefan Monnier [Sun, 25 Nov 2001 22:05:17 +0000 (22:05 +0000)]
Don't profile syntax-ppss any more.
(syntax-after): New fun.

22 years ago(describe-syntax): New fun.
Stefan Monnier [Sun, 25 Nov 2001 22:03:45 +0000 (22:03 +0000)]
(describe-syntax): New fun.

22 years ago(font-lock-cache-state, font-lock-cache-position)
Stefan Monnier [Sun, 25 Nov 2001 22:01:15 +0000 (22:01 +0000)]
(font-lock-cache-state, font-lock-cache-position)
(font-lock-ppss-stats, font-lock-ppss): Remove.
(font-lock-fontify-syntactically-region): Remove tuning code.
(font-lock-compile-keywords): Fix off-by-one bug.
(font-lock-set-defaults): Don't set removed vars.
(c-keywords): Add `inline'.
(c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.

22 years ago(lisp-mode-variables): Set syntax-begin-function.
Stefan Monnier [Sun, 25 Nov 2001 21:47:40 +0000 (21:47 +0000)]
(lisp-mode-variables): Set syntax-begin-function.
(lisp-interaction-mode-abbrev-table): Defvar to its correct value.
(lisp-interaction-mode): Don't set local-abbrev-table any more.
(lisp-mode-auto-fill): Use syntax-ppss and obey
comment-auto-fill-only-comments.
(lisp-fill-paragraph): Use syntax-ppss.

22 years ago2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Sun, 25 Nov 2001 20:45:37 +0000 (20:45 +0000)]
2001-11-25  ShengHuo ZHU  <zsh@cs.rochester.edu>

* mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
version of rmail-enable-mime.
(rmail-forward): Use it.

* message.el (message-forward-rmail-make-body):
save-window-excursion.
(message-encode-message-body): no error.
(message-setup-1): compose-mail send-actions are different from
message-send-actions.

* message.el (message-forward-subject-author-subject): Don't use
message-news-p, which widens the buffer.
(message-forward-make-body): New function.
(message-forward): Use it.
(message-insinuate-rmail): New.
(message-forward-rmail-make-body): New.

22 years ago(lisp-indent-function): Add doc string.
Richard M. Stallman [Sun, 25 Nov 2001 19:35:29 +0000 (19:35 +0000)]
(lisp-indent-function): Add doc string.

22 years agoFix previous change.
Richard M. Stallman [Sun, 25 Nov 2001 19:16:10 +0000 (19:16 +0000)]
Fix previous change.

22 years ago(quail-keyboard-layout-button): Define button type.
Richard M. Stallman [Sun, 25 Nov 2001 18:54:40 +0000 (18:54 +0000)]
(quail-keyboard-layout-button): Define button type.
(quail-keyboard-customize-button): Likewise.
(quail-help): Use those button types.  Require `help-mode'.
Avoid altering the argument `package'.

22 years ago(help-function, help-variable, help-face)
Richard M. Stallman [Sun, 25 Nov 2001 18:49:03 +0000 (18:49 +0000)]
(help-function, help-variable, help-face)
(help-coding-system, help-input-method, help-character-set):
Define each button type with its own explicit define-button-type.

22 years ago(Vertical Scrolling): Document what does nil mean as the first arg of
Eli Zaretskii [Sun, 25 Nov 2001 18:25:33 +0000 (18:25 +0000)]
(Vertical Scrolling): Document what does nil mean as the first arg of
set-window-vscroll.

22 years ago(Fset_window_vscroll): Doc fix. From Kalle Olavi Niemitalo <kon@iki.fi>.
Eli Zaretskii [Sun, 25 Nov 2001 18:21:09 +0000 (18:21 +0000)]
(Fset_window_vscroll): Doc fix.  From Kalle Olavi Niemitalo <kon@iki.fi>.

22 years agoModify a commented-out non-nil value of jit-lock-defer-time, to
Eli Zaretskii [Sun, 25 Nov 2001 18:02:45 +0000 (18:02 +0000)]
Modify a commented-out non-nil value of jit-lock-defer-time, to
make it consistent with the lazy-lock-defer-time's default value.

22 years agoMinor change of wording in the documentation of jit-lock-defer-time.
Eli Zaretskii [Sun, 25 Nov 2001 18:00:35 +0000 (18:00 +0000)]
Minor change of wording in the documentation of jit-lock-defer-time.

22 years agoMove @contents to the beginning of the file.
Eli Zaretskii [Sun, 25 Nov 2001 17:55:38 +0000 (17:55 +0000)]
Move @contents to the beginning of the file.
Set the size to @smallbook.

22 years agoSimplify previous change.
Richard M. Stallman [Sun, 25 Nov 2001 17:45:36 +0000 (17:45 +0000)]
Simplify previous change.

22 years ago(command-line-1): Don't do startup screen if a subprocess is running.
Richard M. Stallman [Sun, 25 Nov 2001 17:43:04 +0000 (17:43 +0000)]
(command-line-1): Don't do startup screen if a subprocess is running.
Call the startup screen buffer "GNU Emacs".  Make a special
mode-line-format for it.

22 years agoUndo previous change.
Richard M. Stallman [Sun, 25 Nov 2001 17:37:10 +0000 (17:37 +0000)]
Undo previous change.

22 years ago2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Sun, 25 Nov 2001 15:17:24 +0000 (15:17 +0000)]
2001-11-25  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus-util.el (gnus-directory-sep-char-regexp): New.
* gnus-score.el (gnus-score-find-bnews): Sync with Gnus CVS.
* mm-util.el: Sync.

* gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
(gnus-summary-limit-to-author): Ditto.
(gnus-summary-limit-to-extra): Ditto.
(gnus-summary-find-matching): Support not-matching argument.

* message.el (message-wash-subject): Use `insert' rather than
`insert-string', which is deprecated.
From  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

22 years ago(smtpmail-deduce-address-list): Don't use insert-string.
Pavel Janík [Sun, 25 Nov 2001 15:11:22 +0000 (15:11 +0000)]
(smtpmail-deduce-address-list): Don't use insert-string.

22 years ago(Fields): Describe new `limit' arg in field-beginning/field-end.
Miles Bader [Sun, 25 Nov 2001 12:38:45 +0000 (12:38 +0000)]
(Fields): Describe new `limit' arg in field-beginning/field-end.

22 years ago*** empty log message ***
Pavel Janík [Sun, 25 Nov 2001 11:36:17 +0000 (11:36 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Jason Rumney [Sun, 25 Nov 2001 11:35:13 +0000 (11:35 +0000)]
*** empty log message ***

22 years ago(tetris-mode): Remove make-local-hook.
Pavel Janík [Sun, 25 Nov 2001 11:33:26 +0000 (11:33 +0000)]
(tetris-mode): Remove make-local-hook.

22 years agoRemove comments about tooltips not being supported on MS-Windows.
Jason Rumney [Sun, 25 Nov 2001 11:33:04 +0000 (11:33 +0000)]
Remove comments about tooltips not being supported on MS-Windows.

22 years ago(snake-mode): Remove make-local-hook.
Pavel Janík [Sun, 25 Nov 2001 11:32:52 +0000 (11:32 +0000)]
(snake-mode): Remove make-local-hook.

22 years ago(decipher-mode): Remove make-local-hook.
Pavel Janík [Sun, 25 Nov 2001 11:32:23 +0000 (11:32 +0000)]
(decipher-mode): Remove make-local-hook.

22 years ago(tmm-add-prompt): Remove make-local-hook.
Pavel Janík [Sun, 25 Nov 2001 11:31:50 +0000 (11:31 +0000)]
(tmm-add-prompt): Remove make-local-hook.

22 years agoAdded entry for tooltips on MS Windows.
Jason Rumney [Sun, 25 Nov 2001 11:14:35 +0000 (11:14 +0000)]
Added entry for tooltips on MS Windows.

22 years agoRemove notes about tooltips not working on Windows.
Jason Rumney [Sun, 25 Nov 2001 11:09:18 +0000 (11:09 +0000)]
Remove notes about tooltips not working on Windows.

22 years ago(x_create_tip_frame): Set frame's fringes_extra to 0.
Jason Rumney [Sun, 25 Nov 2001 11:03:33 +0000 (11:03 +0000)]
(x_create_tip_frame): Set frame's fringes_extra to 0.
(Fx_show_tip): Block input during frame creation.
(Fx_show_tip, Fx_hide_tip): Enable.

22 years ago(FRAME_X_FRINGE_COLS): No fringe on tip frames.
Jason Rumney [Sun, 25 Nov 2001 11:01:10 +0000 (11:01 +0000)]
(FRAME_X_FRINGE_COLS): No fringe on tip frames.

22 years agoClarify behavior of forward-comment.
Richard M. Stallman [Sun, 25 Nov 2001 10:57:45 +0000 (10:57 +0000)]
Clarify behavior of forward-comment.

22 years agoComment out parts of the file which apparently are garbled.
Richard M. Stallman [Sun, 25 Nov 2001 10:09:09 +0000 (10:09 +0000)]
Comment out parts of the file which apparently are garbled.

22 years agoRemoved, as we now have indian.el.
Eli Zaretskii [Sun, 25 Nov 2001 09:07:21 +0000 (09:07 +0000)]
Removed, as we now have indian.el.

22 years ago(menu-bar-apropos-menu): Moved all `apropos' bindings here.
Sam Steingold [Sun, 25 Nov 2001 05:46:35 +0000 (05:46 +0000)]
(menu-bar-apropos-menu): Moved all `apropos' bindings here.
(menu-bar-help-menu): Added `menu-bar-apropos-menu'.

22 years agodoc tweak
Sam Steingold [Sun, 25 Nov 2001 05:38:00 +0000 (05:38 +0000)]
doc tweak

22 years agoAdd my stuff
Miles Bader [Sun, 25 Nov 2001 05:34:46 +0000 (05:34 +0000)]
Add my stuff

22 years agoFix index entry for comment-indent-function.
Richard M. Stallman [Sun, 25 Nov 2001 02:51:52 +0000 (02:51 +0000)]
Fix index entry for comment-indent-function.

22 years ago*** empty log message ***
Richard M. Stallman [Sun, 25 Nov 2001 02:42:37 +0000 (02:42 +0000)]
*** empty log message ***

22 years agoNew file.
Richard M. Stallman [Sun, 25 Nov 2001 02:41:14 +0000 (02:41 +0000)]
New file.

22 years agoCompletely re-written.
Richard M. Stallman [Sun, 25 Nov 2001 02:40:11 +0000 (02:40 +0000)]
Completely re-written.

22 years agoChange indian-1-column charset to indian-glyph charset.
Richard M. Stallman [Sun, 25 Nov 2001 02:36:28 +0000 (02:36 +0000)]
Change indian-1-column charset to indian-glyph charset.

22 years agoDelete the setting for indian-1-column
Richard M. Stallman [Sun, 25 Nov 2001 02:35:29 +0000 (02:35 +0000)]
Delete the setting for indian-1-column
and add the setting for indian-glyph in the default fontset.

22 years agoAdjusted for the change of indian-1-column -> indian-glyph.
Richard M. Stallman [Sun, 25 Nov 2001 02:34:41 +0000 (02:34 +0000)]
Adjusted for the change of indian-1-column -> indian-glyph.

22 years agoAdjusted for the file name change:
Richard M. Stallman [Sun, 25 Nov 2001 02:31:49 +0000 (02:31 +0000)]
Adjusted for the file name change:
quail/devanagari.elc -> quail/indian.elc.

22 years agoRenamed from devanagari.el, and completely re-written.
Richard M. Stallman [Sun, 25 Nov 2001 02:31:25 +0000 (02:31 +0000)]
Renamed from devanagari.el, and completely re-written.
The input method devanagari-hindi-transliteration is merged with
devanagari-itrans, devanagari-keyboard-a is renamed to
devanagari-inscript, devanagari-transliteration is renamed to
devanagari-kyoto-harvard.

22 years ago(Fload): Detect recursive load error for more than 3
Richard M. Stallman [Sun, 25 Nov 2001 02:13:13 +0000 (02:13 +0000)]
(Fload): Detect recursive load error for more than 3
nestings of the same file.
(Vrecursive_load_depth_limit): Variable deleted.
(syms_of_lread) <recursive-load-depth-limit>: Variable deleted.

22 years agoAdd pagination.
Richard M. Stallman [Sun, 25 Nov 2001 00:12:11 +0000 (00:12 +0000)]
Add pagination.
(ruler-mode-toggle-show-tab-stops): No need to test `ruler-mode' variable.

22 years ago(browse-url-galeon-new-window-is-tab): New var.
Richard M. Stallman [Sun, 25 Nov 2001 00:04:41 +0000 (00:04 +0000)]
(browse-url-galeon-new-window-is-tab): New var.
(browse-url-galeon): Use that variable.

22 years ago(sc-toggle-var): Don't use set-variable or eval-expression.
Richard M. Stallman [Sun, 25 Nov 2001 00:02:05 +0000 (00:02 +0000)]
(sc-toggle-var): Don't use set-variable or eval-expression.
Eval and set the variable simply.

22 years ago(temporary-file-directory): Use defcustom.
Richard M. Stallman [Sat, 24 Nov 2001 23:59:28 +0000 (23:59 +0000)]
(temporary-file-directory): Use defcustom.
(small-temporary-file-directory): Likewise.
(normal-backup-enable-predicate): Move down in file
after definition of temporary-file-directory.