aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-05-15 05:02:29 +0000
committerRichard M. Stallman1998-05-15 05:02:29 +0000
commit4599e8cd590969635cab61db522a5aa9b46be825 (patch)
tree10680ff07ab98b1f0d9ea5af5977703cd65a505f
parent9c7924d512a0665724387c7fad59e73e09bf624f (diff)
downloademacs-4599e8cd590969635cab61db522a5aa9b46be825.tar.gz
emacs-4599e8cd590969635cab61db522a5aa9b46be825.zip
(convenience): New group.
-rw-r--r--lisp/cus-edit.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el
index 444ab4524b6..18545128205 100644
--- a/lisp/cus-edit.el
+++ b/lisp/cus-edit.el
@@ -106,6 +106,10 @@
106 :group 'external 106 :group 'external
107 :group 'development) 107 :group 'development)
108 108
109(defgroup convenience nil
110 "Convenience features for faster editing."
111 :group 'emacs)
112
109(defgroup programming nil 113(defgroup programming nil
110 "Support for programming in other languages." 114 "Support for programming in other languages."
111 :group 'emacs) 115 :group 'emacs)