1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-02 11:50:48 -08:00
Commit graph

6754 commits

Author SHA1 Message Date
Jay Belanger
b748957a3a *** empty log message *** 2005-01-10 17:30:03 +00:00
Thien-Thi Nguyen
e4edc5cd31 (Electric-buffer-menu-mode):
Preserve value of buffer-local var header-line-format.
2005-01-10 11:56:07 +00:00
Jay Belanger
7f72c3db5a (calc-embedded-subst): Replace math-multi-subst-rec, which is only
supposed to be called by math-multi-subst, by math-multi-subst.
2005-01-10 05:01:27 +00:00
Jay Belanger
3579f0c2bc *** empty log message *** 2005-01-10 04:27:09 +00:00
André Spiegel
5fbf7903ee # 2005-01-09 21:33:58 +00:00
Jay Belanger
809c26be25 *** empty log message *** 2005-01-09 16:24:30 +00:00
David Kastrup
0ba9bc53bd (desktop-restore-eager): Fix typo in type. 2005-01-09 13:31:53 +00:00
Richard M. Stallman
03e31a1a3e (customize): Delete :link. 2005-01-09 02:45:24 +00:00
Jay Belanger
3aba853a93 *** empty log message *** 2005-01-08 21:04:11 +00:00
Kim F. Storm
1f38760073 *** empty log message *** 2005-01-08 20:05:58 +00:00
Kim F. Storm
7716b93b24 *** empty log message *** 2005-01-08 18:58:33 +00:00
Jay Belanger
a4dfc830e0 *** empty log message *** 2005-01-08 07:12:32 +00:00
Lars Hansen
9abb41ebcb *** empty log message *** 2005-01-07 20:26:30 +00:00
Richard M. Stallman
c7ce7fc43b (find-face-definition): Renamed from find-face. 2005-01-07 02:52:29 +00:00
Kim F. Storm
c35b0c6bc3 *** empty log message *** 2005-01-06 22:01:38 +00:00
Jay Belanger
4c07596d8d *** empty log message *** 2005-01-06 18:30:41 +00:00
Juri Linkov
b49018ff4e *** empty log message *** 2005-01-06 07:02:50 +00:00
Miles Bader
e3cde0c787 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-12
Remove "-face" suffix from lazy-highlight face name

2005-01-06  Miles Bader  <miles@gnu.org>

   * lisp/isearch.el (lazy-highlight): Renamed from `lazy-highlight-face'.
   (isearch-lazy-highlight-face): Use new name.
2005-01-06 04:44:57 +00:00
Stefan Monnier
9890ec7d19 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
to the same name.
2005-01-05 21:49:02 +00:00
Stefan Monnier
2eec3e8edf (uniquify-rationalize-file-buffer-names): Re-add an interactive spec. 2005-01-05 21:20:38 +00:00
Stefan Monnier
4dbbcb46d9 (isearch-dehighlight): Remove unused arg `totally'.
(isearch-update, isearch-done): Adjust calls accordingly.
2005-01-05 20:49:11 +00:00
Richard M. Stallman
436c08c288 (find-variable, find-variable-other-window, find-variable-other-frame):
Fix the TYPE args to find-function-read and find-function-do-it.
(find-function): Doc fix.
(find-function-at-point): Replace function-at-point alias.
2005-01-05 19:31:57 +00:00
Richard M. Stallman
4829145ae3 (custom-declare-face): Record defface in current-load-list. 2005-01-05 01:10:24 +00:00
Richard M. Stallman
dd496df6bc *** empty log message *** 2005-01-05 00:09:40 +00:00
Stefan Monnier
73a6a97294 (display-battery-mode): Rename from display-battery.
Handle the case where it gets turned off.
2005-01-04 21:15:09 +00:00
Richard M. Stallman
60d1a807af *** empty log message *** 2005-01-04 18:01:45 +00:00
Andreas Schwab
d198dfaa8d *** empty log message *** 2005-01-04 15:31:32 +00:00
Richard M. Stallman
69ba53f792 (sendmail-pre-abbrev-expand-hook):
Don't expand if the character is @, period, dash, etc.
(define-mail-abbrev): Quote names that contain problem characters.
2005-01-04 14:59:47 +00:00
Thien-Thi Nguyen
d4bb773510 No longer require cl'; dolist' is standard. 2005-01-04 05:15:32 +00:00
Richard M. Stallman
d57c7572e8 *** empty log message *** 2005-01-04 03:00:45 +00:00
Luc Teirlinck
985a8e0f8a *** empty log message *** 2005-01-04 00:09:21 +00:00
Stefan Monnier
1b60b25ac3 (find-variable-regexp): Avoid defface. 2005-01-03 22:05:12 +00:00
Stefan Monnier
8a525646b0 (perl-nochange, perl-calculate-indent):
Don't confuse module-prefixed identifiers for labels.
Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
2005-01-03 20:46:22 +00:00
Sam Steingold
e922de02bb typo 2005-01-03 14:57:17 +00:00
Richard M. Stallman
85aaa8d20d *** empty log message *** 2005-01-03 03:20:06 +00:00
Richard M. Stallman
969be0336e (basic-save-buffer-1): Fix previous change. 2005-01-03 02:42:25 +00:00
Richard M. Stallman
19996af44a *** empty log message *** 2005-01-02 23:46:12 +00:00
Stefan Monnier
3625f6b741 (vc-svn-diff): Stay local if possible. From Karl Chen <quarl@cs.berkeley.edu>. 2005-01-02 23:14:23 +00:00
Richard M. Stallman
c45c149c37 (Electric-pop-up-window): Use fit-window-to-buffer
instead of calculating the right size.
2005-01-02 23:11:26 +00:00
Stefan Monnier
5e39b98a29 (vc-arch-workfile-version): Handle the empty-branch case. 2005-01-02 22:00:07 +00:00
Stefan Monnier
50292b6e31 (hack-local-variables): Fix last change. 2005-01-02 18:08:12 +00:00
Jay Belanger
731da69580 *** empty log message *** 2005-01-02 17:22:06 +00:00
Jay Belanger
42a797def4 (calc-edit-user-formula, calc-finish-formula-edit): Handle extra line
in header.
2005-01-02 07:34:14 +00:00
Jay Belanger
c5757d2e57 *** empty log message *** 2005-01-02 06:56:51 +00:00
Jay Belanger
227c957313 *** empty log message *** 2005-01-02 05:11:53 +00:00
Stefan Monnier
4c6af0f680 *** empty log message *** 2005-01-02 01:26:15 +00:00
Richard M. Stallman
f42a241b8e (occur-1): If the output buffer is also an input, don't kill it, rename it. 2005-01-01 22:29:54 +00:00
Richard M. Stallman
732bb9cede *** empty log message *** 2005-01-01 14:53:16 +00:00
Richard M. Stallman
3f68d7c887 (dired-view-command-alist): Variable deleted.
(dired-view-file, dired-mouse-find-file-other-window):
Delete the code to use it.
2005-01-01 14:20:10 +00:00
Kim F. Storm
41d0b0929c *** empty log message *** 2005-01-01 13:07:59 +00:00