summaryrefslogtreecommitdiff
path: root/lisp/hexl.el
Commit message (Expand)AuthorAgeFilesLines
* Fix hexl jumping to end of filePaul Eggert2020-01-161-7/+4
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Revert "Apply font-lock in hexl-mode buffers"Lars Ingebrigtsen2019-06-271-2/+0
* Apply font-lock in hexl-mode buffersWilfred Hughes2019-06-271-0/+2
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* (hexl-insert-multibyte-char): Avoid using `string-as-unibyte'Eli Zaretskii2019-05-181-11/+12
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-1/+1
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-011-0/+1
* | * lisp/hexl.el (hexl-follow-ascii-mode): Fix last fix (bug#32021)Stefan Monnier2018-07-011-1/+2
* | * lisp/hexl.el (hexl-follow-ascii-mode): Fix a typo. (Bug#32021)Eli Zaretskii2018-06-301-1/+1
* | New functions to switch back and forth to another major modeStefan Monnier2018-06-211-104/+57
|/
* Adapt hexl-mode to native line-number displayEli Zaretskii2018-05-301-3/+11
* ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-161-1/+1
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Don't pass the value of point to 'push-mark', as that's the default.Bartosz Duszel2017-04-281-2/+2
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Update doc string of hexl-modeMihai Olteanu2015-11-071-1/+1
* * lisp/isearch.el: Rename word search to regexp-function searchArtur Malabarba2015-10-211-1/+1
* Fix minor text quoting problems in lisp top levelPaul Eggert2015-08-281-1/+1
* Top-level elisp files respect ‘text-quoting-style’Paul Eggert2015-08-261-2/+3
* eldoc: modify `eldoc-documentation-function' using `add-function'Michal Nazarewicz2015-01-201-2/+2
* Update copyright year to 2015Paul Eggert2015-01-011-1/+2
* lisp/hexl.el: Fix typos in docstrings.Juanma Barranquero2014-03-041-20/+20
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* Replace refs to obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'Glenn Morris2014-01-291-3/+2
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* In doc, use standard American English style for e.g., etc., i.e.Paul Eggert2013-02-121-2/+2
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+2
* Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris2012-08-151-1/+1
* More CL cleanups and reduction of use of cl.el.Stefan Monnier2012-07-111-2/+2
* Reduce use of (require 'cl).Stefan Monnier2012-07-101-1/+1
* * lisp/isearch.el (isearch-search-fun-default): New function.Juri Linkov2012-05-291-2/+1
* Spelling fixes.Paul Eggert2012-04-131-2/+2
* * hexl.el (hexl-insert-char): Make display sizes other than 16 work.Vivek Dasmohapatra2012-04-141-5/+1
* New defcustoms should get :version tagsGlenn Morris2012-04-121-1/+2
* Allow the user to alter the bit grouping in hexl.elVivek Dasmohapatra2012-04-121-25/+80
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Convert some .el files to lexical scoping.Juanma Barranquero2011-04-041-4/+4
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* * lisp/hexl.el (hexl-mode-old-*): Remove.Stefan Monnier2011-01-141-142/+96
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Tweak revert-buffer-function to inhibit auto-mode-alist.Daiki Ueno2010-10-211-12/+22
* | Declare and define in one step various mode maps.Dan Nicolaescu2010-10-101-95/+93
|/