aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/mixal-mode.el
Commit message (Collapse)AuthorAgeFilesLines
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.Stefan Monnier2008-05-231-4/+4
| | | | | | | | | * textmodes/reftex.el (reftex-extra-bindings-map): New var. (reftex-extra-bindings): Use it. * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings away from the user-reserved keys. * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix): New vars. (ada-create-keymap): Use them.
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: [email protected]/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvmDan Nicolaescu2007-10-311-4/+8
|/ | | | | | | | | | | | | | | | | | | | | | | | | | only if it is bound. * textmodes/reftex.el: Move autoloads for before all uses. (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay) (reftex-delete-overlay): Move to the top level with the condition in the body. * progmodes/simula.el: Use when instead of if. * iimage.el (iimage-locate-file): Define unconditionally. * mail/mailabbrev.el (mail-abbrev-next-line): * emulation/vip.el (vip-enlarge-region, vip-line) (vip-next-line-at-bol, vip-previous-line) (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read): Wrap with-no-warnings around uses of next-line and previous-line. * ediff.el (run-ediff-from-cvs-buffer): * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Remove function not used by pcl-cvs anymore. (noninteractive, generic-sc-get-latest-rev) (ediff-generic-sc-internal, ediff-generic-sc-merge-internal): Delete support for long obsolete generic-sc.el.
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-15/+17
|
* (mixal-operation-codes-alist): Fix typo in docstring.Juanma Barranquero2007-06-071-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+2
|
* Update copyright for 2006.Nick Roberts2006-02-101-1/+1
|
* (mixal-operation-codes-alist): Use a constant.Stefan Monnier2005-10-131-495/+438
|
* (mixal-operation-codes-alist):Stefan Monnier2005-10-131-432/+433
| | | | Don't waste the byte-compiler's time on constant data.
* (mixal-mode-syntax-table): Add \n as end-comment.Stefan Monnier2005-10-121-654/+499
| | | | | | | | | | | | (mixal-operation-codes): Remove. (mixal-operation-codes-alist): Immediately initialize to full value. (mixal-add-operation-code): Remove. (mixal-describe-operation-code): Make the arg non-optional. Use the interactive spec instead. Use mixal-operation-codes-alist rather than mixal-operation-codes. (mixal-font-lock-keywords): Don't highlight comments here any more. (mixal-font-lock-syntactic-keywords): New var. (mixal-mode): Use it. Fix comment-start-skip.
* Sync with version in the GNU MDK project.Stefan Monnier2005-10-111-36/+55
| | | | | | | | | Try to fix up minor layout issues like indentation, line break, etc... (mixal-mode-syntax-table): Don't try to specify comment syntax, because it doesn't work. (mixal-operation-codes): Add some more codes. (mixal-font-lock-keywords): Process comments here. (mixal-mode): mixasm no longer needs -g option.
* (compile-command): Add defvar.Juanma Barranquero2005-08-301-0/+2
|
* Update copyright for release of 22.1 for progmodes directory.Nick Roberts2005-08-011-1/+1
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (mixal-mode): Use mode-require-final-newline.Richard M. Stallman2004-12-311-2/+3
|
* Add arch taglinesMiles Bader2003-09-011-0/+2
|
* New file.Juanma Barranquero2003-06-161-0/+1313