summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
* (make-lucid-menu-keymap): Allow any form as the enabler.Richard M. Stallman1994-05-281-6/+3
|
* Whitespace cleanup.Richard M. Stallman1994-05-271-2/+2
|
* (popup-dialog-box): Bind meaning with let.Richard M. Stallman1994-05-231-1/+3
| | | | (current-menubar): Add defvar.
* (popup-menu): Bind cmd with let.Richard M. Stallman1994-05-231-1/+1
|
* (popup-menu): Use mouse-pixel-position.Richard M. Stallman1994-05-231-1/+1
|
* (easy-menu-create-keymaps):Richard M. Stallman1994-05-221-3/+3
| | | | Renamed from easy-menu-keymap. Callers changed.
* (autoload-trim-file-name): Make it relativeRichard M. Stallman1994-05-121-11/+10
| | | | to the directory that loaddefs.el is in.
* (update-autoloads-here): Split up long message.Karl Heuer1994-05-121-3/+5
|
* (update-file-autoloads): Delete leftover variable.Karl Heuer1994-05-111-2/+1
|
* Comment change.Richard M. Stallman1994-05-101-1/+1
|
* (backquote-backquote-symbol): Don't autoload defvar.Richard M. Stallman1994-05-071-3/+2
| | | | (`): Write its name directly in the definition. Use defalias.
* Change new-frame to make-frame.Karl Heuer1994-05-061-1/+1
|
* (update-directory-autoloads): Ignore filesRichard M. Stallman1994-05-061-2/+3
| | | | whose names start with =. Bind enable-local-eval to nil.
* (lisp-mode-variables): Added missing backslash to outline-regexp.Richard M. Stallman1994-05-031-3/+1
| | | | Removed dublicate ";;; Code: " section separator.
* Update copyright.Karl Heuer1994-05-032-3/+3
|
* (backquote): Add autoloads.Richard M. Stallman1994-05-031-0/+3
|
* Update copyright.Karl Heuer1994-05-035-5/+5
|
* (lisp-mode-variables): Undo previous change.Karl Heuer1994-04-281-1/+1
|
* (lisp-mode-variables): In comment-start-skip,Richard M. Stallman1994-04-241-1/+1
| | | | reject semicolon after a backslash.
* (defun-prompt-regexp): Make this variable buffer-local.Karl Heuer1994-04-201-0/+1
|
* (debug, debugger-eval-expression): Preserve match-data.Karl Heuer1994-04-161-2/+5
|
* (backquote-process): Don't crash if ultimateRichard M. Stallman1994-04-121-7/+20
| | | | expression is just a variable.
* Renamed from eval-region.el. Fix the `provide' call.Richard M. Stallman1994-04-111-11/+11
| | | | Doc fixes.
* entered into RCSRichard M. Stallman1994-04-111-1/+1
|
* comment changes.Daniel LaLiberte1994-04-091-3/+8
|
* Jumping up to new revision.Daniel LaLiberte1994-04-091-9/+8
| | | | Simplify definition of defalias for Emacs 18.
* checked in with -k by liberte at 1994/04/09 20:57:56Daniel LaLiberte1994-04-081-51/+51
|
* (popup-dialog-box): New function.Richard M. Stallman1994-04-081-0/+50
|
* (edebug-version): Delete third arg of string-match.Richard M. Stallman1994-04-071-3/+3
|
* Change install- and uninstall- to -install and -uninstall.Daniel LaLiberte1994-04-051-11/+19
|
* ucomment fixDaniel LaLiberte1994-04-051-2/+2
|
* Comment fixes.Daniel LaLiberte1994-04-051-3/+3
|
* (edebug-emacs-19-specific): Renamed from edebug-fsf19-specific.Richard M. Stallman1994-04-051-10/+14
| | | | (edebug-emacs-version-specific): Test for not-version-18.
* Change install- to ... to ...-install.Daniel LaLiberte1994-04-041-9/+9
|
* Numerous changes and bug fixes to bring it up to version 3.5.Daniel LaLiberte1994-04-041-435/+444
|
* *** empty log message ***Richard M. Stallman1994-03-301-17/+27
|
* (debug): Behave sensibly if pop-up-frames is set.Karl Heuer1994-03-291-4/+13
|
* (byte-compile-file): Use whole file name for errors.Richard M. Stallman1994-03-281-1/+1
|
* *** empty log message ***Richard M. Stallman1994-03-271-23/+22
|
* Initial revisionRichard M. Stallman1994-03-251-0/+104
|
* New version from author.Daniel LaLiberte1994-03-241-1723/+3730
|
* Change "internal" to "original" throughout.Daniel LaLiberte1994-03-241-261/+406
| | | | | | (add-custom-printer, delete-custom-printer) replace old customizers. (with-custom-print) new (custom-prin1-to-string) Made it more robust.
* Initial revisionDaniel LaLiberte1994-03-232-0/+681
|
* (debugger-eval-expression): Use a history list.Richard M. Stallman1994-03-221-1/+5
|
* (make-lucid-menu-keymap): Any row of dashes means blank.Karl Heuer1994-03-211-1/+1
|
* Provide lmenu, not menubar.Richard M. Stallman1994-03-201-1/+1
|
* (beginning-of-defun-raw): Don't err when called at end of buffer.Karl Heuer1994-03-191-1/+1
|
* (beginning-of-defun-raw): New function.Karl Heuer1994-03-181-7/+15
| | | | (end-of-defun): Handle defun-prompt-regexp correctly.
* (end-of-defun): Fix check for trailing comment.Karl Heuer1994-03-181-1/+1
|
* (defun-prompt-regexp): Doc fix.Karl Heuer1994-03-151-1/+4
|