1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00
Commit Graph

303 Commits

Author SHA1 Message Date
Richard M. Stallman
44c48a834a (backquote-splice-symbol): Doc typo fix. 1994-07-12 00:43:42 +00:00
Richard M. Stallman
52ae2b4256 (lisp-complete-symbol): Bind completion-fixup-function. 1994-07-11 21:26:44 +00:00
Richard M. Stallman
b3848c2851 (byte-compile-defalias): Fix typo in prev change. 1994-07-02 00:41:28 +00:00
Richard M. Stallman
5286a84274 (byte-compile-callargs-warn): Handle function defnition
that is not a lambda expression or byte code function.
(byte-compile-arglist-warn): Likewise.
(byte-compile-defalias): New function, used to compile defalias.
(byte-compile-defalias-warn): New function.
1994-06-29 18:06:09 +00:00
Richard M. Stallman
88153c473e (easy-menu-change): New function. 1994-06-29 16:28:50 +00:00
Karl Heuer
9f04f0237a (popup-menu): Allow user to select nothing. 1994-06-25 01:42:43 +00:00
Karl Heuer
c6dd34cba2 (popup-menu): Convert list to same-size vector, not singleton vector. 1994-06-23 23:58:16 +00:00
Richard M. Stallman
9c545670f3 (ring-insert-at-beginning): New function.
Don't visit the file, just read it.
1994-06-23 23:11:02 +00:00
Richard M. Stallman
1d08cb509a (backquote-process): Fix criterion for using FIRSTLIST. 1994-06-22 15:30:42 +00:00
Richard M. Stallman
07b3798c76 Comment change. 1994-06-17 20:04:22 +00:00
Richard M. Stallman
822b684f83 (lm-section-mark): Accept extra semicolons;
accept spaces at end of line.
1994-06-17 19:59:09 +00:00
Richard M. Stallman
1af808dc42 (lisp-complete-symbol): Likewise. 1994-06-10 23:01:49 +00:00
Richard M. Stallman
e24cb6c5c4 (make-lucid-menu-keymap): Allow any form as the enabler. 1994-05-28 21:54:36 +00:00
Richard M. Stallman
f664f7000f Whitespace cleanup. 1994-05-27 05:55:15 +00:00
Richard M. Stallman
f1e20cc208 (popup-dialog-box): Bind meaning with let.
(current-menubar): Add defvar.
1994-05-23 07:41:31 +00:00
Richard M. Stallman
f97eee516b (popup-menu): Bind cmd with let. 1994-05-23 07:39:08 +00:00
Richard M. Stallman
c15d229a41 (popup-menu): Use mouse-pixel-position. 1994-05-23 04:50:18 +00:00
Richard M. Stallman
8b4b171e74 (easy-menu-create-keymaps):
Renamed from easy-menu-keymap.  Callers changed.
1994-05-22 06:50:01 +00:00
Richard M. Stallman
1eb0a345ce (autoload-trim-file-name): Make it relative
to the directory that loaddefs.el is in.
1994-05-12 18:54:57 +00:00
Karl Heuer
73e4e0eb1a (update-autoloads-here): Split up long message. 1994-05-12 14:45:30 +00:00
Karl Heuer
57cf354dc9 (update-file-autoloads): Delete leftover variable. 1994-05-11 04:40:25 +00:00
Richard M. Stallman
00ee57f3f2 Comment change. 1994-05-10 20:03:45 +00:00
Richard M. Stallman
c9c7f2c49d (backquote-backquote-symbol): Don't autoload defvar.
(`): Write its name directly in the definition.  Use defalias.
1994-05-07 00:18:35 +00:00
Karl Heuer
c731cd9362 Change new-frame to make-frame. 1994-05-06 20:29:42 +00:00
Richard M. Stallman
9f4b7963c9 (update-directory-autoloads): Ignore files
whose names start with =.  Bind enable-local-eval to nil.
1994-05-06 08:11:04 +00:00
Richard M. Stallman
30ff174e24 (lisp-mode-variables): Added missing backslash to outline-regexp.
Removed dublicate ";;; Code: " section separator.
1994-05-03 23:59:48 +00:00
Karl Heuer
8f1204db34 Update copyright. 1994-05-03 23:47:06 +00:00
Richard M. Stallman
325e3af276 (backquote): Add autoloads. 1994-05-03 23:36:52 +00:00
Karl Heuer
d733c5ec03 Update copyright. 1994-05-03 22:46:37 +00:00
Karl Heuer
c36e9c0608 (lisp-mode-variables): Undo previous change. 1994-04-28 08:09:01 +00:00
Richard M. Stallman
5dcaa9baed (lisp-mode-variables): In comment-start-skip,
reject semicolon after a backslash.
1994-04-24 08:33:40 +00:00
Karl Heuer
24ff54989b (defun-prompt-regexp): Make this variable buffer-local. 1994-04-20 01:11:35 +00:00
Karl Heuer
cf1c8cd91d (debug, debugger-eval-expression): Preserve match-data. 1994-04-16 07:18:26 +00:00
Richard M. Stallman
cd320f323e (backquote-process): Don't crash if ultimate
expression is just a variable.
1994-04-12 17:45:53 +00:00
Richard M. Stallman
c8fcf4f8db Renamed from eval-region.el. Fix the `provide' call.
Doc fixes.
1994-04-11 21:44:58 +00:00
Richard M. Stallman
4fd6247b5c entered into RCS 1994-04-11 18:21:39 +00:00
Daniel LaLiberte
2a6a354983 comment changes. 1994-04-09 22:27:46 +00:00
Daniel LaLiberte
4633707b6b Jumping up to new revision.
Simplify definition of defalias for Emacs 18.
1994-04-09 22:19:10 +00:00
Daniel LaLiberte
a50d43268a checked in with -k by liberte at 1994/04/09 20:57:56 1994-04-08 21:39:52 +00:00
Richard M. Stallman
73a644b4f8 (popup-dialog-box): New function. 1994-04-08 05:04:07 +00:00
Richard M. Stallman
1576fe1dce (edebug-version): Delete third arg of string-match. 1994-04-07 17:16:44 +00:00
Daniel LaLiberte
11b57bf983 Change install- and uninstall- to -install and -uninstall. 1994-04-05 21:05:09 +00:00
Daniel LaLiberte
22e8f71994 ucomment fix 1994-04-05 20:52:43 +00:00
Daniel LaLiberte
a5ca328aae Comment fixes. 1994-04-05 20:46:59 +00:00
Richard M. Stallman
100aa77cf6 (edebug-emacs-19-specific): Renamed from edebug-fsf19-specific.
(edebug-emacs-version-specific): Test for not-version-18.
1994-04-05 01:21:06 +00:00
Daniel LaLiberte
ef2b0b8983 Change install- to ... to ...-install. 1994-04-04 21:55:52 +00:00
Daniel LaLiberte
8866814720 Numerous changes and bug fixes to bring it up to version 3.5. 1994-04-04 21:52:06 +00:00
Richard M. Stallman
8df69fb032 *** empty log message *** 1994-03-30 18:57:29 +00:00
Karl Heuer
36363ac158 (debug): Behave sensibly if pop-up-frames is set. 1994-03-29 02:20:04 +00:00
Richard M. Stallman
3ea1f391da (byte-compile-file): Use whole file name for errors. 1994-03-28 07:05:55 +00:00